-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
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
Topic/gatsby remark code repls add ramda #3171
Topic/gatsby remark code repls add ramda #3171
Conversation
Deploy preview ready! Built with commit f947a1a |
Deploy preview ready! Built with commit cbcc196 |
Hold fire on this. Found an issue. |
OK. It's good to go. |
/cc @bvaughn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
|
||
verifyFile(filePath) | ||
|
||
// Don't use `compress()` as the Ramda REPL won't understand the output. It uses URI to encode the code for its urls, so we do the same. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Long line. Break into 2?
Thanks! |
* Add support for Ramda REPL via ramda:// link protocol * Update docs to include Ramda REPL * fix: Bad protocol constant * Fix overlong comment * Format and ignore compiled file
Add support for loading code into Ramda REPL to gatsby-remark-code-repls.
Ref #3156