UNPKG

html-validate

Version:

Offline HTML5 validator and linter

12 lines (11 loc) 1.14 kB
export { H as HtmlValidate, c as compatibilityCheck, e as esmResolver } from './core-browser.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, 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 { d as defineMetadata, m as metadataHelper } from './meta-helper.js'; import 'ajv'; import './elements.js'; import '@sidvind/better-ajv-errors'; import './utils/natural-join.js'; import 'kleur'; import '@html-validate/stylish'; import 'semver'; //# sourceMappingURL=browser.js.map