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
Would be great to have a browser specific bundle that does not use fs. Perhaps breaking them up into two sub-modules that can be independently used?
fs
I'd like to use this on the browser for an app I'm building but currently cannot because of the dependency on fs
The text was updated successfully, but these errors were encountered:
Maybe you should see how I used it for my interpolater. I just use the function parse, no file reading. I just including parser.js and remove the nodejs module thing for a more common JavaScript one.
I hope it helped you.
Sorry, something went wrong.
No branches or pull requests
Would be great to have a browser specific bundle that does not use
fs
. Perhaps breaking them up into two sub-modules that can be independently used?I'd like to use this on the browser for an app I'm building but currently cannot because of the dependency on
fs
The text was updated successfully, but these errors were encountered: