CoLI icon indicating copy to clipboard operation
CoLI copied to clipboard

Computer Language Interface. A Code builder (json, jsx, js, ts, dart, css, xml, html, python) AST Builder / Parser

Results 5 CoLI issues
Sort by recently updated
recently updated
newest added

## normalization https://stackoverflow.com/questions/990904/remove-accents-diacritics-in-a-string-in-javascript ```js const str = "Crème Brulée" str.normalize("NFKD").replace(/\p{Diacritic}/gu, "") ``` ## diacritics - https://www.npmjs.com/package/diacritics ## romanization ### Korean Using - https://github.com/fujaru/aromanize-js - https://www.npmjs.com/package/hangul-romanization - https://www.npmjs.com/package/@lazy-cjk/korean-romanize ### Japanese Using...

E.g. ![](https://user-images.githubusercontent.com/16307013/139065886-775c585f-4b36-4cd0-b75f-6f011ac48dcb.png) Tobe. ![image](https://user-images.githubusercontent.com/16307013/139066078-f1b33b0e-0b02-4506-96ee-6eb2b406d644.png) Couldn't find prettier's reference for specifying jsx text max length

Native indenting support when building coli object as a source string. ## Ideas ``` stringfy_internal(o, depth=1){ stringfy_internal(o.1, depth + 1) eachline(o, "\t") } ```

dart lang support to renew flutter-builder based on coli api