graphemecluster
graphemecluster
來討論一下這套規則會不會過少或過多,需要增減甚麼規則~
https://github.com/nk2028/tshet-uinh-autoderiver/blob/1a3a71395f9eb11ad7d50e5886485ebbbbfcbc0a/src/Components/Tooltip.tsx#L93-L100 `element`, as a dependency, cannot be compared correctly since it is a React component.
https://github.com/nk2028/tshet-uinh-autoderiver/issues/10#issuecomment-1117890697 對應 TshetUinh.js v0.15 可改成 ```js if (!音韻地位) { const 地位 = TshetUinh.音韻地位.from描述("幫三C凡入"); const 屬性 = Object.getOwnPropertyNames(地位).concat(Object.getOwnPropertyNames(Object.getPrototypeOf(地位))) .filter(prop => typeof 地位[prop] !== "function"); return [ ["音韻屬性", ["屬於", ...屬性, "屬於"]], ["表達式",...
`RegExp#test` should be used when only a boolean is needed
- 加入檔案連結 - 加入「在推導器中載入」連結
- [ ] 日語漢音(參考:https://github.com/nk2028/tshet-uinh-examples/pull/3 ) - [ ] 日語吳音 - [ ] 日語唐音 以上可嘗試利用 [Segsyoxafu](https://sozysozbot.github.io/kanzihom_taihogxeu/%E5%AF%BE%E5%BF%9C%E8%A1%A8.html) 等中介標記,方便推導 - [ ] 韓國漢字音(參考:https://gist.github.com/TNTErick/132a51632937ad615268f60abcc1a006 ) - [ ] 越南漢字音
其實當初方案格式設計應為 module 而非 function body,如 ```js export const 選項 = prev選項 => ({ /* ... */ }); export default new 推導方案((音韻地位, 字頭, 選項) => { // ... }); ``` 這樣就可以把費時操作...
### Node Version 22.15.0 ### NPM/Yarn/PNPM Version 10.9.2 ### Strapi Version 5.13.0 ### Operating System Strapi Cloud ### Database Strapi Cloud ### Javascript or Typescript Typescript ### Reproduction URL _No...