Move pathval into its own module
See original GitHub issueWe’re currently not using pathval
and the code on the pathval github repo is quite old. It would be good to make the effort to move the pathval code which resided in chai (here, here and here) into the pathval module.
Pathval module itself should also be updated to the same standards type-detect
and check-error
are - so using the same build, lint, code coverage, and browser testing tools.
Issue Analytics
- State:
- Created 7 years ago
- Comments:20 (20 by maintainers)
Top Results From Across the Web
How do I load a node module as if the current ... - Stack Overflow
The simplest, is just to resolve the path into an absolute path, this will be the recommended approach for most if not all...
Read more >4.x.x Complete Migration Guide #781 - chaijs/chai - GitHub
I'm writing this to serve as a guide for the 4.x.x version. To make this as complete as possible I'll include here every...
Read more >Requiring modules in Node.js: Everything you need to know
When we require('find-me') from within the learn-node directory — which has its own node_modules/find-me.js , the find-me.js file under the home directory ...
Read more >Working With Files - Gradle User Manual
Gradle has no API for moving files and directories around, but you can use the Apache Ant integration to easily do that, as...
Read more >How To Create a Node.js Module - DigitalOcean
You will develop the module by storing the colors as an array, ... In your terminal, make a new folder called colors and...
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
Speaking of linting… Chai core needs it badly. I’d like to make it a priority after v4 is released.
Speaking of v4 release… How do we want to approach merging the 4.x.x branch? I imagine it’ll require extensive conflict-resolution jiu jitsu.
For now that’s all, thanks @keithamus!