better categorisation of transformers
This commit is contained in:
4
test/fixtures/transformation/spec-undefined-to-void/basic/expected.js
vendored
Normal file
4
test/fixtures/transformation/spec-undefined-to-void/basic/expected.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
|
||||
var foo;
|
||||
foo === void 0;
|
||||
Reference in New Issue
Block a user