mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Pick up latest TS version for building VS Code (#162786)
Pick up latest TS for building VS Code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user