Add optionality to catch bindings (#5956)

This commit is contained in:
MarckK
2017-07-25 15:38:48 +01:00
committed by Brian Ng
parent 51a293601b
commit 9fc910d8c0
29 changed files with 360 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
export default function() {
return {
manipulateOptions(opts, parserOpts) {
parserOpts.plugins.push("optionalCatchBinding");
},
};
}