pub static ID_PATTERN: LazyLock<Regex>
Expand description
Pattern that all identifiers are matched against. Supports unicode alphanumeric
characters, forward slash /
, period .
, underscore _
, and dash -
.
A leading @
is supported to support npm package names.