| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Aw, no fair on the decreased coverage - it's because there's fewer lines of code :-( |
Sorry, something went wrong.
|
Maintainers - I can add tests to increase the coverage score, but that will increase the scope of these changes. What would you like me to do? |
Sorry, something went wrong.
|
Hi! We would love to see some feedback given on this issue so that it may be merged and released. Let me know if there's anything I can do to help facilitate this process, and thanks to all parties! /cc @jhnns |
Sorry, something went wrong.
|
Thanks! That looks good. It makes sense to use path.parse() here since loaderContext.resourcePath is a native, absolute path, so node's parsing algorithm should work as expected. I don't know why @sokra preferred to parse it manually here 😬 Published as 1.0.3 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Given:
...the result from interpolateName is wrong. I've reworked the code and added some tests to cover this.