mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
fix some typos (#259747)
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
const basePath = require('path').join(__dirname, `../../../${outdir}/`);
|
||||
const baseUrl = require('url').pathToFileURL(basePath);
|
||||
|
||||
// Tests run in a renderer that IS node-enabled. Wo we will encounter imports for node-modules which isn't
|
||||
// Tests run in a renderer that IS node-enabled. So we will encounter imports for node-modules which isn't
|
||||
// supported by blink/chromium. To work around this, we generate an import map that maps all node modules
|
||||
// to a blob that exports all properties of the module as named exports and the module itself as default.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user