mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Run prettier
This commit is contained in:
parent
cb84b99583
commit
d2e1d5104f
3 changed files with 101 additions and 101 deletions
|
|
@ -20,7 +20,7 @@ dts(
|
||||||
|
|
||||||
buildESM({
|
buildESM({
|
||||||
entryPoints: ['src/monaco.contribution.ts', 'src/jsonMode.ts', 'src/json.worker.ts'],
|
entryPoints: ['src/monaco.contribution.ts', 'src/jsonMode.ts', 'src/json.worker.ts'],
|
||||||
external: ['monaco-editor-core', '*/jsonMode'],
|
external: ['monaco-editor-core', '*/jsonMode']
|
||||||
});
|
});
|
||||||
buildAMD({
|
buildAMD({
|
||||||
entryPoint: 'src/monaco.contribution.ts',
|
entryPoint: 'src/monaco.contribution.ts',
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ glob('src/*/*.contribution.ts', { cwd: __dirname }, function (err, files) {
|
||||||
buildAMD({
|
buildAMD({
|
||||||
entryPoint: `src/${language}/${language}.ts`,
|
entryPoint: `src/${language}/${language}.ts`,
|
||||||
banner: `define("vs/basic-languages/${language}/${language}",[],()=>{`
|
banner: `define("vs/basic-languages/${language}/${language}",[],()=>{`
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue