Skip to content

Commit bf7f959

Browse files
authored
fix: update unicode identifier tables to Unicode 17.0 (#3017)
1 parent 2180c8c commit bf7f959

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)