You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typescript rewrite
Rewritten to TypeScript for Deno support and Node typescript definitions, now as a ponyfill.
Added tests for more scenarios and to bring coverage up.
Modernized syntax and tests.
Added code quality and coverage analysis.
Removed default polyfill behavior and added back as an optional module.
Addresses the following issues:
paroga#27
paroga#24
paroga#21
paroga#13
When decoding a large string there is a
Maximum call stack size exceeded
error at this lineThat's because there is a limit on the number of arguments a function can take.
Pull request #22 fixes this. Please merge.
The text was updated successfully, but these errors were encountered: