Open kriskowal opened 9 months ago
mimic-fn
does not compose well with our toString
enablements. This manifests as a “Cannot define property with both value and get” (effectively). I have proposed a fix: https://github.com/sindresorhus/mimic-function/pull/51
wouldn't that fix end up setting writable to false when it's a getter, because there's no writable
in the first place? or is that fine
wouldn't that fix end up setting writable to false when it's a getter, because there's no
writable
in the first place? or is that fine
That’s a good question for @sindresorhus and the intended outcome for mimic-function
. I think mirroring a getter with a non-writable value is possibly consistent with the intent.
See https://github.com/endojs/endo/issues/2033#issuecomment-2028956104
Should https://github.com/endojs/endo/issues/2033 be tracked here as an endo ecosystem compat issue?
Index of ecosystem compatibility notes from 2021-02-10 to 2024-02-05 https://github.com/endojs/endo/discussions/1950 with updates to follow in subsequent comments and separate issues with the label
ecosystem-compatibility
.axios
babel
buffer
chalk
core-js
@cosmjs/types
d3
enzyme
follow-redirects
@formatjs/intl-utils
gun
immerjs
jss
luxon
mobx
node
node-external-editor
pino
protobuf
react
readable-steam
reflect-metadata
rxjs
regenerator-runtime
impacted by use of regnerator-runtime https://github.com/endojs/endo/discussions/1950#discussioncomment-8073881
rollup
stack-utils
tape
typescript
@wry/context
vega