1
0
Fork 0
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:
Kitson Kelly 2021-06-21 21:47:09 +10:00 committed by GitHub
parent afe89e8850
commit 3f5fbea17c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`. */