mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
fix: add support for module es2020 to Deno.emit (#11065)
This commit is contained in:
parent
afe89e8850
commit
3f5fbea17c
1 changed files with 1 additions and 0 deletions
1
cli/dts/lib.deno.unstable.d.ts
vendored
1
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -325,6 +325,7 @@ declare namespace Deno {
|
|||
| "umd"
|
||||
| "es6"
|
||||
| "es2015"
|
||||
| "es2020"
|
||||
| "esnext";
|
||||
/** Do not generate custom helper functions like `__extends` in compiled
|
||||
* output. Defaults to `false`. */
|
||||
|
|
Loading…
Add table
Reference in a new issue