add common plugin options to validOptions just to be safe

This commit is contained in:
Sebastian McKenzie
2015-01-28 13:48:45 +11:00
parent 06b2cffbfc
commit 614ce4de0a

View File

@@ -70,7 +70,12 @@ File.validOptions = [
"ast",
"format",
"playground",
"experimental"
"experimental",
// these are used by plugins
"ignore",
"only",
"extensions"
];
File.normaliseOptions = function (opts) {