You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
Description
On Jun. 6th 2016 @Rich-Harris dependency bumped
source-map
package from 0.5.3 → 0.5.6.6192dc2#diff-b9cfc7f2cdf78a7f4b91a753d10865a2L47
This included a regression failure corrected by Mozilla in the 0.5.6 release.
mozilla/source-map#236
In particular the following diff:
https://github.com/mozilla/source-map/pull/236/files#diff-72d90d7b160cfdc50eee99b2a33c871cL320
Which fixed a regression failure of the following bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=889492
Expected Behavior
Sourcemap name resolution regression fix.
Test suite success. 14 passing, 0 failing
Current Behavior
null name expectation.
Test suite failure. 13 passing, 1 failing
Possible Solution
[email protected]
retrograde to[email protected]
Steps to Reproduce (for bugs)
$ npm install && npm test
Results in the following test failure.https://github.com/rollup/rollup-plugin-babel/blob/master/test/test.js#L104
Full Stack Trace
Your Environment
$ npm --version # 3.8.3
&$ node --version # v5.10.1
The text was updated successfully, but these errors were encountered: