cb43019d6a
* Initial draft. Not working. Also not correctly formatted, I'll do that later. * Various fixes It works now * A bit of cleanup * Move webServer to its own directory And prepare for getting rid of dynamicImportCompat.js hack * Remove dynamicImportCompat.js hack * Revert unrelated change * Webpac tsserver.web.js with webServer.ts as entrypoint Instead of using CopyPlugin. 1. Shipping multiple entrypoints in a single file required fixes to build code. 2. There are a couple of warnings from `require` calls in tsserverlibrary.js. Those are not relevant since they're in non-web code, but I haven't figured how to turn them off; they are fully dynamic so `externals` didn't work. * Ignore warnings from dynamic import in tsserver * Add to .vscodeignore files |
||
---|---|---|
.. | ||
azure-pipelines | ||
builtin | ||
darwin | ||
lib | ||
linux | ||
monaco | ||
npm | ||
win32 | ||
.cachesalt | ||
.gitattributes | ||
.gitignore | ||
.moduleignore | ||
.webignore | ||
eslint.js | ||
filters.js | ||
gulpfile.compile.js | ||
gulpfile.editor.js | ||
gulpfile.extensions.js | ||
gulpfile.hygiene.js | ||
gulpfile.js | ||
gulpfile.reh.js | ||
gulpfile.scan.js | ||
gulpfile.vscode.js | ||
gulpfile.vscode.linux.js | ||
gulpfile.vscode.web.js | ||
gulpfile.vscode.win32.js | ||
hygiene.js | ||
package.json | ||
setup-npm-registry.js | ||
tsconfig.build.json | ||
tsconfig.json | ||
yarn.lock |