Skip to content

Commit 63e7354

Browse files
Merge pull request #88 from paulirish/patch-1
Allow setting of parser opts
2 parents f747f65 + 64c4c2a commit 63e7354

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module.exports = function (file, opts) {
3333
{
3434
vars: vars,
3535
varModules: { path: path },
36+
parserOpts: opts && opts.parserOpts,
3637
sourceMap: opts && (opts.sourceMap || opts._flags && opts._flags.debug)
3738
}
3839
);

0 commit comments

Comments
 (0)