nestedtext icon indicating copy to clipboard operation
nestedtext copied to clipboard

Consider adding a native JavaScript implementation

Open fidian opened this issue 1 year ago • 0 comments

I wrote a native JavaScript implementation of NestedText. It's not a WASM build of a compiled project, so it is significantly lighter than the megabytes of JavaScript that the current linked project uses.

https://www.npmjs.com/package/nestedtext

https://github.com/fidian/nestedtext

It passes all of the current official tests.

fidian avatar Aug 07 '24 22:08 fidian