mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
Merge pull request #357 from Diullei/master
updated typescript to 0.8.3 on CI test
This commit is contained in:
@@ -485,7 +485,7 @@ var IO = (function () {
|
||||
var cfg = {
|
||||
root: '.',
|
||||
pattern: /.\-tests\.ts/g,
|
||||
tsc: 'node ./_infrastructure/tests/typescript_0.8.2/tsc.js ',
|
||||
tsc: 'node ./_infrastructure/tests/typescript_0.8.3/tsc.js ',
|
||||
exclude: {
|
||||
'.git': true,
|
||||
'.gitignore': true,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
var cfg = {
|
||||
root: '.',
|
||||
pattern: /.\-tests\.ts/g,
|
||||
tsc: 'node ./_infrastructure/tests/typescript_0.8.2/tsc.js ',
|
||||
tsc: 'node ./_infrastructure/tests/typescript_0.8.3/tsc.js ',
|
||||
exclude: {
|
||||
'.git': true,
|
||||
'.gitignore': true,
|
||||
|
||||
8264
_infrastructure/tests/typescript_0.8.3/lib.d.ts
vendored
Normal file
8264
_infrastructure/tests/typescript_0.8.3/lib.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2
_infrastructure/tests/typescript_0.8.3/tsc
Normal file
2
_infrastructure/tests/typescript_0.8.3/tsc
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env node
|
||||
require('./tsc.js')
|
||||
24836
_infrastructure/tests/typescript_0.8.3/tsc.js
Normal file
24836
_infrastructure/tests/typescript_0.8.3/tsc.js
Normal file
File diff suppressed because it is too large
Load Diff
23710
_infrastructure/tests/typescript_0.8.3/typescript.js
Normal file
23710
_infrastructure/tests/typescript_0.8.3/typescript.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user