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 Nov 28, 2024
1 parent 22b99d0 commit 5589f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion napi/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ oxc_module_lexer = { workspace = true }

napi = { workspace = true, features = ["async"] }
napi-derive = { workspace = true }
self_cell = "1.0.4"
serde_json = { workspace = true }
string_wizard = { version = "0.0.22", features = ["source_map"] }
self_cell = "1.0.4"

[package.metadata.cargo-shear]
ignored = ["napi"]
Expand Down
2 changes: 1 addition & 1 deletion napi/parser/test/magic_string.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('simple', () => {
const oxc = new ParserBuilder(code);

const ast = oxc.parseSync({
sourceFilename: 'test.ts'
sourceFilename: 'test.ts',
}).program;

const declaration = ast.body[0] as VariableDeclaration;
Expand Down

0 comments on commit 5589f42

Please sign in to comment.