jsdom / tr46

An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing.
MIT License
32 stars 14 forks source link

Improve automation of regexp generation #38

Closed domenic closed 1 year ago

domenic commented 1 year ago

Instead of having one script that generates .js files in scripts/unicode/, and then another script that consults those to build lib/regexes.js, we can just build regexes.js directly. This ensures that regexes.js will be updated as part of the prepublish process.

Diff is best viewed with whitespace diffing off.