neon-js icon indicating copy to clipboard operation
neon-js copied to clipboard

NEON decoder and encoder for JavaScript

Results 5 neon-js issues
Sort by recently updated
recently updated
newest added

Issue https://github.com/matej21/neon-js/issues/7

Add support for Deno and modern javascript development → ESModule.

Hi, it would be great to support this feature. ``` name: ''' Homer ''' ```

I'm trying to parse a baseline generated by PHPStan using this library and it's failing on `'#^Cannot access offset ''book_id'' on int\.$#'` Poking a little bit, it seems like quoting...

There are no backticks after the right parentheses and before the semicolon in JavaScript syntax because running this code before fixing the mistake will result in a syntax error: unexpected...