mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-05 21:23:37 -05:00
Remove ES2018 folder
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @module: es2018
|
||||
// @module: esnext
|
||||
// @target: esnext
|
||||
// @filename: 0.ts
|
||||
export function foo() { return "foo"; }
|
||||
@@ -1,4 +1,4 @@
|
||||
// @module: es2018
|
||||
// @module: esnext
|
||||
// @target: esnext
|
||||
// @filename: 0.ts
|
||||
export class B {
|
||||
@@ -1,4 +1,4 @@
|
||||
// @module: es2018
|
||||
// @module: esnext
|
||||
// @target: esnext
|
||||
// @filename: 0.ts
|
||||
export class B {
|
||||
@@ -1,4 +1,4 @@
|
||||
// @module: es2018
|
||||
// @module: esnext
|
||||
// @target: esnext
|
||||
// @filename: 0.ts
|
||||
export class B {
|
||||
@@ -1,4 +1,4 @@
|
||||
// @module: es2018
|
||||
// @module: esnext
|
||||
// @target: esnext
|
||||
// @strictNullChecks: true
|
||||
// @filename: 0.ts
|
||||
@@ -1,4 +1,4 @@
|
||||
// @module: es2018
|
||||
// @module: esnext
|
||||
// @target: esnext
|
||||
// @filename: 0.ts
|
||||
export class B {
|
||||
@@ -1,4 +1,4 @@
|
||||
// @module: es2018
|
||||
// @module: esnext
|
||||
// @target: esnext
|
||||
// @declaration: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @module: es2018
|
||||
// @module: esnext
|
||||
// @target: esnext
|
||||
// @declaration: true
|
||||
|
||||
Reference in New Issue
Block a user