jsedn
jsedn copied to clipboard
javascript implementation of edn
Using jsedn 0.4.1, I get an error thrown when a keyword contains the ">" character. This is a valid EDN keyword as per the [EDN spec](https://github.com/edn-format/edn#symbols). > Symbols begin with...
``` Module not found: Error: Can't resolve 'fs' in '/home/brian/tmp/XenaGoWidget/node_modules/jsedn/lib' @ ./node_modules/jsedn/lib/reader.js 275:9-22 @ ./node_modules/jsedn/index.js @ ./src/XenaGoApp.js @ ./demo/src/index.js @ multi ./node_modules/nwb/polyfills.js (webpack)-dev-server/client?/ (webpack)/hot/only-dev-server.js ./demo/src/index.js ``` ``` Module not found:...
This example from the readme: ``` edn.parse("{:x 300 y: 800}").map(function(val, key){ return new edn.Pair(edn.kw("#{key}-squared"), val * val); }); ``` Throws `Error: keyword must start with a :`
Hi there, I was reading the documentation and stumbled upon this. Not sure if it's intended, but right now one of the examples just reads: edn.setTokenPattern())) The text above it...
``` bash Error: Cannot find module 'type' from '/home/ashnur/foo/node_modules/jsedn/lib' ```
Version 0.4.0 Tested on macOS Sierra v. 10.12.5 Trying to parse `repl-test.core/foo->bar` results int the following error: provided an invalid symbol repl-test.core/foo->bar I notice that this is a result of...
Formatted the code at the top as a block. Using single backquotes on inline code in table.
Current version of coffee-script compiles code very differently - there are a lot of changes that would create noise in PRs. A more common approach is to only publish compiled...