mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
Unstable methods should not appear in runtime or d.ts (#4957)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
This commit is contained in:
parent
4993a6504b
commit
80e2211141
35 changed files with 1659 additions and 1350 deletions
5
cli/js/globals_unstable.ts
Normal file
5
cli/js/globals_unstable.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
export const unstableMethods = {};
|
||||
|
||||
export const unstableProperties = {};
|
Loading…
Add table
Add a link
Reference in a new issue