Doesn't work with babel-plugin-rewire
See original GitHub issueWhen I try to use this with babel-plugin-rewire, I get Cannot read property 'start' of undefined
Issue Analytics
- State:
- Created 7 years ago
- Reactions:9
- Comments:14 (3 by maintainers)
Top Results From Across the Web
babel-plugin-rewire does not work in a Typescript project #237
I am trying to setup a new Typescript project with Mocha, and Chai. One of the unit tests require me to use rewire,...
Read more >babel-plugin-rewire does not work in a Typescript project
I am trying to setup a new Typescript project with Mocha, and Chai. One of the unit tests require me to use rewire...
Read more >babel-plugin-rewire - npm
A babel plugin adding the ability to rewire module dependencies. This enables to mock modules for testing purposes.. Latest version: 1.2.0, ...
Read more >babel-plugin-rewire | Yarn - Package Manager
A babel plugin adding the ability to rewire module dependencies. ... It is inspired by rewire.js and transfers its concepts to es6 using...
Read more >speedskater/babel-plugin-rewire - Gitter
TypeError: undefined is not a function at Object.__GetDependency__ (myfilename.js:8:28). This isn't new in the last few days, I had this problem before too....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We should probably file an issue if this is still present in their rc-5. I’d also like to report that the same kind of problem is present in istanbul-reports. It doesn’t make the reporter fail, but the error message is present in the html files instead of the code.
Yep, downgraded to rc-4 and the error is gone