Skip to content

Commit 1314e69

Browse files
authored
Stop unexportedRuntimeFunction('foo__user', false); from reaching the builds (#16945)
1 parent 6a841c8 commit 1314e69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utility.js

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ function isJsLibraryConfigIdentifier(ident) {
114114
'__nothrow',
115115
'__noleakcheck',
116116
'__internal',
117+
'__user',
117118
];
118119
return suffixes.some((suffix) => ident.endsWith(suffix));
119120
}

0 commit comments

Comments
 (0)