question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Move pathval into its own module

See original GitHub issue

We’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:closed
  • Created 7 years ago
  • Comments:20 (20 by maintainers)

github_iconTop GitHub Comments

2reactions
meebercommented, Jun 30, 2016

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.

1reaction
lucasfcostacommented, Oct 11, 2016

For now that’s all, thanks @keithamus!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found