mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
JS/TS package acquisition (#184438)
* Experiment with adding ata using `@types` packages shipped in an extension * Use own file system instead of `https` * JS/TS type support on web * Tsconfig needs esModuleInterop not module:nodenext We actually want webpack to emit commonjs, but need to write ES default imports to use node-maintainer * fix package.json indentation * Adding setting to disable web type acquisition * Fix merge of yarn lock * Fixing merge errors * Fixing errors * Pick up package externally * Fixing conflicts * Bump version --------- Co-authored-by: Kat Marchán <kzm@zkat.tech> Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
This commit is contained in:
@@ -139,6 +139,9 @@ function withBrowserDefaults(/**@type WebpackConfig & { context: string }*/extCo
|
||||
},
|
||||
},
|
||||
]
|
||||
}, {
|
||||
test: /\.wasm$/,
|
||||
type: 'asset/inline'
|
||||
}]
|
||||
},
|
||||
externals: {
|
||||
|
||||
Reference in New Issue
Block a user