Skip to content

Commit 2211bb4

Browse files
authored
fix(dts): add Atomics.pause, Promise.try and RegExp.escape (#29186)
1 parent c28cb56 commit 2211bb4

File tree

3 files changed

+17
-523
lines changed

3 files changed

+17
-523
lines changed

cli/build.rs

+2
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,11 @@ fn compress_decls(out_dir: &Path) {
115115
"lib.esnext.d.ts",
116116
"lib.esnext.decorators.d.ts",
117117
"lib.esnext.disposable.d.ts",
118+
"lib.esnext.float16.d.ts",
118119
"lib.esnext.full.d.ts",
119120
"lib.esnext.intl.d.ts",
120121
"lib.esnext.iterator.d.ts",
122+
"lib.esnext.promise.d.ts",
121123
"lib.scripthost.d.ts",
122124
"lib.webworker.asynciterable.d.ts",
123125
"lib.webworker.d.ts",

0 commit comments

Comments
 (0)