Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs authored Oct 13, 2023
1 parent 00f8457 commit 59f558e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export { PluginType };
export { Cst };
export { errors };
export { Ast };
export 1 as hoge;
export { 1 as hoge };

Check failure on line 23 in src/index.ts

View workflow job for this annotation

GitHub Actions / test (20.x)

Identifier expected.

Check failure on line 23 in src/index.ts

View workflow job for this annotation

GitHub Actions / test (20.x)

Declaration or statement expected.

Check failure on line 23 in src/index.ts

View workflow job for this annotation

GitHub Actions / deploy

Identifier expected.

Check failure on line 23 in src/index.ts

View workflow job for this annotation

GitHub Actions / deploy

Declaration or statement expected.

Check failure on line 23 in src/index.ts

View workflow job for this annotation

GitHub Actions / report

Identifier expected.

Check failure on line 23 in src/index.ts

View workflow job for this annotation

GitHub Actions / report

Declaration or statement expected.

0 comments on commit 59f558e

Please sign in to comment.