Skip to content

Commit

Permalink
test(turbopack-ecmascript): update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 14, 2022
1 parent fc49b44 commit b462cd1
Show file tree
Hide file tree
Showing 10 changed files with 172 additions and 172 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"dd",
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#1,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
3,
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#1,
),
),
Expand All @@ -94,7 +94,7 @@
3,
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#1,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
3,
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#1,
),
),
Expand All @@ -94,7 +94,7 @@
3,
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#1,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"e",
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#4,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -101,7 +101,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -174,7 +174,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -250,7 +250,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -344,7 +344,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -417,7 +417,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -490,7 +490,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -563,7 +563,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -657,7 +657,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -733,7 +733,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -806,7 +806,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -879,7 +879,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -967,7 +967,7 @@
[
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -1040,7 +1040,7 @@
[
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -1116,7 +1116,7 @@
[
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -1189,7 +1189,7 @@
[
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -1528,7 +1528,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down Expand Up @@ -1592,7 +1592,7 @@
),
Variable(
(
Atom('d' type=inline),
Atom('d' type=static),
#2,
),
),
Expand Down

0 comments on commit b462cd1

Please sign in to comment.