Skip to content

Commit

Permalink
fix: update test case by parse type modifier in ts import
Browse files Browse the repository at this point in the history
  • Loading branch information
Solo-steven committed Nov 4, 2024
1 parent 3902b11 commit 5cc7316
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foobar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "bar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{
"kind": "ImportDeclaration",
"specifiers": [],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "baz",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{
"kind": "ImportDeclaration",
"specifiers": [],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "jquery",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "jquery",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "crypto",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "crypto",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "crypto",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "bar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "crypto",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "Confucius",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "module-a",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "Confucius",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "module-a",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "jquery",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{
"kind": "ImportDeclaration",
"specifiers": [],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{
"kind": "ImportDeclaration",
"specifiers": [],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "foo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "bar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
],
"importKind": "value",
"source": {
"kind": "StringLiteral",
"value": "a",
Expand Down

0 comments on commit 5cc7316

Please sign in to comment.