Skip to content

Commit

Permalink
Stop unexportedRuntimeFunction('foo__user', false); from reaching the…
Browse files Browse the repository at this point in the history
… builds (#16945)
  • Loading branch information
juj authored May 23, 2022
1 parent 6a841c8 commit 1314e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function isJsLibraryConfigIdentifier(ident) {
'__nothrow',
'__noleakcheck',
'__internal',
'__user',
];
return suffixes.some((suffix) => ident.endsWith(suffix));
}
Expand Down

0 comments on commit 1314e69

Please sign in to comment.