Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 3, 2024
1 parent bdb88bb commit 402ee2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/oxc-parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import oxc from 'oxc-parser';

const sourceText = "let foo: Foo = 'foo';";
// Filename extension is used to determine which dialect to parse source as.
const filename = "test.tsx";
const filename = 'test.tsx';

test(oxc.parseSync(filename, sourceText, options));
test(await oxc.parseAsync(filename, sourceText, options));
Expand Down

0 comments on commit 402ee2d

Please sign in to comment.