File tree Expand file tree Collapse file tree 6 files changed +14
-44
lines changed Expand file tree Collapse file tree 6 files changed +14
-44
lines changed Original file line number Diff line number Diff line change 9
9
"start" : " tsc && node ./build.js"
10
10
},
11
11
"dependencies" : {
12
- "@types/js-yaml" : " ^3.5.28 " ,
13
- "@types/node" : " ^6.0.39 " ,
14
- "js-yaml" : " ^3.6.1 " ,
15
- "plist" : " ^2.0.1 " ,
16
- "typescript" : " ^2.1.0-dev.20160920 "
12
+ "@types/js-yaml" : " latest " ,
13
+ "@types/node" : " latest " ,
14
+ "js-yaml" : " latest " ,
15
+ "plist" : " latest " ,
16
+ "typescript" : " latest "
17
17
}
18
18
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- /// <reference path="typings/node/node.d.ts" />
2
-
3
1
import * as vt from 'vscode-textmate/release/main' ;
4
2
import fs = require( 'fs' ) ;
5
3
import path = require( 'path' ) ;
@@ -43,7 +41,7 @@ const tsReactGrammarInfo = getGrammarInfo(tsReactGrammarFileName);
43
41
44
42
interface Grammar {
45
43
grammar : vt . IGrammar ;
46
- ruleStack ?: vt . StackElement [ ] ;
44
+ ruleStack ?: vt . StackElement ;
47
45
}
48
46
49
47
function initGrammar ( grammar : vt . IGrammar ) : Grammar {
Original file line number Diff line number Diff line change 5
5
"description" : " " ,
6
6
"main" : " test.ts" ,
7
7
"scripts" : {
8
- "postinstall" : " tsd install" ,
9
8
"pretest" : " node ../build/build.js && tsc && node ./build.js" ,
10
9
"test" : " mocha test.js"
11
10
},
12
11
"dependencies" : {
13
- "chai" : " ^3.4.1 " ,
14
- "mocha" : " ^2.3.4 " ,
15
- "typescript " : " ^1.6.2 " ,
16
- "vscode-textmate " : " ^1.0.6 "
17
- } ,
18
- "devDependencies " : {
19
- "tsd " : " ^0.6.5 "
12
+ "@types/ chai" : " latest " ,
13
+ "@types/ mocha" : " latest " ,
14
+ "@types/node " : " latest " ,
15
+ "chai " : " latest " ,
16
+ "mocha" : " latest " ,
17
+ "typescript " : " latest " ,
18
+ "vscode-textmate " : " latest "
20
19
}
21
- }
20
+ }
Original file line number Diff line number Diff line change 1
- /// <reference path="typings/mocha/mocha.d.ts" />
2
- /// <reference path="typings/chai/chai.d.ts" />
3
-
4
1
import fs = require( 'fs' ) ;
5
2
import chai = require( 'chai' ) ;
6
3
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments