Stephanie DiBenedetto
Stephanie DiBenedetto
Our prior behavior was extremely undefined when confronted with errors, it would read out of bounds, accept overlong encodings, skip over out of range bytes, compose out of range codepoints....
In the process of generating a PR, I noticed that the GitHub test runners caught issues in `commonjs/{import_test.js,strict_test.js}` that weren't triggered by my local `gulp test_commonjs` runs. Closure tests did...
As of #146, we have a growing number of `@export` statements that have been added for the sake of closure optimizations while preserving tests. However, a lot of the exported...