mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
nuke special lib options and use compiler option's lib instead
This commit is contained in:
@@ -72,21 +72,6 @@ const extractEditorSrcTask = task.define('extract-editor-src', () => {
|
||||
apiusages,
|
||||
extrausages
|
||||
],
|
||||
libs: [
|
||||
`lib.es5.d.ts`,
|
||||
`lib.es2015.core.d.ts`,
|
||||
`lib.es2015.collection.d.ts`,
|
||||
`lib.es2015.generator.d.ts`,
|
||||
`lib.es2015.promise.d.ts`,
|
||||
`lib.es2015.iterable.d.ts`,
|
||||
`lib.es2015.proxy.d.ts`,
|
||||
`lib.es2015.reflect.d.ts`,
|
||||
`lib.es2015.symbol.d.ts`,
|
||||
`lib.es2015.symbol.wellknown.d.ts`,
|
||||
`lib.dom.d.ts`,
|
||||
`lib.dom.iterable.d.ts`,
|
||||
`lib.webworker.importscripts.d.ts`
|
||||
],
|
||||
shakeLevel: 2, // 0-Files, 1-InnerFile, 2-ClassMembers
|
||||
importIgnorePattern: /(^vs\/css!)|(promise-polyfill\/polyfill)/,
|
||||
destRoot: path.join(root, 'out-editor-src'),
|
||||
|
||||
Reference in New Issue
Block a user