Use lookup tables for code points

This commit is contained in:
Wilson Lin 2020-07-09 17:06:08 +10:00
commit 26b6c47d06
14 changed files with 157 additions and 168 deletions

View file

@ -30,8 +30,7 @@ jobs:
working-directory: ./gen
run: |
npm install
node node_modules/ts-node/dist/bin.js attrs.ts
node node_modules/ts-node/dist/bin.js entities.ts
bash ./gen.sh
- name: Set up Node.js for benching
uses: actions/setup-node@master
with: