add undefinedToVoid optional transformer

This commit is contained in:
Sebastian McKenzie
2015-01-02 00:25:17 +11:00
parent 52e23473ed
commit 7b5b8ab6ed
6 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
var foo;
foo === undefined;

View File

@@ -0,0 +1,4 @@
"use strict";
var foo;
foo === void 0;