d3x0r / JSON6

JSON for Humans (ES6)
Other
237 stars 15 forks source link

Keep in sync with JSON5 improvements? #17

Open brettz9 opened 5 years ago

brettz9 commented 5 years ago

Hi,

I like the additions you've made, particularly the backtick support, and was wondering if you might be able to resync with the improvements since added to JSON5. (I'm particularly interested in an ESM export, but it seems other improvements or fixes have since been made.)

If this is too much work to keep up with, would recommending an extension mechanism to JSON5 help?

Thanks!

d3x0r commented 5 years ago

Sure, I'll look into that.

d3x0r commented 5 years ago

I've updated the git repository to include new rollup scripts associated with JSON5... There's a few things I'd like to check before publishing to NPM.

Published 1.0.3 on NPM.
... there's no such thing as -NaN, if it was not a number, it can't be +/-, huh? ... shrug

d3x0r commented 5 years ago

I don't know that the names and things are exported correctly for the new outputs... they kinda look right but I don't know.... if you can provide feedback it'd be appreciated

brettz9 commented 5 years ago

Looks all good to me... Thanks!