From 574be79253f503fe3caedf5d66b1ff35f71a55d0 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 17 Aug 2021 01:44:30 -0700 Subject: alright thats the rename Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753 --- src/js_parser/js_parser.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/js_parser/js_parser.zig') 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, -- cgit v1.2.3