Changelog
Version 0.3.0 (2014-12-19)
jsTokens.names
array has been replaced with the jsTokens.matchToToken
function. The capturing groups of jsTokens
are no longer part of the public API; instead use said function. See this [gist] for an example. (Backwards-incompatible change.)Changelog
Version 0.2.0 (2014-06-19)
=>
) as an operator, instead of its own category (“functionArrow”), for simplicity. (Backwards-incompatible change.)...
) are now matched as an operator (instead of three punctuations). (Backwards-incompatible change.)