[ 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