move flags to templates

This commit is contained in:
Leo Balter 2018-10-02 14:36:57 -04:00 committed by Rick Waldron
parent e116ccff0c
commit cc8b8e955b
39 changed files with 30 additions and 9 deletions

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
let f = () => {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
async function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
async function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
async function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
label: {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
{

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
do {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
let x = 0;

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
if (false) {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
if (true) {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
{

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
let x = 0;

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
import(/*{ params }*/).catch(error => {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
let f = () => import(/*{ params }*/).then(imported => {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
let f = () => {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
async function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
async function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
async function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
label: {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
{

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
do {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
let x = 0;

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
if (false) {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
function f() {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
if (true) import(/*{ params }*/);

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
if (true) {

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
{

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
let x = 0;

View File

@ -21,6 +21,7 @@ info: |
features: [dynamic-import]
flags: [async]
---*/
import(/*{ params }*/).then(imported => {

View File

@ -18,7 +18,6 @@ info: |
e. Return ? targetER.GetBindingValue(N2, S).
includes: [fnGlobalObject.js]
template: default
flags: [async]
---*/
//- params

View File

@ -18,7 +18,6 @@ info: |
e. Return ? targetER.GetBindingValue(N2, S).
template: default
flags: [async]
---*/
//- params

View File

@ -19,7 +19,6 @@ info: |
e. Return ? targetER.GetBindingValue(N2, S).
includes: [fnGlobalObject.js]
template: default
flags: [async]
---*/
//- params

View File

@ -12,7 +12,6 @@ info: |
a. Let requiredModule be ? HostResolveImportedModule(module, required).
b. Perform ? requiredModule.ModuleEvaluation().
template: catch
flags: [async]
---*/
//- params

View File

@ -12,7 +12,6 @@ info: |
a. Let requiredModule be ? HostResolveImportedModule(module, required).
b. Perform ? requiredModule.ModuleEvaluation().
template: catch
flags: [async]
---*/
//- params

View File

@ -32,7 +32,6 @@ info: |
SameValue(resolution.[[BindingName]],
starResolution.[[BindingName]]) is false, return "ambiguous".
template: catch
flags: [async]
---*/
//- params

View File

@ -21,7 +21,6 @@ info: |
i. Assert: this is a circular import request.
ii. Return null.
template: catch
flags: [async]
---*/
//- params

View File

@ -20,7 +20,6 @@ info: |
[...]
11. Return starResolution.
template: catch
flags: [async]
---*/
//- params

View File

@ -4,7 +4,6 @@
/*---
desc: Dynamic import() returns a Promise object.
template: default
flags: [async]
---*/
//- params