mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +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({
|
||||
entryPoints: ['src/monaco.contribution.ts', 'src/jsonMode.ts', 'src/json.worker.ts'],
|
||||
external: ['monaco-editor-core', '*/jsonMode'],
|
||||
external: ['monaco-editor-core', '*/jsonMode']
|
||||
});
|
||||
buildAMD({
|
||||
entryPoint: 'src/monaco.contribution.ts',
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ glob('src/*/*.contribution.ts', { cwd: __dirname }, function (err, files) {
|
|||
buildAMD({
|
||||
entryPoint: `src/${language}/${language}.ts`,
|
||||
banner: `define("vs/basic-languages/${language}/${language}",[],()=>{`
|
||||
})
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue