chore: use webpack-compatible pure annotation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Make a map and return a function for checking if a key
|
||||
// is in that map.
|
||||
//
|
||||
// IMPORTANT: all calls of this function must be prefixed with /*@__PURE__*/
|
||||
// IMPORTANT: all calls of this function must be prefixed with /*#__PURE__*/
|
||||
// So that rollup can tree-shake them if necessary.
|
||||
export function makeMap(
|
||||
str: string,
|
||||
|
||||
Reference in New Issue
Block a user