ErrLookup › postcss/postcss
postcss/postcss
Transforming styles with JS plugins · TypeScript · 53 source files
Analyzed at 6d23bc3622 on 2026-08-28. 14 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Value field is missed in node creation | exception | error | postcss, declaration, missing-field, ast |
| Unknown node type in node creation | exception | error | postcss, node-creation, invalid-argument, ast |
| Unknown node type: ${json.type} | exception | error | postcss, json, serialization, node-type |
| PostCSS received ${css} instead of CSS string | exception | critical | postcss, input-validation, null, undefined, parse |
| file: protocol is not available in this PostCSS build | exception | error | postcss, source-map, browser, polyfill, file-protocol |
| Use process(css).then(cb) to work with async plugins | exception | error | postcss, async, sync-mismatch, plugin |
| Unknown event ${event} in ${plugin.postcssPlugin}. Try to up | exception | error | postcss, plugin, version-mismatch, visitor-api |
| `map.absolute` option is not available in this PostCSS build | exception | error | postcss, source-map, bundler, build-config |
| Unsupported source map encoding ${encoding} | exception | error | postcss, source-map, data-uri, encoding |
| Unable to load previous source map: ${prevPath.toString()} | exception | error | postcss, source-map, file-not-found, build-pipeline |
| Unsupported previous source map format: ${prev.toString()} | exception | error | postcss, source-map, invalid-argument, type-mismatch |
| PostCSS syntaxes cannot be used as plugins. Instead, please | exception | error | postcss, plugin, syntax, postcss-8-migration |
| ${i} is not a PostCSS plugin | exception | error | postcss, plugin, invalid-argument, undefined |
| Unknown AST node type ${node.type}. Maybe you need to change | exception | error | postcss, ast, stringifier, custom-node |