Skip to content

Instantly share code, notes, and snippets.

@julrich
Created April 25, 2021 11:19
Show Gist options
  • Save julrich/879b4fde21a21f6c1d80d638d1f6cdeb to your computer and use it in GitHub Desktop.
Save julrich/879b4fde21a21f6c1d80d638d1f6cdeb to your computer and use it in GitHub Desktop.
Difference in basePropertyOf demo vs project
function basePropertyOf(e) {
return function (t) {
return null == e ? void 0 : e[t]
}
}
var _basePropertyOf = basePropertyOf,
...
deburrLetter = _basePropertyOf(deburredLetters),
function basePropertyOf$1(e) {
return function (t) {
return null == e ? void 0 : e[t]
}
}
var _basePropertyOf = basePropertyOf$1,
_basePropertyOf$1 = Object.freeze(Object.assign(Object.create(null), _basePropertyOf, {
[
Symbol.toStringTag
]: 'Module',
default:
_basePropertyOf
})),
basePropertyOf = getAugmentedNamespace(_basePropertyOf$1),
...
deburrLetter$1 = basePropertyOf(deburredLetters), // <- THIS IS WHERE THE ERROR HAPPENS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment