chore: use webpack-compatible pure annotation

This commit is contained in:
Evan You
2019-10-15 12:22:32 -04:00
parent 7de3aee317
commit 74d501829c
4 changed files with 6 additions and 6 deletions

View File

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