[ 原始碼: node-js-tokens ]
套件:node-js-tokens(8.0.0-2)
node-js-tokens 的相關連結
Debian 的資源:
下載原始碼套件 node-js-tokens:
- [node-js-tokens_8.0.0-2.dsc]
- [node-js-tokens_8.0.0.orig.tar.gz]
- [node-js-tokens_8.0.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Regex that tokenizes JavaScript
js-tokens provides a regex with the g flag that matches JavaScript tokens. The regex always matches, even invalid JavaScript and the empty string. The next match is always directly after the previous.
Node.js is an event-based server-side JavaScript engine.