mirror of
https://github.com/oxc-project/oxc.git
synced 2026-09-14 19:36:11 +08:00
6a7eb602ed
Follow-on after [#25585](/github/pr-or-issue/oxc-project/oxc/25585). Rename `options.sourceFileName` to `sourceFilename`. We use both capitalizations internal Rust code, but always `filename` in external JS APIs (Oxlint plugins etc). NOTE: this is not marked as a breaking change as it was merged before the feature was released.