mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
adopt new version of tas-client, no longer use "umd" variant (#263340)
upgrade to tas-client 0.3.1
This commit is contained in:
@@ -1541,7 +1541,7 @@ export default tseslint.config(
|
||||
'readline',
|
||||
'stream',
|
||||
'string_decoder',
|
||||
'tas-client-umd',
|
||||
'tas-client',
|
||||
'tls',
|
||||
'undici',
|
||||
'undici-types',
|
||||
@@ -1630,7 +1630,7 @@ export default tseslint.config(
|
||||
'vs/base/~',
|
||||
'vs/base/parts/*/~',
|
||||
'vs/platform/*/~',
|
||||
'tas-client-umd', // node module allowed even in /common/
|
||||
'tas-client', // node module allowed even in /common/
|
||||
'@microsoft/1ds-core-js', // node module allowed even in /common/
|
||||
'@microsoft/1ds-post-js', // node module allowed even in /common/
|
||||
'@xterm/headless' // node module allowed even in /common/
|
||||
@@ -1748,7 +1748,7 @@ export default tseslint.config(
|
||||
'when': 'test',
|
||||
'pattern': 'vs/workbench/contrib/*/~'
|
||||
}, // TODO@layers
|
||||
'tas-client-umd', // node module allowed even in /common/
|
||||
'tas-client', // node module allowed even in /common/
|
||||
'vscode-textmate', // node module allowed even in /common/
|
||||
'@vscode/vscode-languagedetection', // node module allowed even in /common/
|
||||
'@vscode/tree-sitter-wasm', // type import
|
||||
|
||||
Reference in New Issue
Block a user