-
Notifications
You must be signed in to change notification settings - Fork 12.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 4.6.0-beta, accept baselines, and LKG.
- Loading branch information
1 parent
5e09e86
commit 40c4fac
Showing
128 changed files
with
868 additions
and
896 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
tests/baselines/reference/emitHelpersWithLocalCollisions(module=node12).errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
error TS4124: Compiler option 'module' of value 'node12' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
|
||
|
||
!!! error TS4124: Compiler option 'module' of value 'node12' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
==== tests/cases/compiler/a.ts (0 errors) ==== | ||
declare var dec: any, __decorate: any; | ||
@dec export class A { | ||
} | ||
|
||
const o = { a: 1 }; | ||
const y = { ...o }; | ||
|
12 changes: 12 additions & 0 deletions
12
tests/baselines/reference/emitHelpersWithLocalCollisions(module=nodenext).errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
error TS4124: Compiler option 'module' of value 'nodenext' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
|
||
|
||
!!! error TS4124: Compiler option 'module' of value 'nodenext' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
==== tests/cases/compiler/a.ts (0 errors) ==== | ||
declare var dec: any, __decorate: any; | ||
@dec export class A { | ||
} | ||
|
||
const o = { a: 1 }; | ||
const y = { ...o }; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
.../reference/moduleResolutionWithModule(module=commonjs,moduleresolution=node12).errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
error TS4124: Compiler option 'moduleResolution' of value 'node12' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
|
||
|
||
!!! error TS4124: Compiler option 'moduleResolution' of value 'node12' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
==== tests/cases/compiler/node_modules/pkg/package.json (0 errors) ==== | ||
{ | ||
"name": "pkg", | ||
"version": "0.0.1", | ||
"exports": "./entrypoint.js" | ||
} | ||
==== tests/cases/compiler/node_modules/pkg/entrypoint.d.ts (0 errors) ==== | ||
export declare function thing(): void; | ||
==== tests/cases/compiler/index.ts (0 errors) ==== | ||
import * as p from "pkg"; | ||
p.thing(); |
15 changes: 15 additions & 0 deletions
15
...eference/moduleResolutionWithModule(module=commonjs,moduleresolution=nodenext).errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
error TS4124: Compiler option 'moduleResolution' of value 'nodenext' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
|
||
|
||
!!! error TS4124: Compiler option 'moduleResolution' of value 'nodenext' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
==== tests/cases/compiler/node_modules/pkg/package.json (0 errors) ==== | ||
{ | ||
"name": "pkg", | ||
"version": "0.0.1", | ||
"exports": "./entrypoint.js" | ||
} | ||
==== tests/cases/compiler/node_modules/pkg/entrypoint.d.ts (0 errors) ==== | ||
export declare function thing(): void; | ||
==== tests/cases/compiler/index.ts (0 errors) ==== | ||
import * as p from "pkg"; | ||
p.thing(); |
2 changes: 2 additions & 0 deletions
2
...ines/reference/moduleResolutionWithModule(module=node12,moduleresolution=node).errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...es/reference/moduleResolutionWithModule(module=node12,moduleresolution=node12).errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
error TS4124: Compiler option 'module' of value 'node12' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
|
||
|
||
!!! error TS4124: Compiler option 'module' of value 'node12' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
==== tests/cases/compiler/node_modules/pkg/package.json (0 errors) ==== | ||
{ | ||
"name": "pkg", | ||
"version": "0.0.1", | ||
"exports": "./entrypoint.js" | ||
} | ||
==== tests/cases/compiler/node_modules/pkg/entrypoint.d.ts (0 errors) ==== | ||
export declare function thing(): void; | ||
==== tests/cases/compiler/index.ts (0 errors) ==== | ||
import * as p from "pkg"; | ||
p.thing(); |
15 changes: 15 additions & 0 deletions
15
.../reference/moduleResolutionWithModule(module=node12,moduleresolution=nodenext).errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
error TS4124: Compiler option 'module' of value 'node12' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
|
||
|
||
!!! error TS4124: Compiler option 'module' of value 'node12' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
==== tests/cases/compiler/node_modules/pkg/package.json (0 errors) ==== | ||
{ | ||
"name": "pkg", | ||
"version": "0.0.1", | ||
"exports": "./entrypoint.js" | ||
} | ||
==== tests/cases/compiler/node_modules/pkg/entrypoint.d.ts (0 errors) ==== | ||
export declare function thing(): void; | ||
==== tests/cases/compiler/index.ts (0 errors) ==== | ||
import * as p from "pkg"; | ||
p.thing(); |
2 changes: 2 additions & 0 deletions
2
...es/reference/moduleResolutionWithModule(module=nodenext,moduleresolution=node).errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
.../reference/moduleResolutionWithModule(module=nodenext,moduleresolution=node12).errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
error TS4124: Compiler option 'module' of value 'nodenext' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
|
||
|
||
!!! error TS4124: Compiler option 'module' of value 'nodenext' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
==== tests/cases/compiler/node_modules/pkg/package.json (0 errors) ==== | ||
{ | ||
"name": "pkg", | ||
"version": "0.0.1", | ||
"exports": "./entrypoint.js" | ||
} | ||
==== tests/cases/compiler/node_modules/pkg/entrypoint.d.ts (0 errors) ==== | ||
export declare function thing(): void; | ||
==== tests/cases/compiler/index.ts (0 errors) ==== | ||
import * as p from "pkg"; | ||
p.thing(); |
15 changes: 15 additions & 0 deletions
15
...eference/moduleResolutionWithModule(module=nodenext,moduleresolution=nodenext).errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
error TS4124: Compiler option 'module' of value 'nodenext' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
|
||
|
||
!!! error TS4124: Compiler option 'module' of value 'nodenext' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'. | ||
==== tests/cases/compiler/node_modules/pkg/package.json (0 errors) ==== | ||
{ | ||
"name": "pkg", | ||
"version": "0.0.1", | ||
"exports": "./entrypoint.js" | ||
} | ||
==== tests/cases/compiler/node_modules/pkg/entrypoint.d.ts (0 errors) ==== | ||
export declare function thing(): void; | ||
==== tests/cases/compiler/index.ts (0 errors) ==== | ||
import * as p from "pkg"; | ||
p.thing(); |
2 changes: 2 additions & 0 deletions
2
tests/baselines/reference/moduleResolutionWithoutExtension1.errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tests/baselines/reference/moduleResolutionWithoutExtension2.errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tests/baselines/reference/moduleResolutionWithoutExtension3.errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tests/baselines/reference/moduleResolutionWithoutExtension4.errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tests/baselines/reference/moduleResolutionWithoutExtension5.errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tests/baselines/reference/moduleResolutionWithoutExtension6.errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tests/baselines/reference/moduleResolutionWithoutExtension7.errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tests/baselines/reference/moduleResolutionWithoutExtension8.errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tests/baselines/reference/nodeAllowJsPackageSelfName(module=node12).errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tests/baselines/reference/nodeAllowJsPackageSelfName(module=nodenext).errors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.