Skip to content

Commit ca7874a

Browse files
authored
Merge pull request #2 from boenrobot/incremental-fixes
Test fixes
2 parents dcab04d + 1c37fbd commit ca7874a

Some content is hidden

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

83 files changed

+1477
-970
lines changed

package-lock.json

Lines changed: 994 additions & 969 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"@types/through2": "2.0.33",
7878
"@types/vinyl": "2.0.2",
7979
"@types/vinyl-fs": "2.4.9",
80+
"compare-versions": "^3.5.1",
8081
"gulp": "^4.0.0",
8182
"gulp-concat": "^2.6.1",
8283
"gulp-diff": "^1.0.0",

test/baselines/base/3.4/errors.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
TypeScript error: error TS2318: Cannot find global type 'Array'.
2+
TypeScript error: error TS2318: Cannot find global type 'Boolean'.
3+
TypeScript error: error TS2318: Cannot find global type 'Function'.
4+
TypeScript error: error TS2318: Cannot find global type 'IArguments'.
5+
TypeScript error: error TS2318: Cannot find global type 'Number'.
6+
TypeScript error: error TS2318: Cannot find global type 'Object'.
7+
TypeScript error: error TS2318: Cannot find global type 'RegExp'.
8+
TypeScript error: error TS2318: Cannot find global type 'String'.
9+
{
10+
"transpileErrors": 0,
11+
"optionsErrors": 0,
12+
"syntaxErrors": 0,
13+
"globalErrors": 8,
14+
"semanticErrors": 0,
15+
"declarationErrors": 0,
16+
"emitErrors": 0,
17+
"emitSkipped": false
18+
}

test/baselines/base/3.4/js/a.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
var x = {};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export declare class Hello {
2+
value: string;
3+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {};

test/baselines/basic/3.4/errors.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"transpileErrors": 0,
3+
"optionsErrors": 0,
4+
"syntaxErrors": 0,
5+
"globalErrors": 0,
6+
"semanticErrors": 0,
7+
"declarationErrors": 0,
8+
"emitErrors": 0,
9+
"emitSkipped": false
10+
}

test/baselines/basic/3.4/js/other-3.js

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/baselines/basic/3.4/js/other-3.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/baselines/basic/3.4/js/test-3.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)