es3ify

WebJar for es3ify

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

es3ify
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

es3ify
WebJar for es3ify
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/spicyj/es3ify

Download es3ify

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/es3ify/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>es3ify</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/es3ify/
implementation 'org.webjars.npm:es3ify:0.2.1'
// https://jarcasting.com/artifacts/org.webjars.npm/es3ify/
implementation ("org.webjars.npm:es3ify:0.2.1")
'org.webjars.npm:es3ify:jar:0.2.1'
<dependency org="org.webjars.npm" name="es3ify" rev="0.2.1">
  <artifact name="es3ify" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='es3ify', version='0.2.1')
)
libraryDependencies += "org.webjars.npm" % "es3ify" % "0.2.1"
[org.webjars.npm/es3ify "0.2.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.webjars.npm : esprima jar [2.7.1,3)
org.webjars.npm : jstransform jar [3.0.0,3.1)
org.webjars.npm : through jar [2.3.4,2.4)

Project Modules

There are no modules declared in this project.

es3ify

Browserify transform to convert quote reserved words in property keys for compatibility with ES3 JavaScript engines like IE8. In addition, trailing commas in array and object literals are removed.

// In
var x = {class: 2,};
x.class = [3, 4,];

// Out:
var x = {"class": 2};
x["class"] = [3, 4];

Run tests with:

npm install -g jasmine-node
jasmine-node spec

Versions

Version
0.2.1