Skip to content

Commit c28a22c

Browse 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 <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 171e9fc commit c28a22c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/node_external_reference.h

Lines 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)