Skip to content

Commit

Permalink
deps: update babel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-redFox committed Apr 14, 2022
1 parent 18aab58 commit d8ac5e9
Show file tree
Hide file tree
Showing 5 changed files with 1,180 additions and 320 deletions.
12 changes: 12 additions & 0 deletions __tests__/__snapshots__/bin.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1594,10 +1594,12 @@ Array [
"loc": Object {
"end": Object {
"column": 2,
"index": 150,
"line": 13,
},
"start": Object {
"column": 0,
"index": 102,
"line": 11,
},
},
Expand All @@ -1622,10 +1624,12 @@ Array [
"loc": Object {
"end": Object {
"column": 3,
"index": 101,
"line": 10,
},
"start": Object {
"column": 0,
"index": 72,
"line": 8,
},
},
Expand Down Expand Up @@ -1660,10 +1664,12 @@ Array [
"loc": Object {
"end": Object {
"column": 2,
"index": 232,
"line": 20,
},
"start": Object {
"column": 0,
"index": 183,
"line": 18,
},
},
Expand All @@ -1688,10 +1694,12 @@ Array [
"loc": Object {
"end": Object {
"column": 3,
"index": 182,
"line": 17,
},
"start": Object {
"column": 0,
"index": 152,
"line": 15,
},
},
Expand Down Expand Up @@ -1726,10 +1734,12 @@ Array [
"loc": Object {
"end": Object {
"column": 2,
"index": 70,
"line": 6,
},
"start": Object {
"column": 0,
"index": 26,
"line": 4,
},
},
Expand All @@ -1754,10 +1764,12 @@ Array [
"loc": Object {
"end": Object {
"column": 3,
"index": 25,
"line": 3,
},
"start": Object {
"column": 0,
"index": 0,
"line": 1,
},
},
Expand Down
8 changes: 6 additions & 2 deletions __tests__/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ Array [
"loc": SourceLocation {
"end": Position {
"column": 9,
"index": 9,
"line": 1,
},
"filename": undefined,
"identifierName": undefined,
"start": Position {
"column": 0,
"index": 0,
"line": 1,
},
},
Expand Down Expand Up @@ -90,11 +92,13 @@ exports[`build 3`] = `
\\"loc\\": {
\\"start\\": {
\\"line\\": 1,
\\"column\\": 0
\\"column\\": 0,
\\"index\\": 0
},
\\"end\\": {
\\"line\\": 1,
\\"column\\": 9
\\"column\\": 9,
\\"index\\": 9
}
},
\\"augments\\": [],
Expand Down
Loading

0 comments on commit d8ac5e9

Please sign in to comment.