Skip to content

Commit

Permalink
Merge 48053b0 into 1e1da30
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Apr 17, 2015
2 parents 1e1da30 + 48053b0 commit 51c4f75
Show file tree
Hide file tree
Showing 16 changed files with 7,071 additions and 8,120 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ DESCRIPTION
`espower` is a core module of [power-assert](http://github.com/twada/power-assert) family.


`espower` detects and manipulates assertion expression (JavaScript Code) in the form of ECMAScript AST defined in [The ESTree Spec](https://github.com/estree/estree) (formerly known as [Mozilla SpiderMonkey Parser API](https://developer.mozilla.org/en-US/docs/SpiderMonkey/Parser_API)), to instrument power-assert feature into returned new AST object. AST in, AST out.
`espower` detects and manipulates assertion expression (JavaScript Code) in the form of ECMAScript AST defined in [The ESTree Spec](https://github.com/estree/estree) (formerly known as [Mozilla SpiderMonkey Parser API](https://developer.mozilla.org/en-US/docs/SpiderMonkey/Parser_API)), to instrument power-assert feature into returned new AST object. AST in, AST out. Since 0.11.0, `espower` can transform ES6 AST as well.


Please note that `espower` is a beta version product. Pull-requests, issue reports and patches are always welcomed. See [power-assert](http://github.com/twada/power-assert) project for more documentation.
Expand Down
8 changes: 2 additions & 6 deletions bower.json
Expand Up @@ -32,14 +32,10 @@
"url": "git://github.com/twada/espower.git"
},
"devDependencies": {
"esprima": "~1.2.2",
"escodegen": "1.4.1",
"estraverse": "~1.9.0",
"mocha": "~2.1.0",
"requirejs": "~2.1.15",
"mocha": "~2.2.4",
"requirejs": "~2.1.17",
"assert": "Jxck/assert"
},
"resolutions": {
"esprima": "~1.2.2"
}
}

0 comments on commit 51c4f75

Please sign in to comment.