Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c28a22c

Browse filesBrowse files
joyeecheungaduh95
authored andcommitted
src: fix cjs_lexer external reference registration
It needs to be added to the list to actually get registered. PR-URL: #61718 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 171e9fc commit c28a22c
Copy full SHA for c28a22c

1 file changed

+1Lines changed: 1 addition & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/node_external_reference.h‎

Copy file name to clipboardExpand all lines: src/node_external_reference.h
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class ExternalReferenceRegistry {
6666
V(buffer) \
6767
V(builtins) \
6868
V(cares_wrap) \
69+
V(cjs_lexer) \
6970
V(config) \
7071
V(contextify) \
7172
V(credentials) \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.