We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So, given foo.json, apparently this is valid:
foo.json
require('./foo')
(And they say you shouldn't require JSON files...)
require
At any rate, when filing-cabinet receives a partial of ./foo, it returns an empty string instead of /path/to/foo.json.
filing-cabinet
./foo
/path/to/foo.json
The text was updated successfully, but these errors were encountered:
Thanks for reporting! I wonder if we need to add json to https://github.com/dependents/node-filing-cabinet/blob/master/index.js. Would that work?
Sorry, something went wrong.
No branches or pull requests
So, given
foo.json
, apparently this is valid:(And they say you shouldn't
require
JSON files...)At any rate, when
filing-cabinet
receives a partial of./foo
, it returns an empty string instead of/path/to/foo.json
.The text was updated successfully, but these errors were encountered: