es5-shim: Conflict ES5-shim(sham) 4.5.15 and ES6-shim(sham) 0.35.x
The recently released version of es5-shim
4.5.15 confirmed a conflict with es6-shim
0.35.x. It seems to be a new problem that did not occur in 4.5.14.
es5-shim(+sham) | es6-shim(+sham) | Is it works? |
---|---|---|
4.5.14 | 0.35.5 | it works |
4.5.14 | 0.35.6 | it works |
4.5.15 | 0.35.5 | does not work |
4.5.15 | 0.35.6 | does not work |
I’m going to take a closer look at what the difference is soon.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 19 (7 by maintainers)
Commits related to this issue
- [Fix] in WSH, `Object.getPrototypeOf([].values())` is falsy Closes https://github.com/es-shims/es5-shim/issues/476. — committed to gnh1201/es6-shim by gnh1201 3 years ago
Modifying es6-shim to match the changes in es5-shim(sham) corrected the error. Please check if it is a valid solution.
The exact point of failure is that there is a variable called
object
markedundefined
. This depends on whether it is==
or===
as shown in 64b444ebddd81ccf04c86a8aed21fe754acc829b.If I can see the stack trace, I will write it soon.