diff options
Diffstat (limited to 'src/js_parser/js_parser.zig')
-rw-r--r-- | src/js_parser/js_parser.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js_parser/js_parser.zig b/src/js_parser/js_parser.zig index 1840cd302..a06277b5e 100644 --- a/src/js_parser/js_parser.zig +++ b/src/js_parser/js_parser.zig @@ -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, |