Pick up latest TS version for building VS Code (#162786)

Pick up latest TS for building VS Code
This commit is contained in:
Matt Bierner
2022-10-06 12:08:45 -07:00
committed by GitHub
parent bc4bf747c9
commit 99e126b0b2
11 changed files with 36 additions and 34 deletions

View File

@@ -56,7 +56,8 @@ const CORE_TYPES = [
'MessageChannel',
'MessagePort',
'URL',
'URLSearchParams'
'URLSearchParams',
'ReadonlyArray',
];
// Types that are defined in a common layer but are known to be only
// available in native environments should not be allowed in browser