[ buster ]
[ 原始碼: node-acorn-jsx ]
套件:node-acorn-jsx(4.1.1-2)
node-acorn-jsx 的相關連結
Debian 的資源:
下載原始碼套件 node-acorn-jsx:
- [node-acorn-jsx_4.1.1-2.dsc]
- [node-acorn-jsx_4.1.1.orig.tar.gz]
- [node-acorn-jsx_4.1.1-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- node-babel-plugin-transform-vue-jsx
- node-babel-plugin-transform-react-jsx-self
- node-babel-plugin-transform-react-jsx-source
- node-babel-plugin-syntax-jsx
- node-babel-helper-builder-react-jsx
- node-babylon
- node-babel-plugin-transform-es3-property-literals
- node-debbundle-acorn
- node-acorn
- node-babel-plugin-syntax-object-rest-spread
- node-babel-plugin-transform-es3-member-expression-literals
JSX parser based on node-acorn
This pure javascript module based on node-acorn parses JSX file.
JSX, a JavaScript extension syntax allowing quoting of HTML and using HTML tag syntax to render subcomponents. This new syntax is intended to be used by preprocessors (i.e., transpilers like Babel) to transform HTML-like text found in JavaScript files into standard JavaScript objects that a JavaScript engine will parse.
Node.js is an event-based server-side JavaScript engine.
其他與 node-acorn-jsx 有關的套件
|
|
|
|
-
- dep: node-acorn (>= 5.0.3)
- ECMAScript parser for Node.js
-
- dep: nodejs (>= 4.7)
- evented I/O for V8 javascript - runtime executable