Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 26ab8ff

Browse files
committed
poc: typescript transformer support for tsickle
1 parent fd1f845 commit 26ab8ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1866
-493
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "tsickle",
33
"version": "0.23.3",
44
"description": "Transpile TypeScript code to JavaScript with Closure annotations.",
5-
"main": "built/src/tsickle.js",
6-
"typings": "built/definitions/tsickle.d.ts",
5+
"main": "built/src/index.js",
6+
"typings": "built/definitions/index.d.ts",
77
"bin": "built/src/main.js",
88
"directories": {
99
"test": "test"
@@ -15,10 +15,11 @@
1515
"source-map-support": "^0.4.2"
1616
},
1717
"peerDependencies": {
18-
"typescript": "2.3.1"
18+
"typescript": "2.3.4"
1919
},
2020
"devDependencies": {
2121
"@types/chai": "^3.4.32",
22+
"@types/diff": "^3.2.0",
2223
"@types/glob": "^5.0.29",
2324
"@types/google-closure-compiler": "0.0.18",
2425
"@types/minimatch": "^2.0.28",
@@ -30,6 +31,7 @@
3031
"@types/source-map-support": "^0.2.27",
3132
"chai": "^3.5.0",
3233
"clang-format": "^1.0.51",
34+
"diff": "^3.2.0",
3335
"glob": "^7.0.0",
3436
"google-closure-compiler": "^20161024.1.0",
3537
"gulp": "^3.8.11",

0 commit comments

Comments
 (0)