Skip to content
Snippets Groups Projects
Commit cc8b8e95 authored by Leo Balter's avatar Leo Balter Committed by Rick Waldron
Browse files

move flags to templates

parent e116ccff
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 0 deletions
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
let f = () => { let f = () => {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
async function f() { async function f() {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
async function f() { async function f() {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
async function f() { async function f() {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
label: { label: {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
{ {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
do { do {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
let x = 0; let x = 0;
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
if (false) { if (false) {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
function f() { function f() {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
if (true) { if (true) {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
{ {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
let x = 0; let x = 0;
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
import(/*{ params }*/).catch(error => { import(/*{ params }*/).catch(error => {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
let f = () => import(/*{ params }*/).then(imported => { let f = () => import(/*{ params }*/).then(imported => {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
let f = () => { let f = () => {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
async function f() { async function f() {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
async function f() { async function f() {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
async function f() { async function f() {
......
...@@ -21,6 +21,7 @@ info: | ...@@ -21,6 +21,7 @@ info: |
features: [dynamic-import] features: [dynamic-import]
flags: [async]
---*/ ---*/
label: { label: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment