diff options
Diffstat (limited to 'cli/js/globals_unstable.ts')
-rw-r--r-- | cli/js/globals_unstable.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/js/globals_unstable.ts b/cli/js/globals_unstable.ts new file mode 100644 index 000000000..872f135a3 --- /dev/null +++ b/cli/js/globals_unstable.ts @@ -0,0 +1,5 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + +export const unstableMethods = {}; + +export const unstableProperties = {}; |