mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
set emit-target and libs to ES2022, avoid static-blocks, fix Error#cause conflict
https://github.com/microsoft/vscode/issues/185991
This commit is contained in:
@@ -376,7 +376,7 @@ export class SwcTranspiler implements ITranspiler {
|
||||
tsx: false,
|
||||
decorators: true
|
||||
},
|
||||
target: 'es2020',
|
||||
target: 'es2022',
|
||||
loose: false,
|
||||
minify: {
|
||||
compress: false,
|
||||
|
||||
Reference in New Issue
Block a user