postcss-normalize-whitespace
Advanced tools
+5
-7
| { | ||
| "name": "postcss-normalize-whitespace", | ||
| "version": "8.0.5", | ||
| "version": "9.0.0", | ||
| "description": "Trim whitespace inside and around CSS rules & declarations.", | ||
@@ -9,7 +9,3 @@ "exports": { | ||
| "default": "./src/index.js" | ||
| }, | ||
| "./src": "./src/index.js", | ||
| "./src/index": "./src/index.js", | ||
| "./src/index.js": "./src/index.js", | ||
| "./package.json": "./package.json" | ||
| } | ||
| }, | ||
@@ -44,3 +40,3 @@ "files": [ | ||
| "engines": { | ||
| "node": "^22.11.0 || ^24.11.0 || >=26.0" | ||
| "node": "^22.22.3 || ^24.15.0 || >=26.0" | ||
| }, | ||
@@ -53,6 +49,8 @@ "devDependencies": { | ||
| }, | ||
| "type": "module", | ||
| "scripts": { | ||
| "test": "node --test", | ||
| "test:mutation": "node ../../util/mutation-testing/mutation-runner.mjs --catalog mutation-catalog.mjs", | ||
| "fuzz": "node ./script/fuzz.js" | ||
| } | ||
| } |
+5
-6
@@ -1,3 +0,2 @@ | ||
| 'use strict'; | ||
| const valueParser = require('postcss-value-parser'); | ||
| import valueParser from 'postcss-value-parser'; | ||
@@ -154,6 +153,6 @@ const atrule = 'atrule'; | ||
| } | ||
| /** @type {true} */ | ||
| pluginCreator.postcss = true; | ||
| const moduleExports = pluginCreator; | ||
| pluginCreator.postcss = true; | ||
| module.exports = /** @type {import('postcss').PluginCreator<void>}*/ ( | ||
| pluginCreator | ||
| ); | ||
| export { moduleExports as default, moduleExports as 'module.exports' }; |
+9
-2
@@ -1,3 +0,10 @@ | ||
| declare const _exports: import("postcss").PluginCreator<void>; | ||
| export = _exports; | ||
| /** | ||
| * @return {import('postcss').Plugin} | ||
| */ | ||
| declare function pluginCreator(): import('postcss').Plugin; | ||
| declare namespace pluginCreator { | ||
| var postcss: true; | ||
| } | ||
| declare const moduleExports: typeof pluginCreator; | ||
| export { moduleExports as default, moduleExports as 'module.exports' }; | ||
| //# sourceMappingURL=index.d.ts.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":""} | ||
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":"AAkGA;;GAEG;AACH,iBAAS,aAAa,IAFV,OAAO,SAAS,EAAE,MAAM,CAoDnC;kBAlDQ,aAAa;iBAmDX,IAAI;;AAEf,QAAA,MAAM,aAAa,sBAAgB,CAAC;AAEpC,OAAO,EAAE,aAAa,IAAI,OAAO,EAAE,aAAa,IAAI,gBAAgB,EAAE,CAAC"} |
8035
5.03%146
4.29%Yes
NaN