css-module-builder
Advanced tools
Comparing version 1.1.0-alpha.c44db8e0 to 1.1.0-alpha.c5099d52
@@ -43,5 +43,7 @@ 'use strict'; | ||
var isArray = Array.isArray; | ||
var forEach = Array.prototype.forEach; | ||
var reduce = Array.prototype.reduce; | ||
var push = Array.prototype.push; | ||
var _Array$prototype = Array.prototype; | ||
var forEach = _Array$prototype.forEach; | ||
var reduce = _Array$prototype.reduce; | ||
var push = _Array$prototype.push; | ||
var isEnumerable = Object.prototype.propertyIsEnumerable; | ||
@@ -79,3 +81,3 @@ | ||
if (typeof requiredModule.toCssString === 'function') { | ||
/* eslint-disable no-plusplus*/ | ||
/* eslint-disable no-plusplus */ | ||
var id = getId(parentModule) + '/import__' + nonCSSModuleImportId++; | ||
@@ -82,0 +84,0 @@ var css = requiredModule.toCssString(); |
{ | ||
"name": "css-module-builder", | ||
"version": "1.1.0-alpha.c44db8e0", | ||
"version": "1.1.0-alpha.c5099d52", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
5948
159