mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Move html sources into /src/
This commit is contained in:
parent
d2a70a52f5
commit
a8df4018f1
23 changed files with 80 additions and 304 deletions
|
|
@ -116,7 +116,7 @@ define("vs/language/typescript/lib/typescriptServices", [], function() { return
|
|||
// ╵ ~~~~
|
||||
//
|
||||
|
||||
tsServices = tsServices.replace(/\nvar ([^ ]+) = \(this && this\.([^)]+)\) \|\|/gm, '\nvar $1 =')
|
||||
tsServices = tsServices.replace(/\nvar ([^ ]+) = \(this && this\.([^)]+)\) \|\|/gm, '\nvar $1 =');
|
||||
|
||||
const tsServices_esm =
|
||||
generatedNote +
|
||||
|
|
|
|||
2
monaco-typescript/monaco.d.ts
vendored
2
monaco-typescript/monaco.d.ts
vendored
|
|
@ -3,8 +3,6 @@
|
|||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
/// <reference path="../node_modules/monaco-editor-core/monaco.d.ts" />
|
||||
|
||||
declare namespace monaco.languages.typescript {
|
||||
export enum ModuleKind {
|
||||
None = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue