Skip to content

Commit

Permalink
Fix mark parameter call
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Oct 12, 2023
1 parent f0938e0 commit 14dbcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transformers/js/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ pub fn transform(config: Config) -> Result<TransformResult, std::io::Error> {
// Transpile new syntax to older syntax if needed
Optional::new(
preset_env(
global_mark,
unresolved_mark,
Some(&comments),
preset_env_config,
assumptions,
Expand Down

0 comments on commit 14dbcc2

Please sign in to comment.