Skip to content

Commit 2aae876

Browse files
committed
document parserOpts
1 parent 63e7354 commit 2aae876

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"through2": "^2.0.0"
1414
},
1515
"devDependencies": {
16-
"browserify": "^4.2.0",
16+
"browserify": "^16.1.1",
1717
"concat-stream": "^1.6.0",
1818
"tap": "~0.4.8",
1919
"through": "^2.3.4"

readme.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ Optionally, you can set which `opts.vars` will be used in the
125125
[static argument evaluation](https://npmjs.org/package/static-eval)
126126
in addition to `__dirname` and `__filename`.
127127

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

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

0 commit comments

Comments
 (0)