Skip to content

Commit c1bb101

Browse files
committed
Fix syntax
1 parent def100c commit c1bb101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ let toVariableDeclaration = (
7676
t.identifier(name),
7777
t.toExpression(declaration),
7878
),
79-
location(declaration),
79+
location(declaration)
8080
),
8181
]),
8282
location(declaration),
@@ -88,7 +88,7 @@ let toModuleSpecifier = (
8888
kind /*: 'value' | 'type' | 'typeof' | null */,
8989
local /*: string | null */,
9090
external /*: string | null */,
91-
source /*: string | null */,
91+
source /*: string | null */
9292
) => {
9393
let specifier = {};
9494
if (kind) specifier.kind = kind;

0 commit comments

Comments
 (0)