From 1cfbfb05d0d02941b63618967fd05e82ff530ccd Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sun, 11 Dec 2016 13:29:37 -0500 Subject: [PATCH] null is not an identifier --- src/utils/globalWhitelist.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/globalWhitelist.js b/src/utils/globalWhitelist.js index 8320b179d7..467cc4cc63 100644 --- a/src/utils/globalWhitelist.js +++ b/src/utils/globalWhitelist.js @@ -16,7 +16,6 @@ export default { Math: true, NaN: true, Number: true, - null: true, Object: true, parseFloat: true, parseInt: true,