1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: node-acorn-jsx
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
debhelper (>= 11)
, dh-buildinfo
, nodejs (>= 6)
, dpkg-dev (>= 1.17.14)
, node-acorn (>= 5.0.3) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/RReverser/acorn-jsx
Vcs-Git: https://salsa.debian.org/js-team/node-acorn-jsx.git
Vcs-Browser: https://salsa.debian.org/js-team/node-acorn-jsx
Package: node-acorn-jsx
Architecture: all
Depends:
${misc:Depends}
, nodejs (>= 4.7)
, node-acorn (>= 5.0.3)
Description: 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.
|