Selaa lähdekoodia

Merge remote-tracking branch 'origin/master' into pr/ulrichb/31

Alex Dima 6 vuotta sitten
vanhempi
commit
7e126d7c02

+ 1 - 0
README.md

@@ -20,6 +20,7 @@ This npm module is bundled and distributed in the [monaco-editor](https://www.np
 * `git clone https://github.com/Microsoft/monaco-typescript`
 * `cd monaco-typescript`
 * `npm install .`
+* `npm run compile`
 * `npm run watch`
 * open `$/monaco-typescript/test/index.html` in your favorite browser.
 

+ 4 - 4
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "monaco-typescript",
-  "version": "3.4.1",
+  "version": "3.5.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
@@ -52,9 +52,9 @@
       "dev": true
     },
     "typescript": {
-      "version": "3.3.3333",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.3.3333.tgz",
-      "integrity": "sha512-JjSKsAfuHBE/fB2oZ8NxtRTk5iGcg6hkYXMnZ3Wc+b2RSqejEqTaem11mHASMnFilHrax3sLK0GDzcJrekZYLw==",
+      "version": "3.5.1",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.1.tgz",
+      "integrity": "sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw==",
       "dev": true
     },
     "uglify-js": {

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "monaco-typescript",
-  "version": "3.4.1",
+  "version": "3.5.0",
   "description": "TypeScript and JavaScript language support for Monaco Editor",
   "scripts": {
     "compile-amd": "mcopy ./src/lib/typescriptServices-amd.js ./release/dev/lib/typescriptServices.js && tsc -p ./src/tsconfig.json",
@@ -24,7 +24,7 @@
     "monaco-languages": "^1.7.0",
     "monaco-plugin-helpers": "^1.0.2",
     "requirejs": "^2.3.6",
-    "typescript": "^3.3.3333",
+    "typescript": "^3.5.1",
     "uglify-js": "^3.4.9"
   }
 }

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
src/lib/lib.ts


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 661 - 413
src/lib/typescriptServices-amd.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 2 - 2
src/lib/typescriptServices.d.ts


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 661 - 413
src/lib/typescriptServices.js


+ 1 - 0
src/tsconfig.esm.json

@@ -8,6 +8,7 @@
       "dom",
       "es5",
       "es2015.collection",
+      "es2015.iterable",
       "es2015.promise"
     ]
   },

+ 1 - 0
src/tsconfig.json

@@ -8,6 +8,7 @@
       "dom",
       "es5",
       "es2015.collection",
+      "es2015.iterable",
       "es2015.promise"
     ]
   },

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä