Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e9bed76

Browse filesBrowse files
committed
Remove --experimentalAsyncFunctions from tests
1 parent 92f1b48 commit e9bed76
Copy full SHA for e9bed76

51 files changed

-51Lines changed: 0 additions & 51 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎tests/cases/conformance/async/es6/asyncArrowFunction/asyncArrowFunction10_es6.ts‎

Copy file name to clipboardExpand all lines: tests/cases/conformance/async/es6/asyncArrowFunction/asyncArrowFunction10_es6.ts
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @target: ES6
22
// @noEmitHelpers: true
3-
// @experimentalAsyncFunctions: true
43

54
var foo = async foo(): Promise<void> => {
65
// Legal to use 'await' in a type context.
Collapse file
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @target: ES6
22
// @noEmitHelpers: true
3-
// @experimentalAsyncFunctions: true
43

54
var foo = async (): Promise<void> => {
65
};
Collapse file
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// @target: ES6
22
// @noEmitHelpers: true
3-
// @experimentalAsyncFunctions: true
43
var f = (await) => {
54
}
Collapse file
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// @target: ES6
22
// @noEmitHelpers: true
3-
// @experimentalAsyncFunctions: true
43
function f(await = await) {
54
}
Collapse file
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// @target: ES6
22
// @noEmitHelpers: true
3-
// @experimentalAsyncFunctions: true
43
var await = () => {
54
}
Collapse file
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @target: ES6
22
// @noEmitHelpers: true
3-
// @experimentalAsyncFunctions: true
43

54
var foo = async (await): Promise<void> => {
65
}
Collapse file
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @target: ES6
22
// @noEmitHelpers: true
3-
// @experimentalAsyncFunctions: true
43

54
var foo = async (a = await): Promise<void> => {
65
}
Collapse file

‎tests/cases/conformance/async/es6/asyncArrowFunction/asyncArrowFunction7_es6.ts‎

Copy file name to clipboardExpand all lines: tests/cases/conformance/async/es6/asyncArrowFunction/asyncArrowFunction7_es6.ts
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @target: ES6
22
// @noEmitHelpers: true
3-
// @experimentalAsyncFunctions: true
43

54
var bar = async (): Promise<void> => {
65
// 'await' here is an identifier, and not an await expression.
Collapse file

‎tests/cases/conformance/async/es6/asyncArrowFunction/asyncArrowFunction8_es6.ts‎

Copy file name to clipboardExpand all lines: tests/cases/conformance/async/es6/asyncArrowFunction/asyncArrowFunction8_es6.ts
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @target: ES6
22
// @noEmitHelpers: true
3-
// @experimentalAsyncFunctions: true
43

54
var foo = async (): Promise<void> => {
65
var v = { [await]: foo }
Collapse file
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// @target: ES6
22
// @noEmitHelpers: true
3-
// @experimentalAsyncFunctions: true
43
var foo = async (a = await => await): Promise<void> => {
54
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.