Escodegen with JSX
Fork of Escodegen that implements JSX code generating. The support is ported from Escodegen-jsx and modified to support acorn-babel (former acorn-6to5).
| License |
License
BSD
|
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdescodegen-wallaby |
| Last Version | Last Version1.6.18 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionescodegen-wallaby
WebJar for escodegen-wallaby
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| escodegen-wallaby-1.6.18.pom | |
| escodegen-wallaby-1.6.18.jar | 25 KB |
| escodegen-wallaby-1.6.18-sources.jar | 22 bytes |
| escodegen-wallaby-1.6.18-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/escodegen-wallaby/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>escodegen-wallaby</artifactId>
<version>1.6.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/escodegen-wallaby/
implementation 'org.webjars.npm:escodegen-wallaby:1.6.18'
// https://jarcasting.com/artifacts/org.webjars.npm/escodegen-wallaby/
implementation ("org.webjars.npm:escodegen-wallaby:1.6.18")
'org.webjars.npm:escodegen-wallaby:jar:1.6.18'
<dependency org="org.webjars.npm" name="escodegen-wallaby" rev="1.6.18">
<artifact name="escodegen-wallaby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='escodegen-wallaby', version='1.6.18')
)
libraryDependencies += "org.webjars.npm" % "escodegen-wallaby" % "1.6.18"
[org.webjars.npm/escodegen-wallaby "1.6.18"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.webjars.npm : esutils | jar | [2.0.2,3) |
| org.webjars.npm : optionator | jar | [0.8.1,0.9) |
| org.webjars.npm : estraverse | jar | [1.9.1,2) |
| org.webjars.npm : esprima | jar | [2.7.1,3) |
| org.webjars.npm : source-map Optional | jar | [0.2.0,0.3) |
Fork of Escodegen that implements JSX code generating. The support is ported from Escodegen-jsx and modified to support acorn-babel (former acorn-6to5).