mirror of https://github.com/microsoft/vscode.git
parent
1d7ad01f17
commit
b6f2887eb0
|
@ -75,6 +75,9 @@ module.exports.run = async function (config, args, didBuild) {
|
|||
const resolvedOptions = {
|
||||
entryPoints: config.entryPoints,
|
||||
outdir,
|
||||
logOverride: {
|
||||
'import-is-undefined': 'error',
|
||||
},
|
||||
...(config.additionalOptions || {}),
|
||||
};
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import * as DOMPurify from 'dompurify';
|
||||
import DOMPurify from 'dompurify';
|
||||
import MarkdownIt from 'markdown-it';
|
||||
import type * as MarkdownItToken from 'markdown-it/lib/token';
|
||||
import type { ActivationFunction } from 'vscode-notebook-renderer';
|
||||
|
|
Loading…
Reference in New Issue