Skip to content

Commit b49170c

Browse files
committed
update unicode identifiet tables to Unicode 17.0
1 parent 2180c8c commit b49170c

2 files changed

Lines changed: 219 additions & 199 deletions

File tree

scripts/unicode-identifier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// see https://github.com/microsoft/TypeScript/blob/main/scripts/regenerate-unicode-identifier-parts.js
1+
// see https://github.com/microsoft/TypeScript/blob/main/scripts/regenerate-unicode-identifier-parts.mjs
22

33
const MAX_UNICODE_CODEPOINT = 0x10FFFF;
44
const isStart = c => /[\p{ID_Start}\u{2118}\u{212E}\u{309B}\u{309C}]/u.test(c); // Other_ID_Start explicitly included for back compat - see http://www.unicode.org/reports/tr31/#Introduction

0 commit comments

Comments
 (0)