Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eea4508

Browse files
codediverdevpull[bot]
authored andcommittedNov 6, 2024
lib: fix typo in comment
Small update in a realm.js documentation comment to correct `js2c.py` which was ported to `js2c.cc` and removed. PR-URL: #53543 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
1 parent 8d97783 commit eea4508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/internal/bootstrap/realm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Internal JavaScript module loader:
3232
// - BuiltinModule: a minimal module system used to load the JavaScript core
3333
// modules found in lib/**/*.js and deps/**/*.js. All core modules are
34-
// compiled into the node binary via node_javascript.cc generated by js2c.py,
34+
// compiled into the node binary via node_javascript.cc generated by js2c.cc,
3535
// so they can be loaded faster without the cost of I/O. This class makes the
3636
// lib/internal/*, deps/internal/* modules and internalBinding() available by
3737
// default to core modules, and lets the core modules require itself via

0 commit comments

Comments
 (0)
Please sign in to comment.