UNPKG

html-validate

Version:

Offline HTML5 validator and linter

21 lines (20 loc) 1.43 kB
export { F as FileSystemConfigLoader, H as HtmlValidate, c as cjsResolver, a as compatibilityCheck, e as esmResolver, n as nodejsResolver } from './core-nodejs.js'; export { A as Attribute, C as Config, a as ConfigError, b as ConfigLoader, D as DOMNode, h as DOMTokenList, j as DOMTree, k as DynamicValue, I as EventHandler, H as HtmlElement, M as MetaCopyableProperty, q as MetaTable, m as NestedError, N as NodeClosed, l as NodeType, P as Parser, B as Reporter, R as ResolvedConfig, t as Rule, n as SchemaValidationError, S as Severity, f as StaticConfigLoader, u as TextClassification, r as TextContent, T as TextNode, U as UserError, V as Validator, W as WrappedError, w as ariaNaming, x as classifyNodeText, p as configPresets, c as defineConfig, E as definePlugin, g as formatterFactory, o as isUserError, y as keywordPatternMatcher, F as ruleExists, z as sliceLocation, s as staticResolver, v as version, G as walk } from './core.js'; export { C as CLI } from './cli.js'; export { d as defineMetadata, m as metadataHelper } from './meta-helper.js'; import 'node:fs'; import 'node:path'; import 'node:fs/promises'; import 'node:url'; import 'node:module'; import 'kleur'; import 'ajv'; import './elements.js'; import '@sidvind/better-ajv-errors'; import './utils/natural-join.js'; import '@html-validate/stylish'; import 'semver'; import 'node:path/posix'; import 'glob'; import 'prompts'; //# sourceMappingURL=index.js.map