babel-plugin-globals
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -111,2 +111,5 @@ 'use strict'; | ||
Program: function(node) { | ||
createdGlobals = {}; | ||
filenameNoExtCache = null; | ||
var contents = node.body; | ||
@@ -113,0 +116,0 @@ node.body = [t.expressionStatement(t.callExpression( |
{ | ||
"name": "babel-plugin-globals", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A babel plugin that exposes ES6 modules to global variables.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
9026
176