@@ -5,17 +5,25 @@ exports[`Goodbye delay with node 0.12 target Compiles with correct debug log 1`]
5
5
Transforming module ./src/goodbye.js for chunk src_goodbye_js
6
6
Transforming module ./src/goodbye.js for chunk src_parent_js
7
7
Transforming module ./src/parent.js for chunk src_parent_js
8
+ Transforming module ./src/another.js for chunk src_with2_js
9
+ Transforming module ./src/goodbye.js for chunk src_with2_js
10
+ Transforming module ./src/with2.js for chunk src_with2_js
8
11
9
12
goodbye-v0.12 compiled successfully"
10
13
` ;
11
14
12
15
exports [` Goodbye delay with node 0.12 target using runtime Compiles with correct debug log 1` ] = `
13
16
"DEBUG LOG from TransformAsyncModulesPlugin
14
17
Adding dependencies for top level await parsed in ./src/goodbye.js
18
+ Adding dependencies for top level await parsed in ./src/another.js
15
19
Adding and reprocessing dependencies for ./src/parent.js
20
+ Adding and reprocessing dependencies for ./src/with2.js
16
21
Transforming module ./src/goodbye.js for chunk src_goodbye_js
17
22
Transforming module ./src/goodbye.js for chunk src_parent_js
18
23
Transforming module ./src/parent.js for chunk src_parent_js
24
+ Transforming module ./src/another.js for chunk src_with2_js
25
+ Transforming module ./src/goodbye.js for chunk src_with2_js
26
+ Transforming module ./src/with2.js for chunk src_with2_js
19
27
20
28
goodbye-v0.12-runtime compiled successfully"
21
29
` ;
@@ -25,17 +33,25 @@ exports[`Goodbye delay with node 6 target Compiles with correct debug log 1`] =
25
33
Transforming module ./src/goodbye.js for chunk src_goodbye_js
26
34
Transforming module ./src/goodbye.js for chunk src_parent_js
27
35
Transforming module ./src/parent.js for chunk src_parent_js
36
+ Transforming module ./src/another.js for chunk src_with2_js
37
+ Transforming module ./src/goodbye.js for chunk src_with2_js
38
+ Transforming module ./src/with2.js for chunk src_with2_js
28
39
29
40
goodbye-v6 compiled successfully"
30
41
` ;
31
42
32
43
exports [` Goodbye delay with node 6 target using runtime Compiles with correct debug log 1` ] = `
33
44
"DEBUG LOG from TransformAsyncModulesPlugin
34
45
Adding dependencies for top level await parsed in ./src/goodbye.js
46
+ Adding dependencies for top level await parsed in ./src/another.js
35
47
Adding and reprocessing dependencies for ./src/parent.js
48
+ Adding and reprocessing dependencies for ./src/with2.js
36
49
Transforming module ./src/goodbye.js for chunk src_goodbye_js
37
50
Transforming module ./src/goodbye.js for chunk src_parent_js
38
51
Transforming module ./src/parent.js for chunk src_parent_js
52
+ Transforming module ./src/another.js for chunk src_with2_js
53
+ Transforming module ./src/goodbye.js for chunk src_with2_js
54
+ Transforming module ./src/with2.js for chunk src_with2_js
39
55
40
56
goodbye-v6-runtime compiled successfully"
41
57
` ;
@@ -45,6 +61,9 @@ exports[`Goodbye delay with node 8 target Compiles with correct debug log 1`] =
45
61
Transforming module ./src/goodbye.js for chunk src_goodbye_js
46
62
Transforming module ./src/goodbye.js for chunk src_parent_js
47
63
Transforming module ./src/parent.js for chunk src_parent_js
64
+ Transforming module ./src/another.js for chunk src_with2_js
65
+ Transforming module ./src/goodbye.js for chunk src_with2_js
66
+ Transforming module ./src/with2.js for chunk src_with2_js
48
67
49
68
goodbye-v8 compiled successfully"
50
69
` ;
@@ -54,6 +73,9 @@ exports[`Goodbye delay with node 8 target using runtime Compiles with correct de
54
73
Transforming module ./src/goodbye.js for chunk src_goodbye_js
55
74
Transforming module ./src/goodbye.js for chunk src_parent_js
56
75
Transforming module ./src/parent.js for chunk src_parent_js
76
+ Transforming module ./src/another.js for chunk src_with2_js
77
+ Transforming module ./src/goodbye.js for chunk src_with2_js
78
+ Transforming module ./src/with2.js for chunk src_with2_js
57
79
58
80
goodbye-v8-runtime compiled successfully"
59
81
` ;
0 commit comments