Browse Source

Update TypeScript compiler to 1.6.2

Josh Engebretson 10 years ago
parent
commit
9fe27528d1
3 changed files with 775 additions and 271 deletions
  1. 463 87
      Build/TypeScript/lib.d.ts
  2. 310 183
      Build/TypeScript/tsc.js
  3. 2 1
      Script/tsconfig.json

File diff suppressed because it is too large
+ 463 - 87
Build/TypeScript/lib.d.ts


File diff suppressed because it is too large
+ 310 - 183
Build/TypeScript/tsc.js


+ 2 - 1
Script/tsconfig.json

@@ -7,7 +7,8 @@
         "removeComments": true,
         "noLib": false,
         "outDir": "../Resources/EditorData/AtomicEditor/EditorScripts",
-        "sourceMap": true
+        "sourceMap": true,
+        "moduleResolution": “classic”
     },
     "filesGlob": [
         "./ToolCore/**/*.ts",

Some files were not shown because too many files changed in this diff