fix parse API not adding all the correct pipeline transformers
This commit is contained in:
@@ -65,7 +65,7 @@ export function parse(code, opts = {}) {
|
||||
};
|
||||
opts.features = {};
|
||||
|
||||
for (var key in transform.transformers) {
|
||||
for (var key in transform.pipeline.transformers) {
|
||||
opts.features[key] = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user