Skip to content

Commit 4a49511

Browse files
committed
Update to Unicode 15
1 parent 5aefc64 commit 4a49511

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import fs from 'node:fs'
55
import path from 'node:path'
66
import regenerate from 'regenerate'
7-
import idStart from '@unicode/unicode-13.0.0/Binary_Property/ID_Start/code-points.js'
8-
import idCont from '@unicode/unicode-13.0.0/Binary_Property/ID_Continue/code-points.js'
7+
import idStart from '@unicode/unicode-15.0.0/Binary_Property/ID_Start/code-points.js'
8+
import idCont from '@unicode/unicode-15.0.0/Binary_Property/ID_Continue/code-points.js'
99

1010
const start = [36 /* `$` */, 95 /* `_` */].concat(idStart.filter((d) => bmp(d)))
1111
const cont = [0x20_0c, 0x20_0d].concat(idCont.filter((d) => bmp(d)))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"devDependencies": {
3636
"@types/tape": "^4.0.0",
37-
"@unicode/unicode-13.0.0": "^1.0.0",
37+
"@unicode/unicode-15.0.0": "^1.0.0",
3838
"c8": "^7.6.0",
3939
"nyc": "^15.0.0",
4040
"prettier": "^2.0.0",

regex.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)