-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
Test fixes
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
TypeScript error: error TS2318: Cannot find global type 'Array'. | ||
TypeScript error: error TS2318: Cannot find global type 'Boolean'. | ||
TypeScript error: error TS2318: Cannot find global type 'Function'. | ||
TypeScript error: error TS2318: Cannot find global type 'IArguments'. | ||
TypeScript error: error TS2318: Cannot find global type 'Number'. | ||
TypeScript error: error TS2318: Cannot find global type 'Object'. | ||
TypeScript error: error TS2318: Cannot find global type 'RegExp'. | ||
TypeScript error: error TS2318: Cannot find global type 'String'. | ||
{ | ||
"transpileErrors": 0, | ||
"optionsErrors": 0, | ||
"syntaxErrors": 0, | ||
"globalErrors": 8, | ||
"semanticErrors": 0, | ||
"declarationErrors": 0, | ||
"emitErrors": 0, | ||
"emitSkipped": false | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
var x = {}; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export declare class Hello { | ||
value: string; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export {}; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"transpileErrors": 0, | ||
"optionsErrors": 0, | ||
"syntaxErrors": 0, | ||
"globalErrors": 0, | ||
"semanticErrors": 0, | ||
"declarationErrors": 0, | ||
"emitErrors": 0, | ||
"emitSkipped": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"transpileErrors": 0, | ||
"optionsErrors": 0, | ||
"syntaxErrors": 0, | ||
"globalErrors": 0, | ||
"semanticErrors": 0, | ||
"declarationErrors": 0, | ||
"emitErrors": 0, | ||
"emitSkipped": false | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
console.log('hello world!'); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"transpileErrors": 0, | ||
"optionsErrors": 0, | ||
"syntaxErrors": 0, | ||
"globalErrors": 0, | ||
"semanticErrors": 0, | ||
"declarationErrors": 0, | ||
"emitErrors": 0, | ||
"emitSkipped": false | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
TypeScript error: [31mtest/errorReporting/test-4.ts(2,1): [39merror TS2304: Cannot find name 'asdf'. | ||
TypeScript error: [31mtest/errorReporting/test-4.ts(7,1): [39merror TS2322: Type '{ y: string; }[][]' is not assignable to type '{ x: number; }[][]'. | ||
Type '{ y: string; }[]' is not assignable to type '{ x: number; }[]'. | ||
Property 'x' is missing in type '{ y: string; }' but required in type '{ x: number; }'. | ||
{ | ||
"transpileErrors": 0, | ||
"optionsErrors": 0, | ||
"syntaxErrors": 0, | ||
"globalErrors": 0, | ||
"semanticErrors": 2, | ||
"declarationErrors": 0, | ||
"emitErrors": 0, | ||
"emitSkipped": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
declare class Apple { | ||
} | ||
declare class Banana { | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"transpileErrors": 0, | ||
"optionsErrors": 0, | ||
"syntaxErrors": 0, | ||
"globalErrors": 0, | ||
"semanticErrors": 0, | ||
"declarationErrors": 0, | ||
"emitErrors": 0, | ||
"emitSkipped": false | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/// <reference path="referenced.d.ts" /> | ||
export {}; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"transpileErrors": 0, | ||
"optionsErrors": 0, | ||
"syntaxErrors": 0, | ||
"globalErrors": 0, | ||
"semanticErrors": 0, | ||
"declarationErrors": 0, | ||
"emitErrors": 0, | ||
"emitSkipped": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
TypeScript error: [31mtest/isolatedModules/test-3.ts(2,1): [39merror TS1128: Declaration or statement expected. | ||
{ | ||
"transpileErrors": 1, | ||
"optionsErrors": 0, | ||
"syntaxErrors": 0, | ||
"globalErrors": 0, | ||
"semanticErrors": 0, | ||
"declarationErrors": 0, | ||
"emitErrors": 0, | ||
"emitSkipped": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
TypeScript error: [31mtest/noEmit/a.ts(1,14): [39merror TS6131: Cannot compile modules using option 'outFile' unless the '--module' flag is 'amd' or 'system'. | ||
{ | ||
"transpileErrors": 0, | ||
"optionsErrors": 0, | ||
"syntaxErrors": 0, | ||
"globalErrors": 0, | ||
"semanticErrors": 1, | ||
"declarationErrors": 0, | ||
"emitErrors": 0, | ||
"noEmit": true, | ||
"emitSkipped": true | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
TypeScript error: [31mtest/noEmitOnError/a.ts(1,1): [39merror TS2304: Cannot find name 'foo'. | ||
TypeScript error: [31mtest/noEmitOnError/a.ts(2,5): [39merror TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. | ||
TypeScript error: [31mtest/noEmitOnError/a.ts(3,2): [39merror TS1109: Expression expected. | ||
TypeScript error: [31mtest/noEmitOnError/a.ts(3,3): [39merror TS1127: Invalid character. | ||
TypeScript error: [31mtest/noEmitOnError/a.ts(3,4): [39merror TS2581: Cannot find name '$'. Do you need to install type definitions for jQuery? Try `npm i @types/jquery`. | ||
TypeScript error: [31mtest/noEmitOnError/a.ts(3,6): [39merror TS1109: Expression expected. | ||
TypeScript error: [31mtest/noEmitOnError/a.ts(3,7): [39merror TS1109: Expression expected. | ||
TypeScript error: [31mtest/noEmitOnError/a.ts(3,8): [39merror TS1109: Expression expected. | ||
TypeScript error: [31mtest/noEmitOnError/a.ts(3,9): [39merror TS1109: Expression expected. | ||
{ | ||
"transpileErrors": 0, | ||
"optionsErrors": 0, | ||
"syntaxErrors": 6, | ||
"globalErrors": 0, | ||
"semanticErrors": 3, | ||
"declarationErrors": 0, | ||
"emitErrors": 0, | ||
"emitSkipped": true | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
declare class Hello { | ||
value: string; | ||
} | ||
declare var a: Hello; | ||
declare var b: Symbol; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"transpileErrors": 0, | ||
"optionsErrors": 0, | ||
"syntaxErrors": 0, | ||
"globalErrors": 0, | ||
"semanticErrors": 0, | ||
"declarationErrors": 0, | ||
"emitErrors": 0, | ||
"emitSkipped": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"transpileErrors": 0, | ||
"optionsErrors": 0, | ||
"syntaxErrors": 0, | ||
"globalErrors": 0, | ||
"semanticErrors": 0, | ||
"declarationErrors": 0, | ||
"emitErrors": 0, | ||
"emitSkipped": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"transpileErrors": 0, | ||
"optionsErrors": 0, | ||
"syntaxErrors": 0, | ||
"globalErrors": 0, | ||
"semanticErrors": 0, | ||
"declarationErrors": 0, | ||
"emitErrors": 0, | ||
"emitSkipped": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"bundle": { | ||
"commonSourceDirectory": "C:/Projects/github/gulp-typescript/test/tsConfigIncremental/src/", | ||
"sourceFiles": [ | ||
"C:/Projects/github/gulp-typescript/test/tsConfigIncremental/src/app/bar.ts" | ||
], | ||
"js": { | ||
"sections": [ | ||
{ | ||
"pos": 0, | ||
"end": 94, | ||
"kind": "text" | ||
} | ||
] | ||
}, | ||
"dts": { | ||
"sections": [ | ||
{ | ||
"pos": 0, | ||
"end": 43, | ||
"kind": "text" | ||
} | ||
] | ||
} | ||
}, | ||
"version": "3.4.5" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
declare class Hello { | ||
value: string; | ||
} |