chore: use webpack-compatible pure annotation
This commit is contained in:
@@ -5,4 +5,4 @@ const GLOBALS_WHITE_LISTED =
|
||||
'decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,' +
|
||||
'Object,Boolean,String,RegExp,Map,Set,JSON,Intl'
|
||||
|
||||
export const isGloballyWhitelisted = /*@__PURE__*/ makeMap(GLOBALS_WHITE_LISTED)
|
||||
export const isGloballyWhitelisted = /*#__PURE__*/ makeMap(GLOBALS_WHITE_LISTED)
|
||||
|
||||
Reference in New Issue
Block a user