Skip to content

Commit

Permalink
document parserOpts
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 11, 2018
1 parent 63e7354 commit 2aae876
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"through2": "^2.0.0"
},
"devDependencies": {
"browserify": "^4.2.0",
"browserify": "^16.1.1",
"concat-stream": "^1.6.0",
"tap": "~0.4.8",
"through": "^2.3.4"
Expand Down
3 changes: 3 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ Optionally, you can set which `opts.vars` will be used in the
[static argument evaluation](https://npmjs.org/package/static-eval)
in addition to `__dirname` and `__filename`.

`opts.parserOpts` can be used to configure the parser brfs uses,
[acorn](https://github.com/acornjs/acorn#main-parser).

# events

## tr.on('file', function (file) {})
Expand Down

0 comments on commit 2aae876

Please sign in to comment.