Skip to content

Commit 6f1faea

Browse files
committed
Start using typings
I also removed all the `node_modules` - not sure what happened there? I also didn’t realise that there’s two `tsd.json` setups, so I only fixed the outer one (which wasn’t even one). I’ll patch the rest later, it’s a good exercise.
1 parent 1a3f638 commit 6f1faea

File tree

1,931 files changed

+17
-180007
lines changed

Some content is hidden

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

1,931 files changed

+17
-180007
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
/.ntvs_analysis.dat
33
/.ntvs_analysis.dat.tmp
44
obj/Debug/VSProj.njsproj.FileListAbsolute.txt
5-
./node_modules
65
.baseDir.ts
7-
node_modules/immutable/
8-
node_modules/react/
9-
node_modules
6+
node_modules/
7+
/typings/

lib/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"filesGlob": [
1818
"./**/*.ts",
1919
"./**/*.tsx",
20+
"../typings/main.d.ts",
2021
"!node_modules/**/*.ts",
2122
"!node_modules/**/*.tsx"
2223
],
@@ -117,7 +118,6 @@
117118
"./typings/q/Q.d.ts",
118119
"./typings/react/react-jsx.d.ts",
119120
"./typings/react/react.d.ts",
120-
"./typings/source-map/source-map.d.ts",
121121
"./typings/space-pen/space-pen.d.ts",
122122
"./typings/status-bar/status-bar.d.ts",
123123
"./typings/text-buffer/text-buffer.d.ts",
@@ -128,7 +128,8 @@
128128
"./worker/parent.ts",
129129
"./worker/queryParent.ts",
130130
"./main/atom/views/rView.tsx",
131-
"./main/atom/views/semanticView.tsx"
131+
"./main/atom/views/semanticView.tsx",
132+
"../typings/main.d.ts"
132133
],
133134
"exclude": [],
134135
"atom": {

lib/tsd.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
"d3/d3.d.ts": {
4242
"commit": "2520bce9a8a71b66e67487cbd5b33fec880b0c55"
4343
},
44-
"source-map/source-map.d.ts": {
45-
"commit": "70737c2a2496f7a13c4da63eb00081cad94d19f1"
46-
},
4744
"react/react.d.ts": {
4845
"commit": "6f04d25ad38982d372cc3cda62fa4c0eef9e24d7"
4946
},

lib/typings/source-map/source-map.d.ts

Lines changed: 0 additions & 90 deletions
This file was deleted.

lib/typings/tsd.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
/// <reference path="q/Q.d.ts" />
1111
/// <reference path="mkdirp/mkdirp.d.ts" />
1212
/// <reference path="d3/d3.d.ts" />
13-
/// <reference path="source-map/source-map.d.ts" />
1413
/// <reference path="react/react.d.ts" />
1514
/// <reference path="react/react-jsx.d.ts" />
1615
/// <reference path="htmltojsx/htmltojsx.d.ts" />

node_modules/.bin/atbuild

Lines changed: 0 additions & 15 deletions
This file was deleted.

node_modules/.bin/atbuild.cmd

Lines changed: 0 additions & 7 deletions
This file was deleted.

node_modules/.bin/csonc

Lines changed: 0 additions & 15 deletions
This file was deleted.

node_modules/.bin/csonc.cmd

Lines changed: 0 additions & 5 deletions
This file was deleted.

node_modules/.bin/mkdirp

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)