dtolnay / unicode-ident

Determine whether characters have the XID_Start or XID_Continue properties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork for ID_Start to ID_Continue

Boshen opened this issue · comments

A few popular JavaScript parsers written in Rust need the ID_Start to ID_Continue range, e.g. swc, rome, rslint

swc currently uses a forked unicode-id crate from unicode-xid (I forked it without asking, which isn't really nice).

Rome and rslint maintain its own python / rust script.

So to avoid duplicating effort, what's the best way to fork this crate?:

  1. build ID_Start to ID_Continue range into this crate?
  2. can I fork this crate?
  3. any other options?

--

Edit: Published https://crates.io/crates/unicode-id-start

You can fork this crate.

Published https://crates.io/crates/unicode-id-start for ID_Start to ID_Continue.