Linjie Ding

Results 13 comments of Linjie Ding

@longlho It looks like you made `shouldPolyfill` depends on the locale matcher, which depends on `Intl.Locale`.

Was looking for the older parser implementation in Rust but unfortunately I think I might have deleted the repo from Github :( > Is that prototype code still available somewhere?...

Ok, some updates here: 1. I have found the original Rust code the current icu-messageformat-parser is based on: . Beware that it is not super optimized like icu-messageformat-parser and there...

@martindisch Sorry. Fixed visibility.

> I didn't do a lot of research into this, but onigasm claims to be only 2x slower than the native version, which didn't seem like a lot. As I...

The problem with `GenerateRules` is that is is post-order, whereas `Configure` is pre-order. Building a trie in pre-order simplifies some uses cases. For example, a plugin that wants to be...

> `.gitignore` is a configuration file that affect the subtree, which is similar to `gazelle:exclude`. Can you read the `.gitignore` and save it in the plugin's config object, so that...

若我能够找到中文标点的Unicode区间并把它们标记为中文字符的话,我会更新这个pull request。

从xeCJK的源码来看,Unicode U+2423并不属于CJK字符类的范围内: ``` \xeCJKDeclareCharClass { CJK } { "1100 -> "11FF , "2E80 -> "2EFF , "2F00 -> "2FDF , "2FF0 -> "2FFF , "3000 -> "303F , "3040 ->...