alright thats the rename

Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753
This commit is contained in:
Jarred Sumner
2021-08-17 01:44:30 -07:00
parent 209391d01c
commit 574be79253
43 changed files with 2378 additions and 1941 deletions

View File

@@ -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,