Comparing version 0.4.11 to 0.4.12
{ | ||
"name": "jsdc", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"description": "compiler ecmascript6 to ecmascript5", | ||
@@ -45,3 +45,3 @@ "maintainers": [ | ||
"ecmascript5", | ||
"es6toes6", | ||
"es6toes5", | ||
"transform", | ||
@@ -48,0 +48,0 @@ "compiler" |
Javascript Downcast | ||
==== | ||
compiler ecmascript6 to ecmascript5 | ||
> compiler ecmascript6 to ecmascript5 | ||
@@ -64,2 +64,6 @@ [![NPM version](https://badge.fury.io/js/jsdc.png)](https://npmjs.org/package/jsdc) | ||
## Tools | ||
* 命令行版工具:https://github.com/xudafeng/jsdc-cli | ||
* gulp插件:https://github.com/army8735/gulp-jsdc | ||
## License | ||
@@ -821,2 +825,2 @@ [MIT License] | ||
var b;var a;!function(){var _0= [1, 2, 3];a=_0[0];b=_0.slice(1)}() | ||
``` | ||
``` |
@@ -49,3 +49,3 @@ var homunculus = require('homunculus'); | ||
self.jsdc.append(temp + '.default:' + temp); | ||
self.jsdc.append('}()'); | ||
self.jsdc.append('}();'); | ||
} | ||
@@ -52,0 +52,0 @@ //import ids from "string",import {ids} from "string" |
@@ -175,3 +175,3 @@ define(function(require, exports, module) { | ||
else if(content == ',') { | ||
this.rest.comma (node); | ||
this.rest.comma(node); | ||
} | ||
@@ -178,0 +178,0 @@ else if(token.type() == Token.TEMPLATE) { |
@@ -50,3 +50,3 @@ define(function(require, exports, module) { | ||
self.jsdc.append(temp + '.default:' + temp); | ||
self.jsdc.append('}()'); | ||
self.jsdc.append('}();'); | ||
} | ||
@@ -53,0 +53,0 @@ //import ids from "string",import {ids} from "string" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
320491
825