Skip to content

Commit

Permalink
restore es6 object format (did the lint change this??)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Pereira committed Feb 9, 2025
1 parent feebb91 commit c9cce8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/runner/runners/utils/transpiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const babelify = (content: string, filename: string, extraPlugins: string
return content
}

const options = babel.loadOptions?.({ filename: filename }) ?? { plugins: [] }
const options = babel.loadOptions?.({ filename }) ?? { plugins: [] }

const fileOpts = {
filename,
Expand Down

0 comments on commit c9cce8d

Please sign in to comment.