mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
exclude 'weak' from build, update weak.d.ts
This commit is contained in:
@@ -33,7 +33,7 @@ var baseModules = [
|
||||
'events', 'fs', 'getmac', 'glob', 'graceful-fs', 'http', 'http-proxy-agent',
|
||||
'https', 'https-proxy-agent', 'iconv-lite', 'electron', 'net',
|
||||
'os', 'path', 'readline', 'sax', 'semver', 'stream', 'string_decoder', 'url',
|
||||
'vscode-textmate', 'winreg', 'yauzl', 'native-keymap'
|
||||
'vscode-textmate', 'winreg', 'yauzl', 'native-keymap', 'weak'
|
||||
];
|
||||
|
||||
// Build
|
||||
|
||||
Reference in New Issue
Block a user