graphemecluster

Results 52 issues of graphemecluster

This replaces the error message of `/\u{10000}/` from `Hexadecimal digit expected.` to `Unicode escape sequences are only available when the Unicode (u) flag or the Unicode Sets (v) flag is...

For Uncommitted Bug

I got an error described exactly the same as in https://github.com/Tencent/rapidjson/issues/718, which is introduced in https://github.com/Tencent/rapidjson/commit/be5a886f8fedf6f963d277bba32e57ae6d232d76 and fixed in https://github.com/Tencent/rapidjson/commit/3b2441b87f99ab65f37b141a7b548ebadb607b96, while building OpenCC with Emscripten in CI today (but not...

Inspecting the declarations by hovering on them, two of them are not correctly typed, which affect type safety. ![Screenshot](https://github.com/user-attachments/assets/672e8129-7c8c-4079-9cee-724884703b71) (Issue on PR #8)

This PR adds type inference support to regular expressions for accurate and fine type checking. For example, the type of the following loosey[^1] regex: [^1]: It only matches a limited...

For Uncommitted Bug

Bundle type declaration to avoid exposing internal types and enforce encapsulation TODOs - Convert Unicode escapes in outputted `index.d.ts` into actual code points Alternatively, use `rollup-plugin-dts`

e.g. `readonly 聲: '平' | '上' | '去' | '入'`, `readonly 類: 'A' | 'B' | 'C' | null`, `get 韻別(): '陰' | '陽' | '入'` Question: how strict should...

`rollup-plugin-string` is outdated. It seems like we have to use something like `rollup-plugin-string-import`?