aboutsummaryrefslogtreecommitdiff
path: root/src/js_parser/js_parser.zig
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-08-17 01:44:30 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-08-17 01:44:30 -0700
commit574be79253f503fe3caedf5d66b1ff35f71a55d0 (patch)
tree1b55bb45d754a33428267834b75bd26ee1fa21fb /src/js_parser/js_parser.zig
parent209391d01c9fad548d5b84d8d0c530d317aa1d92 (diff)
downloadbun-574be79253f503fe3caedf5d66b1ff35f71a55d0.tar.gz
bun-574be79253f503fe3caedf5d66b1ff35f71a55d0.tar.zst
bun-574be79253f503fe3caedf5d66b1ff35f71a55d0.zip
alright thats the rename
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753
Diffstat (limited to 'src/js_parser/js_parser.zig')
-rw-r--r--src/js_parser/js_parser.zig2
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,