Skip to content

Commit 47ef183

Browse files
Novinygwyneplaine
authored andcommitted
parse external files (#24)
* parse external files * Update test and move try/catch to where error will be thrown
1 parent 37e3e4e commit 47ef183

File tree

7 files changed

+568
-417
lines changed

7 files changed

+568
-417
lines changed

.prettierrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"singleQuote": true
3+
}

__snapshots__/test.js.snap

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,6 @@ Object {
11201120
"value": Object {
11211121
"kind": "generic",
11221122
"value": Object {
1123-
"external": true,
11241123
"importKind": "type",
11251124
"kind": "import",
11261125
"moduleSpecifier": "react",
@@ -2083,7 +2082,6 @@ Object {
20832082
Object {
20842083
"kind": "spread",
20852084
"value": Object {
2086-
"external": true,
20872085
"importKind": "value",
20882086
"kind": "import",
20892087
"moduleSpecifier": "somewhere",
@@ -2342,7 +2340,6 @@ Object {
23422340
"value": Object {
23432341
"kind": "generic",
23442342
"value": Object {
2345-
"external": true,
23462343
"importKind": "type",
23472344
"kind": "import",
23482345
"moduleSpecifier": "react",
@@ -2404,7 +2401,6 @@ Object {
24042401
"value": Object {
24052402
"kind": "generic",
24062403
"value": Object {
2407-
"external": true,
24082404
"importKind": "type",
24092405
"kind": "import",
24102406
"moduleSpecifier": "react",
@@ -2473,7 +2469,6 @@ Object {
24732469
"value": Object {
24742470
"kind": "generic",
24752471
"value": Object {
2476-
"external": true,
24772472
"importKind": "type",
24782473
"kind": "import",
24792474
"moduleSpecifier": "react",
@@ -2543,7 +2538,6 @@ Object {
25432538
"value": Object {
25442539
"kind": "generic",
25452540
"value": Object {
2546-
"external": true,
25472541
"importKind": "type",
25482542
"kind": "import",
25492543
"moduleSpecifier": "react",

0 commit comments

Comments
 (0)