mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-03 01:16:34 -05:00
Add lib.esnext.sharedmemory (#61646)
This commit is contained in:
@@ -249,6 +249,7 @@ const libEntries: [string, string][] = [
|
||||
["esnext.promise", "lib.esnext.promise.d.ts"],
|
||||
["esnext.float16", "lib.esnext.float16.d.ts"],
|
||||
["esnext.error", "lib.esnext.error.d.ts"],
|
||||
["esnext.sharedmemory", "lib.esnext.sharedmemory.d.ts"],
|
||||
["decorators", "lib.decorators.d.ts"],
|
||||
["decorators.legacy", "lib.decorators.legacy.d.ts"],
|
||||
];
|
||||
|
||||
@@ -1452,6 +1452,9 @@ export const getScriptTargetFeatures: () => ScriptTargetFeatures = /* @__PURE__
|
||||
es2024: [
|
||||
"waitAsync",
|
||||
],
|
||||
esnext: [
|
||||
"pause",
|
||||
],
|
||||
})),
|
||||
SharedArrayBuffer: new Map(Object.entries({
|
||||
es2017: [
|
||||
|
||||
Reference in New Issue
Block a user