postcss-modules-parser
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -7,2 +7,4 @@ 'use strict'; | ||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; | ||
var _postcss = require('postcss'); | ||
@@ -20,4 +22,2 @@ | ||
function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; } | ||
var importRegexp = /^:import\((.+)\)$/; | ||
@@ -62,6 +62,5 @@ var exportRegexp = /^:export$/; | ||
exports.default = (0, _postcss.plugin)('parser', function parser() { | ||
var _ref = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0]; | ||
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, | ||
fetch = _ref.fetch; | ||
var fetch = _ref.fetch; | ||
return function (css) { | ||
@@ -68,0 +67,0 @@ // https://github.com/postcss/postcss/blob/master/docs/api.md#inputfile |
{ | ||
"name": "postcss-modules-parser", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A CSS Modules parser to extract tokens from the css file", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/css-modules/postcss-modules-parser.git" | ||
"url": "git+https://github.com/css-modules/postcss-icss.git" | ||
}, | ||
@@ -28,5 +28,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/css-modules/postcss-modules-parser/issues" | ||
"url": "https://github.com/css-modules/postcss-icss/issues" | ||
}, | ||
"homepage": "https://github.com/css-modules/postcss-modules-parser#readme", | ||
"homepage": "https://github.com/css-modules/postcss-icss#readme", | ||
"dependencies": { | ||
@@ -33,0 +33,0 @@ "icss-replace-symbols": "^1.0.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66229
7