mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
alright thats the rename
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753
This commit is contained in:
@@ -1729,7 +1729,7 @@ pub const Parser = struct {
|
||||
|
||||
// Symbol use counts are unavailable
|
||||
// So we say "did we parse any JSX?"
|
||||
// if yes, just automatically add the import so that .jsb knows to include the file.
|
||||
// if yes, just automatically add the import so that .bun knows to include the file.
|
||||
if (self.options.jsx.parse and p.needs_jsx_import) {
|
||||
_ = p.addImportRecord(
|
||||
.require,
|
||||
|
||||
Reference in New Issue
Block a user