Skip to content

Commit 1498428

Browse files
committed
Update baselines
1 parent 0ff2cb4 commit 1498428

File tree

111 files changed

+326
-0
lines changed

Some content is hidden

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

111 files changed

+326
-0
lines changed

test/baselines/base/2.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/2.4/js/a.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
var x = {};
File renamed without changes.

0 commit comments

Comments
 (0)