@askviraj/linter 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node_modules/{synckit → @astrojs/compiler-binding}/LICENSE +1 -1
- package/node_modules/@astrojs/compiler-binding/browser.js +1 -0
- package/node_modules/@astrojs/compiler-binding/index.d.ts +337 -0
- package/node_modules/@astrojs/compiler-binding/index.js +599 -0
- package/node_modules/@astrojs/compiler-binding/package.json +83 -0
- package/node_modules/@astrojs/compiler-binding/webcontainer-fallback.cjs +23 -0
- package/node_modules/@astrojs/compiler-binding-linux-x64-gnu/README.md +3 -0
- package/node_modules/@astrojs/compiler-binding-linux-x64-gnu/astro.linux-x64-gnu.node +0 -0
- package/node_modules/@astrojs/compiler-binding-linux-x64-gnu/package.json +40 -0
- package/node_modules/{parse5 → @astrojs/compiler-rs}/LICENSE +7 -5
- package/node_modules/@astrojs/compiler-rs/README.md +62 -0
- package/node_modules/@astrojs/compiler-rs/async.d.ts +1 -0
- package/node_modules/@astrojs/compiler-rs/dist/async.d.mts +9 -0
- package/node_modules/@astrojs/compiler-rs/dist/async.mjs +1 -0
- package/node_modules/@astrojs/compiler-rs/dist/index.d.mts +9 -0
- package/node_modules/@astrojs/compiler-rs/dist/index.mjs +1 -0
- package/node_modules/@astrojs/compiler-rs/dist/shared.d.mts +45 -0
- package/node_modules/@astrojs/compiler-rs/dist/shared.mjs +1 -0
- package/node_modules/@astrojs/compiler-rs/dist/types.d.mts +94 -0
- package/node_modules/@astrojs/compiler-rs/dist/types.mjs +1 -0
- package/node_modules/@astrojs/compiler-rs/dist/utils.d.mts +4 -0
- package/node_modules/@astrojs/compiler-rs/dist/utils.mjs +1 -0
- package/node_modules/@astrojs/compiler-rs/package.json +55 -0
- package/node_modules/@astrojs/compiler-rs/types.d.ts +1 -0
- package/node_modules/@eslint/config-helpers/README.md +2 -2
- package/node_modules/@eslint/config-helpers/dist/cjs/index.cjs +27 -26
- package/node_modules/@eslint/config-helpers/dist/cjs/index.d.cts +13 -12
- package/node_modules/@eslint/config-helpers/dist/cjs/types.cts +4 -2
- package/node_modules/@eslint/config-helpers/dist/esm/index.d.ts +13 -12
- package/node_modules/@eslint/config-helpers/dist/esm/index.js +27 -26
- package/node_modules/@eslint/config-helpers/dist/esm/types.d.ts +2 -0
- package/node_modules/@eslint/config-helpers/dist/esm/types.ts +4 -2
- package/node_modules/@eslint/config-helpers/package.json +1 -1
- package/node_modules/@eslint/css/README.md +2 -2
- package/node_modules/@eslint/css/dist/build/rules.d.ts +75 -21
- package/node_modules/@eslint/css/dist/build/rules.js +15 -15
- package/node_modules/@eslint/css/dist/data/baseline-data.js +256 -32
- package/node_modules/@eslint/css/dist/index.js +1 -1
- package/node_modules/@eslint/css/dist/rules/font-family-fallbacks.d.ts +15 -15
- package/node_modules/@eslint/css/dist/rules/font-family-fallbacks.js +2 -5
- package/node_modules/@eslint/css/dist/rules/no-duplicate-imports.d.ts +18 -18
- package/node_modules/@eslint/css/dist/rules/no-duplicate-imports.js +9 -12
- package/node_modules/@eslint/css/dist/rules/no-duplicate-keyframe-selectors.d.ts +14 -14
- package/node_modules/@eslint/css/dist/rules/no-duplicate-keyframe-selectors.js +2 -3
- package/node_modules/@eslint/css/dist/rules/no-empty-blocks.d.ts +14 -14
- package/node_modules/@eslint/css/dist/rules/no-empty-blocks.js +2 -3
- package/node_modules/@eslint/css/dist/rules/no-important.d.ts +16 -16
- package/node_modules/@eslint/css/dist/rules/no-important.js +2 -3
- package/node_modules/@eslint/css/dist/rules/no-invalid-at-rule-placement.d.ts +16 -16
- package/node_modules/@eslint/css/dist/rules/no-invalid-at-rule-placement.js +2 -3
- package/node_modules/@eslint/css/dist/rules/no-invalid-at-rules.d.ts +21 -21
- package/node_modules/@eslint/css/dist/rules/no-invalid-at-rules.js +2 -3
- package/node_modules/@eslint/css/dist/rules/no-invalid-named-grid-areas.d.ts +16 -16
- package/node_modules/@eslint/css/dist/rules/no-invalid-named-grid-areas.js +2 -3
- package/node_modules/@eslint/css/dist/rules/no-invalid-properties.d.ts +18 -18
- package/node_modules/@eslint/css/dist/rules/no-invalid-properties.js +2 -3
- package/node_modules/@eslint/css/dist/rules/no-unmatchable-selectors.d.ts +14 -14
- package/node_modules/@eslint/css/dist/rules/no-unmatchable-selectors.js +2 -3
- package/node_modules/@eslint/css/dist/rules/prefer-logical-properties.d.ts +22 -19
- package/node_modules/@eslint/css/dist/rules/prefer-logical-properties.js +66 -23
- package/node_modules/@eslint/css/dist/rules/relative-font-units.d.ts +16 -16
- package/node_modules/@eslint/css/dist/rules/relative-font-units.js +13 -7
- package/node_modules/@eslint/css/dist/rules/selector-complexity.d.ts +17 -17
- package/node_modules/@eslint/css/dist/rules/selector-complexity.js +2 -3
- package/node_modules/@eslint/css/dist/rules/use-baseline.d.ts +22 -22
- package/node_modules/@eslint/css/dist/rules/use-baseline.js +2 -3
- package/node_modules/@eslint/css/dist/rules/use-layers.d.ts +18 -18
- package/node_modules/@eslint/css/dist/rules/use-layers.js +3 -4
- package/node_modules/@eslint/css/package.json +7 -12
- package/node_modules/@eslint/css-tree/README.md +2 -2
- package/node_modules/@eslint/css-tree/dist/csstree.esm.js +1 -1
- package/node_modules/@eslint/css-tree/dist/csstree.js +1 -1
- package/node_modules/@eslint/css-tree/dist/data.cjs +4 -1
- package/node_modules/@eslint/css-tree/dist/data.js +4 -1
- package/node_modules/@eslint/css-tree/dist/version.cjs +1 -1
- package/node_modules/@eslint/css-tree/dist/version.js +1 -1
- package/node_modules/@eslint/css-tree/package.json +3 -3
- package/node_modules/@eslint/json/README.md +2 -2
- package/node_modules/@eslint/json/dist/index.js +1 -1
- package/node_modules/@eslint/json/package.json +4 -9
- package/node_modules/@eslint/markdown/README.md +3 -3
- package/node_modules/@eslint/markdown/dist/build/rules.d.ts +105 -27
- package/node_modules/@eslint/markdown/dist/build/rules.js +21 -21
- package/node_modules/@eslint/markdown/dist/index.d.ts +2 -2
- package/node_modules/@eslint/markdown/dist/index.js +4 -4
- package/node_modules/@eslint/markdown/dist/processor.d.ts +4 -9
- package/node_modules/@eslint/markdown/dist/processor.js +12 -15
- package/node_modules/@eslint/markdown/dist/rules/fenced-code-language.d.ts +17 -17
- package/node_modules/@eslint/markdown/dist/rules/fenced-code-language.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/fenced-code-meta.d.ts +17 -17
- package/node_modules/@eslint/markdown/dist/rules/fenced-code-meta.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/heading-increment.d.ts +16 -16
- package/node_modules/@eslint/markdown/dist/rules/heading-increment.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-bare-urls.d.ts +14 -14
- package/node_modules/@eslint/markdown/dist/rules/no-bare-urls.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-duplicate-definitions.d.ts +17 -17
- package/node_modules/@eslint/markdown/dist/rules/no-duplicate-definitions.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-duplicate-headings.d.ts +15 -15
- package/node_modules/@eslint/markdown/dist/rules/no-duplicate-headings.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-empty-definitions.d.ts +17 -17
- package/node_modules/@eslint/markdown/dist/rules/no-empty-definitions.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-empty-images.d.ts +14 -14
- package/node_modules/@eslint/markdown/dist/rules/no-empty-images.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-empty-links.d.ts +14 -14
- package/node_modules/@eslint/markdown/dist/rules/no-empty-links.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-html.d.ts +15 -15
- package/node_modules/@eslint/markdown/dist/rules/no-html.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-invalid-label-refs.d.ts +14 -14
- package/node_modules/@eslint/markdown/dist/rules/no-invalid-label-refs.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-missing-atx-heading-space.d.ts +17 -17
- package/node_modules/@eslint/markdown/dist/rules/no-missing-atx-heading-space.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-missing-label-refs.d.ts +16 -16
- package/node_modules/@eslint/markdown/dist/rules/no-missing-label-refs.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-missing-link-fragments.d.ts +16 -16
- package/node_modules/@eslint/markdown/dist/rules/no-missing-link-fragments.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-multiple-h1.d.ts +16 -16
- package/node_modules/@eslint/markdown/dist/rules/no-multiple-h1.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-reference-like-urls.d.ts +15 -15
- package/node_modules/@eslint/markdown/dist/rules/no-reference-like-urls.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-reversed-media-syntax.d.ts +15 -15
- package/node_modules/@eslint/markdown/dist/rules/no-reversed-media-syntax.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-space-in-emphasis.d.ts +17 -17
- package/node_modules/@eslint/markdown/dist/rules/no-space-in-emphasis.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/no-unused-definitions.d.ts +17 -17
- package/node_modules/@eslint/markdown/dist/rules/no-unused-definitions.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/require-alt-text.d.ts +14 -14
- package/node_modules/@eslint/markdown/dist/rules/require-alt-text.js +2 -3
- package/node_modules/@eslint/markdown/dist/rules/table-column-count.d.ts +17 -17
- package/node_modules/@eslint/markdown/dist/rules/table-column-count.js +2 -3
- package/node_modules/@eslint/markdown/package.json +5 -10
- package/node_modules/@eslint-community/eslint-utils/index.js +1 -1
- package/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
- package/node_modules/@eslint-community/eslint-utils/index.mjs +1 -1
- package/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
- package/node_modules/@eslint-community/eslint-utils/package.json +12 -7
- package/node_modules/@html-eslint/core/dist/index.js +1 -0
- package/node_modules/@html-eslint/core/dist/index.js.map +1 -1
- package/node_modules/@html-eslint/core/dist/index.mjs +1 -0
- package/node_modules/@html-eslint/core/dist/index.mjs.map +1 -1
- package/node_modules/@html-eslint/core/package.json +3 -3
- package/node_modules/@html-eslint/eslint-plugin/lib/rules/require-content.js +20 -1
- package/node_modules/@html-eslint/eslint-plugin/lib/rules/require-input-label.js +110 -8
- package/node_modules/@html-eslint/eslint-plugin/lib/rules/utils/node.js +13 -0
- package/node_modules/@html-eslint/eslint-plugin/package.json +7 -7
- package/node_modules/@html-eslint/eslint-plugin/types/rules/require-content.d.ts.map +1 -1
- package/node_modules/@html-eslint/eslint-plugin/types/rules/require-input-label.d.ts.map +1 -1
- package/node_modules/@html-eslint/eslint-plugin/types/rules/utils/node.d.ts +7 -0
- package/node_modules/@html-eslint/eslint-plugin/types/rules/utils/node.d.ts.map +1 -1
- package/node_modules/@html-eslint/parser/lib/parser.js +0 -1
- package/node_modules/@html-eslint/parser/package.json +4 -4
- package/node_modules/@html-eslint/parser/types/parser.d.ts.map +1 -1
- package/node_modules/@html-eslint/template-parser/package.json +3 -3
- package/node_modules/@html-eslint/template-syntax-parser/package.json +3 -3
- package/node_modules/@html-eslint/types/package.json +2 -2
- package/node_modules/@rviscomi/capo.js/README.md +4 -4
- package/node_modules/@rviscomi/capo.js/dist/adapters/adapter.cjs +7 -2
- package/node_modules/@rviscomi/capo.js/dist/adapters/browser.cjs +31 -3
- package/node_modules/@rviscomi/capo.js/dist/adapters/index.cjs +36 -4
- package/node_modules/@rviscomi/capo.js/dist/adapters/test-suite.cjs +6 -1
- package/node_modules/@rviscomi/capo.js/dist/analyzer.cjs +53 -24
- package/node_modules/@rviscomi/capo.js/dist/chrome/README.md +53 -0
- package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/capo.html +1 -1
- package/node_modules/@rviscomi/capo.js/dist/chrome/capo.js +3 -0
- package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/chrome.js +56 -18
- package/node_modules/@rviscomi/capo.js/dist/chrome/manifest.json +26 -0
- package/node_modules/@rviscomi/capo.js/dist/chrome/options/options.js +1 -0
- package/node_modules/@rviscomi/capo.js/dist/chrome.zip +0 -0
- package/node_modules/@rviscomi/capo.js/dist/firefox/README.md +53 -0
- package/node_modules/@rviscomi/capo.js/dist/firefox/background.js +7 -0
- package/node_modules/@rviscomi/capo.js/dist/firefox/capo.css +59 -0
- package/node_modules/@rviscomi/capo.js/dist/firefox/capo.html +12 -0
- package/node_modules/@rviscomi/capo.js/dist/firefox/capo.js +3 -0
- package/node_modules/@rviscomi/capo.js/dist/firefox/chrome.js +120 -0
- package/node_modules/@rviscomi/capo.js/dist/firefox/images/icon128.png +0 -0
- package/node_modules/@rviscomi/capo.js/dist/firefox/manifest.json +39 -0
- package/node_modules/@rviscomi/capo.js/dist/firefox/options/options.css +81 -0
- package/node_modules/@rviscomi/capo.js/dist/firefox/options/options.html +43 -0
- package/node_modules/@rviscomi/capo.js/dist/firefox/options/options.js +1 -0
- package/node_modules/@rviscomi/capo.js/dist/firefox/styles/open-props.css +291 -0
- package/node_modules/@rviscomi/capo.js/dist/firefox.zip +0 -0
- package/node_modules/@rviscomi/capo.js/dist/index.cjs +93 -33
- package/node_modules/@rviscomi/capo.js/dist/lib/colors.cjs +1 -0
- package/node_modules/@rviscomi/capo.js/dist/lib/io.cjs +137 -28
- package/node_modules/@rviscomi/capo.js/dist/lib/options.cjs +61 -0
- package/node_modules/@rviscomi/capo.js/dist/lib/rules.cjs +28 -13
- package/node_modules/@rviscomi/capo.js/dist/lib/validation.cjs +31 -16
- package/node_modules/@rviscomi/capo.js/dist/source.zip +0 -0
- package/node_modules/@rviscomi/capo.js/dist/types/adapters/adapter.d.ts +105 -0
- package/node_modules/@rviscomi/capo.js/dist/types/adapters/browser.d.ts +107 -0
- package/node_modules/@rviscomi/capo.js/dist/types/adapters/index.d.ts +7 -0
- package/node_modules/@rviscomi/capo.js/dist/types/adapters/test-suite.d.ts +52 -0
- package/node_modules/@rviscomi/capo.js/dist/types/analyzer.d.ts +195 -0
- package/node_modules/@rviscomi/capo.js/dist/types/index.d.ts +29 -0
- package/node_modules/@rviscomi/capo.js/dist/types/lib/colors.d.ts +20 -0
- package/node_modules/@rviscomi/capo.js/dist/types/lib/io.d.ts +166 -0
- package/node_modules/@rviscomi/capo.js/dist/types/lib/options.d.ts +114 -0
- package/node_modules/@rviscomi/capo.js/dist/types/lib/rules.d.ts +111 -0
- package/node_modules/@rviscomi/capo.js/dist/types/lib/validation.d.ts +61 -0
- package/node_modules/@rviscomi/capo.js/dist/types/src/adapters/adapter.d.ts +105 -0
- package/node_modules/@rviscomi/capo.js/dist/types/src/adapters/browser.d.ts +107 -0
- package/node_modules/@rviscomi/capo.js/dist/types/src/adapters/index.d.ts +7 -0
- package/node_modules/@rviscomi/capo.js/dist/types/src/adapters/test-suite.d.ts +52 -0
- package/node_modules/@rviscomi/capo.js/dist/types/src/analyzer.d.ts +195 -0
- package/node_modules/@rviscomi/capo.js/dist/types/src/index.d.ts +13 -0
- package/node_modules/@rviscomi/capo.js/dist/types/src/lib/colors.d.ts +20 -0
- package/node_modules/@rviscomi/capo.js/dist/types/src/lib/io.d.ts +166 -0
- package/node_modules/@rviscomi/capo.js/dist/types/src/lib/options.d.ts +114 -0
- package/node_modules/@rviscomi/capo.js/dist/types/src/lib/rules.d.ts +111 -0
- package/node_modules/@rviscomi/capo.js/dist/types/src/lib/validation.d.ts +61 -0
- package/node_modules/@rviscomi/capo.js/package.json +34 -16
- package/node_modules/@rviscomi/capo.js/src/adapters/adapter.js +16 -5
- package/node_modules/@rviscomi/capo.js/src/adapters/browser.js +30 -4
- package/node_modules/@rviscomi/capo.js/src/adapters/test-suite.js +11 -10
- package/node_modules/@rviscomi/capo.js/src/analyzer.js +47 -25
- package/node_modules/@rviscomi/capo.js/src/extension/README.md +53 -0
- package/node_modules/@rviscomi/capo.js/src/extension/background.js +7 -0
- package/node_modules/@rviscomi/capo.js/src/extension/capo.css +59 -0
- package/node_modules/@rviscomi/capo.js/src/extension/capo.html +12 -0
- package/node_modules/@rviscomi/capo.js/src/extension/capo.js +93 -0
- package/node_modules/@rviscomi/capo.js/src/extension/chrome.js +120 -0
- package/node_modules/@rviscomi/capo.js/src/extension/images/icon128.png +0 -0
- package/node_modules/@rviscomi/capo.js/src/extension/images/icon256.png +0 -0
- package/node_modules/@rviscomi/capo.js/{crx → src/extension}/manifest.json +1 -1
- package/node_modules/@rviscomi/capo.js/src/extension/options/options.css +81 -0
- package/node_modules/@rviscomi/capo.js/src/extension/options/options.html +43 -0
- package/node_modules/@rviscomi/capo.js/src/extension/options.js +87 -0
- package/node_modules/@rviscomi/capo.js/src/extension/styles/open-props.css +291 -0
- package/node_modules/@rviscomi/capo.js/src/index.js +10 -0
- package/node_modules/@rviscomi/capo.js/src/lib/colors.js +14 -0
- package/node_modules/@rviscomi/capo.js/src/lib/io.js +171 -32
- package/node_modules/@rviscomi/capo.js/src/lib/options.js +82 -1
- package/node_modules/@rviscomi/capo.js/src/lib/rules.js +120 -43
- package/node_modules/@rviscomi/capo.js/src/lib/validation.js +211 -86
- package/node_modules/@rviscomi/capo.js/src/web/capo.js +5 -8
- package/node_modules/@types/hast/README.md +2 -2
- package/node_modules/@types/hast/index.d.ts +642 -0
- package/node_modules/@types/hast/package.json +9 -3
- package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/all.d.ts +0 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/all.js +0 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/all.js +0 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/index.d.ts +0 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js +47 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/raw-plugin.d.ts +0 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js +4 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.d.ts +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js +23 -10
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js +16 -2
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js +41 -3
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js +12 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.d.ts +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +5 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-parameter-property-assignment.js +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.js +2 -2
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js +2 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js +36 -9
- package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js +11 -2
- package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js +11 -2
- package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/package.json +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/package.json +22 -11
- package/node_modules/@typescript-eslint/parser/dist/index.js +47 -0
- package/node_modules/@typescript-eslint/parser/dist/parser.js +11 -6
- package/node_modules/@typescript-eslint/parser/package.json +9 -7
- package/node_modules/@typescript-eslint/project-service/package.json +7 -5
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +2 -2
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +1 -0
- package/node_modules/@typescript-eslint/scope-manager/package.json +8 -6
- package/node_modules/@typescript-eslint/tsconfig-utils/package.json +5 -3
- package/node_modules/@typescript-eslint/type-utils/package.json +9 -7
- package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts +10 -0
- package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +13 -0
- package/node_modules/@typescript-eslint/types/package.json +5 -3
- package/node_modules/@typescript-eslint/typescript-estree/dist/check-syntax-errors.js +22 -6
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +5 -4
- package/node_modules/@typescript-eslint/typescript-estree/dist/getImportClausePhaseModifier.d.ts +4 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/getImportClausePhaseModifier.js +56 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js +27 -18
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +8 -0
- package/node_modules/@typescript-eslint/typescript-estree/package.json +9 -7
- package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts +1 -1
- package/node_modules/@typescript-eslint/utils/package.json +8 -6
- package/node_modules/@typescript-eslint/visitor-keys/package.json +6 -4
- package/node_modules/acorn/CHANGELOG.md +12 -0
- package/node_modules/acorn/README.md +5 -0
- package/node_modules/acorn/dist/acorn.d.mts +8 -0
- package/node_modules/acorn/dist/acorn.d.ts +8 -0
- package/node_modules/acorn/dist/acorn.js +16 -7
- package/node_modules/acorn/dist/acorn.mjs +16 -7
- package/node_modules/acorn/package.json +1 -1
- package/node_modules/astro-eslint-parser/lib/index.d.mts +113 -18
- package/node_modules/astro-eslint-parser/lib/index.mjs +871 -1172
- package/node_modules/astro-eslint-parser/package.json +7 -9
- package/node_modules/brace-expansion/README.md +11 -0
- package/node_modules/brace-expansion/dist/commonjs/index.d.ts +2 -0
- package/node_modules/brace-expansion/dist/commonjs/index.d.ts.map +1 -1
- package/node_modules/brace-expansion/dist/commonjs/index.js +162 -84
- package/node_modules/brace-expansion/dist/commonjs/index.js.map +1 -1
- package/node_modules/brace-expansion/dist/esm/index.d.ts +2 -0
- package/node_modules/brace-expansion/dist/esm/index.d.ts.map +1 -1
- package/node_modules/brace-expansion/dist/esm/index.js +161 -83
- package/node_modules/brace-expansion/dist/esm/index.js.map +1 -1
- package/node_modules/brace-expansion/package.json +2 -2
- package/node_modules/eslint/README.md +2 -2
- package/node_modules/eslint/lib/cli-engine/formatters/html.js +1 -1
- package/node_modules/eslint/lib/languages/js/index.js +1 -1
- package/node_modules/eslint/lib/linter/code-path-analysis/debug-helpers.js +1 -1
- package/node_modules/eslint/lib/linter/vfile.js +1 -1
- package/node_modules/eslint/lib/rules/class-methods-use-this.js +6 -5
- package/node_modules/eslint/lib/rules/complexity.js +1 -1
- package/node_modules/eslint/lib/rules/eqeqeq.js +26 -6
- package/node_modules/eslint/lib/rules/func-name-matching.js +3 -3
- package/node_modules/eslint/lib/rules/generator-star-spacing.js +4 -6
- package/node_modules/eslint/lib/rules/indent.js +4 -6
- package/node_modules/eslint/lib/rules/key-spacing.js +5 -7
- package/node_modules/eslint/lib/rules/max-len.js +1 -1
- package/node_modules/eslint/lib/rules/max-nested-callbacks.js +11 -1
- package/node_modules/eslint/lib/rules/no-compare-neg-zero.js +91 -8
- package/node_modules/eslint/lib/rules/no-control-regex.js +3 -0
- package/node_modules/eslint/lib/rules/no-implicit-coercion.js +22 -8
- package/node_modules/eslint/lib/rules/no-invalid-regexp.js +3 -1
- package/node_modules/eslint/lib/rules/no-mixed-spaces-and-tabs.js +5 -7
- package/node_modules/eslint/lib/rules/no-promise-executor-return.js +5 -7
- package/node_modules/eslint/lib/rules/no-script-url.js +4 -6
- package/node_modules/eslint/lib/rules/no-shadow.js +14 -20
- package/node_modules/eslint/lib/rules/no-unreachable-loop.js +8 -4
- package/node_modules/eslint/lib/rules/prefer-numeric-literals.js +14 -6
- package/node_modules/eslint/lib/rules/prefer-object-has-own.js +4 -6
- package/node_modules/eslint/lib/rules/prefer-object-spread.js +9 -1
- package/node_modules/eslint/lib/rules/prefer-template.js +1 -1
- package/node_modules/eslint/lib/rules/preserve-caught-error.js +268 -116
- package/node_modules/eslint/lib/rules/quotes.js +1 -1
- package/node_modules/eslint/lib/rules/radix.js +58 -57
- package/node_modules/eslint/lib/rules/use-isnan.js +20 -12
- package/node_modules/eslint/lib/rules/utils/ast-utils.js +1 -1
- package/node_modules/eslint/lib/shared/serialization.js +1 -1
- package/node_modules/eslint/lib/shared/translate-cli-options.js +3 -3
- package/node_modules/eslint/lib/types/config-api.d.ts +8 -1
- package/node_modules/eslint/lib/types/index.d.ts +3 -6
- package/node_modules/eslint/lib/types/rules.d.ts +17 -9
- package/node_modules/eslint/package.json +7 -7
- package/node_modules/eslint-plugin-astro/README.md +10 -2
- package/node_modules/eslint-plugin-astro/lib/index.d.mts +0 -1
- package/node_modules/eslint-plugin-astro/lib/index.mjs +76 -637
- package/node_modules/eslint-plugin-astro/package.json +11 -11
- package/node_modules/eslint-plugin-toml/README.md +2 -0
- package/node_modules/eslint-plugin-toml/lib/index.d.mts +6 -5
- package/node_modules/eslint-plugin-toml/lib/index.mjs +32 -3
- package/node_modules/eslint-plugin-toml/package.json +7 -7
- package/node_modules/eslint-plugin-yml/lib/index.mjs +49 -19
- package/node_modules/eslint-plugin-yml/package.json +2 -2
- package/node_modules/flatted/golang/pkg/flatted/flatted.go +16 -14
- package/node_modules/flatted/package.json +10 -5
- package/node_modules/flatted/types/index.d.ts +1 -1
- package/node_modules/globals/globals.json +105 -33
- package/node_modules/globals/index.d.ts +105 -33
- package/node_modules/globals/package.json +2 -2
- package/node_modules/mdn-data/css/properties.json +64 -16
- package/node_modules/mdn-data/css/properties.schema.json +1 -7
- package/node_modules/mdn-data/css/syntaxes.json +1 -1
- package/node_modules/mdn-data/l10n/css.json +3 -62
- package/node_modules/mdn-data/package.json +1 -1
- package/node_modules/minimatch/package.json +9 -9
- package/node_modules/nanoid/non-secure/index.cjs +2 -2
- package/node_modules/nanoid/non-secure/index.js +2 -2
- package/node_modules/nanoid/package.json +1 -1
- package/node_modules/picomatch/README.md +15 -21
- package/node_modules/picomatch/lib/parse.js +39 -9
- package/node_modules/picomatch/lib/picomatch.js +14 -2
- package/node_modules/picomatch/package.json +3 -2
- package/node_modules/postcss/README.md +1 -2
- package/node_modules/postcss/lib/container.js +81 -34
- package/node_modules/postcss/lib/fromJSON.js +65 -26
- package/node_modules/postcss/lib/input.js +7 -1
- package/node_modules/postcss/lib/lazy-result.js +77 -14
- package/node_modules/postcss/lib/list.js +1 -0
- package/node_modules/postcss/lib/node.d.ts +2 -2
- package/node_modules/postcss/lib/node.js +90 -52
- package/node_modules/postcss/lib/postcss.d.ts +4 -1
- package/node_modules/postcss/lib/previous-map.js +6 -3
- package/node_modules/postcss/lib/processor.js +1 -1
- package/node_modules/postcss/lib/root.js +16 -1
- package/node_modules/postcss/lib/stringifier.js +112 -25
- package/node_modules/postcss/lib/warning.js +10 -0
- package/node_modules/postcss/package.json +2 -2
- package/node_modules/typescript-eslint/dist/index.js +47 -0
- package/node_modules/typescript-eslint/package.json +14 -6
- package/node_modules/yaml-eslint-parser/lib/chunk-CfYAbeIz.mjs +13 -0
- package/node_modules/yaml-eslint-parser/lib/index.d.mts +2 -2
- package/node_modules/yaml-eslint-parser/lib/index.mjs +164 -157
- package/node_modules/yaml-eslint-parser/package.json +17 -18
- package/package.json +23 -23
- package/node_modules/@astrojs/compiler/LICENSE +0 -53
- package/node_modules/@astrojs/compiler/README.md +0 -72
- package/node_modules/@astrojs/compiler/dist/astro.wasm +0 -0
- package/node_modules/@astrojs/compiler/dist/browser/index.cjs +0 -2
- package/node_modules/@astrojs/compiler/dist/browser/index.d.ts +0 -11
- package/node_modules/@astrojs/compiler/dist/browser/index.js +0 -1
- package/node_modules/@astrojs/compiler/dist/browser/utils.cjs +0 -3
- package/node_modules/@astrojs/compiler/dist/browser/utils.d.ts +0 -29
- package/node_modules/@astrojs/compiler/dist/browser/utils.js +0 -3
- package/node_modules/@astrojs/compiler/dist/browser/wasm_exec.cjs +0 -2
- package/node_modules/@astrojs/compiler/dist/browser/wasm_exec.d.ts +0 -37
- package/node_modules/@astrojs/compiler/dist/browser/wasm_exec.js +0 -1
- package/node_modules/@astrojs/compiler/dist/chunk-QR6QDSEV.js +0 -2
- package/node_modules/@astrojs/compiler/dist/chunk-W5DTLHV4.js +0 -1
- package/node_modules/@astrojs/compiler/dist/node/index.cjs +0 -1
- package/node_modules/@astrojs/compiler/dist/node/index.d.ts +0 -12
- package/node_modules/@astrojs/compiler/dist/node/index.js +0 -1
- package/node_modules/@astrojs/compiler/dist/node/sync.cjs +0 -1
- package/node_modules/@astrojs/compiler/dist/node/sync.d.ts +0 -16
- package/node_modules/@astrojs/compiler/dist/node/sync.js +0 -1
- package/node_modules/@astrojs/compiler/dist/node/utils.cjs +0 -3
- package/node_modules/@astrojs/compiler/dist/node/utils.d.ts +0 -29
- package/node_modules/@astrojs/compiler/dist/node/utils.js +0 -3
- package/node_modules/@astrojs/compiler/dist/node/wasm_exec.cjs +0 -1
- package/node_modules/@astrojs/compiler/dist/node/wasm_exec.d.ts +0 -37
- package/node_modules/@astrojs/compiler/dist/node/wasm_exec.js +0 -1
- package/node_modules/@astrojs/compiler/dist/shared/ast.cjs +0 -1
- package/node_modules/@astrojs/compiler/dist/shared/ast.d.ts +0 -74
- package/node_modules/@astrojs/compiler/dist/shared/ast.js +0 -0
- package/node_modules/@astrojs/compiler/dist/shared/diagnostics.cjs +0 -1
- package/node_modules/@astrojs/compiler/dist/shared/diagnostics.d.ts +0 -18
- package/node_modules/@astrojs/compiler/dist/shared/diagnostics.js +0 -1
- package/node_modules/@astrojs/compiler/dist/shared/types.cjs +0 -1
- package/node_modules/@astrojs/compiler/dist/shared/types.d.ts +0 -153
- package/node_modules/@astrojs/compiler/dist/shared/types.js +0 -1
- package/node_modules/@astrojs/compiler/package.json +0 -58
- package/node_modules/@astrojs/compiler/sync.d.ts +0 -1
- package/node_modules/@astrojs/compiler/types.d.ts +0 -1
- package/node_modules/@astrojs/compiler/utils.d.ts +0 -1
- package/node_modules/@pkgr/core/index.d.cts +0 -3
- package/node_modules/@pkgr/core/lib/constants.d.ts +0 -6
- package/node_modules/@pkgr/core/lib/constants.js +0 -9
- package/node_modules/@pkgr/core/lib/constants.js.map +0 -1
- package/node_modules/@pkgr/core/lib/helpers.d.ts +0 -19
- package/node_modules/@pkgr/core/lib/helpers.js +0 -67
- package/node_modules/@pkgr/core/lib/helpers.js.map +0 -1
- package/node_modules/@pkgr/core/lib/index.cjs +0 -91
- package/node_modules/@pkgr/core/lib/index.d.ts +0 -2
- package/node_modules/@pkgr/core/lib/index.js +0 -3
- package/node_modules/@pkgr/core/lib/index.js.map +0 -1
- package/node_modules/@pkgr/core/package.json +0 -38
- package/node_modules/@rviscomi/capo.js/crx/README.md +0 -10
- package/node_modules/@rviscomi/capo.js/crx/capo.js +0 -3
- package/node_modules/@rviscomi/capo.js/crx/options/options.js +0 -1
- package/node_modules/@rviscomi/capo.js/docs/.vscode/extensions.json +0 -4
- package/node_modules/@rviscomi/capo.js/docs/.vscode/launch.json +0 -11
- package/node_modules/@rviscomi/capo.js/docs/README.md +0 -51
- package/node_modules/@rviscomi/capo.js/docs/astro.config.mjs +0 -82
- package/node_modules/@rviscomi/capo.js/docs/package-lock.json +0 -7439
- package/node_modules/@rviscomi/capo.js/docs/package.json +0 -21
- package/node_modules/@rviscomi/capo.js/docs/public/capo-social-alt.webp +0 -0
- package/node_modules/@rviscomi/capo.js/docs/public/capo-social.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/public/capo-social.webp +0 -0
- package/node_modules/@rviscomi/capo.js/docs/public/favicon.svg +0 -13
- package/node_modules/@rviscomi/capo.js/docs/src/assets/bookmarklet-setup.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/bookmarklet.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/capo-chrome.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/capo-extension.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/capo800.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-console-expanded.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-console-interactive.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-console.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-hover-validation.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-menu.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-options-dark.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-options-light.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-store.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/custom-palette.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/developer-mode.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/devtools-console.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/devtools-snippet.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/devtools-sources.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/houston.webp +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/load-unpacked.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-areas.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-base.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-crx-stripes.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-csp.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-invalid-element.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-origin-trial.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-title.png +0 -0
- package/node_modules/@rviscomi/capo.js/docs/src/components/CapoClient.astro +0 -165
- package/node_modules/@rviscomi/capo.js/docs/src/components/CapoOptions.astro +0 -10
- package/node_modules/@rviscomi/capo.js/docs/src/components/CapoPalette.astro +0 -26
- package/node_modules/@rviscomi/capo.js/docs/src/components/InlineCapoIcon.astro +0 -15
- package/node_modules/@rviscomi/capo.js/docs/src/components/InlineCapoWeightBars.astro +0 -39
- package/node_modules/@rviscomi/capo.js/docs/src/components/VirtualConsole.astro +0 -11
- package/node_modules/@rviscomi/capo.js/docs/src/content/config.ts +0 -7
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/developer/contributing.mdx +0 -8
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/developer/crx-local.mdx +0 -28
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/developer/custom-adapters.mdx +0 -273
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/index.mdx +0 -108
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/migration-v2.mdx +0 -62
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/actionability.mdx +0 -6
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/assessment-mode.mdx +0 -29
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/config.mdx +0 -195
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/demo.mdx +0 -9
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/extension.mdx +0 -116
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/performance.mdx +0 -6
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/quick-start.mdx +0 -26
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/rules.mdx +0 -202
- package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/validation.mdx +0 -197
- package/node_modules/@rviscomi/capo.js/docs/src/env.d.ts +0 -2
- package/node_modules/@rviscomi/capo.js/docs/src/lib/VirtualConsole.js +0 -190
- package/node_modules/@rviscomi/capo.js/docs/src/lib/capo.js +0 -1533
- package/node_modules/@rviscomi/capo.js/docs/src/styles/custom.css +0 -7
- package/node_modules/@rviscomi/capo.js/docs/src/styles/virtual-console.css +0 -131
- package/node_modules/@rviscomi/capo.js/docs/tests/VirtualConsole.test.js +0 -108
- package/node_modules/@rviscomi/capo.js/docs/tsconfig.json +0 -3
- package/node_modules/@rviscomi/capo.js/src/crx/capo.js +0 -62
- package/node_modules/@rviscomi/capo.js/src/crx/options.js +0 -69
- package/node_modules/astrojs-compiler-sync/LICENSE +0 -53
- package/node_modules/astrojs-compiler-sync/README.md +0 -3
- package/node_modules/astrojs-compiler-sync/browser/index.d.ts +0 -6
- package/node_modules/astrojs-compiler-sync/browser/index.js +0 -76
- package/node_modules/astrojs-compiler-sync/browser/wasm_exec.js +0 -665
- package/node_modules/astrojs-compiler-sync/lib/astrojs-compiler-worker.js +0 -5
- package/node_modules/astrojs-compiler-sync/lib/compiler-sync.cjs +0 -31
- package/node_modules/astrojs-compiler-sync/lib/index.cjs +0 -30
- package/node_modules/astrojs-compiler-sync/lib/index.d.cts +0 -3
- package/node_modules/astrojs-compiler-sync/lib/index.d.ts +0 -14
- package/node_modules/astrojs-compiler-sync/lib/index.js +0 -18
- package/node_modules/astrojs-compiler-sync/package.json +0 -100
- package/node_modules/entities/LICENSE +0 -11
- package/node_modules/entities/dist/decode-codepoint.d.ts +0 -8
- package/node_modules/entities/dist/decode-codepoint.d.ts.map +0 -1
- package/node_modules/entities/dist/decode-codepoint.js +0 -46
- package/node_modules/entities/dist/decode-codepoint.js.map +0 -1
- package/node_modules/entities/dist/decode.d.ts +0 -194
- package/node_modules/entities/dist/decode.d.ts.map +0 -1
- package/node_modules/entities/dist/decode.js +0 -544
- package/node_modules/entities/dist/decode.js.map +0 -1
- package/node_modules/entities/dist/encode.d.ts +0 -24
- package/node_modules/entities/dist/encode.d.ts.map +0 -1
- package/node_modules/entities/dist/encode.js +0 -90
- package/node_modules/entities/dist/encode.js.map +0 -1
- package/node_modules/entities/dist/escape.d.ts +0 -48
- package/node_modules/entities/dist/escape.d.ts.map +0 -1
- package/node_modules/entities/dist/escape.js +0 -132
- package/node_modules/entities/dist/escape.js.map +0 -1
- package/node_modules/entities/dist/generated/decode-data-html.d.ts +0 -3
- package/node_modules/entities/dist/generated/decode-data-html.d.ts.map +0 -1
- package/node_modules/entities/dist/generated/decode-data-html.js +0 -5
- package/node_modules/entities/dist/generated/decode-data-html.js.map +0 -1
- package/node_modules/entities/dist/generated/decode-data-xml.d.ts +0 -3
- package/node_modules/entities/dist/generated/decode-data-xml.d.ts.map +0 -1
- package/node_modules/entities/dist/generated/decode-data-xml.js +0 -5
- package/node_modules/entities/dist/generated/decode-data-xml.js.map +0 -1
- package/node_modules/entities/dist/generated/encode-html.d.ts +0 -5
- package/node_modules/entities/dist/generated/encode-html.d.ts.map +0 -1
- package/node_modules/entities/dist/generated/encode-html.js +0 -12
- package/node_modules/entities/dist/generated/encode-html.js.map +0 -1
- package/node_modules/entities/dist/index.d.ts +0 -89
- package/node_modules/entities/dist/index.d.ts.map +0 -1
- package/node_modules/entities/dist/index.js +0 -91
- package/node_modules/entities/dist/index.js.map +0 -1
- package/node_modules/entities/dist/internal/bin-trie-flags.d.ts +0 -17
- package/node_modules/entities/dist/internal/bin-trie-flags.d.ts.map +0 -1
- package/node_modules/entities/dist/internal/bin-trie-flags.js +0 -18
- package/node_modules/entities/dist/internal/bin-trie-flags.js.map +0 -1
- package/node_modules/entities/dist/internal/decode-shared.d.ts +0 -7
- package/node_modules/entities/dist/internal/decode-shared.d.ts.map +0 -1
- package/node_modules/entities/dist/internal/decode-shared.js +0 -17
- package/node_modules/entities/dist/internal/decode-shared.js.map +0 -1
- package/node_modules/entities/dist/internal/encode-shared.d.ts +0 -33
- package/node_modules/entities/dist/internal/encode-shared.d.ts.map +0 -1
- package/node_modules/entities/dist/internal/encode-shared.js +0 -93
- package/node_modules/entities/dist/internal/encode-shared.js.map +0 -1
- package/node_modules/entities/package.json +0 -83
- package/node_modules/entities/readme.md +0 -131
- package/node_modules/entities/src/decode-codepoint.ts +0 -50
- package/node_modules/entities/src/decode.ts +0 -671
- package/node_modules/entities/src/encode.ts +0 -95
- package/node_modules/entities/src/escape.ts +0 -160
- package/node_modules/entities/src/generated/decode-data-html.ts +0 -7
- package/node_modules/entities/src/generated/decode-data-xml.ts +0 -7
- package/node_modules/entities/src/generated/encode-html.ts +0 -18
- package/node_modules/entities/src/index.ts +0 -162
- package/node_modules/entities/src/internal/bin-trie-flags.ts +0 -16
- package/node_modules/entities/src/internal/decode-shared.ts +0 -18
- package/node_modules/entities/src/internal/encode-shared.ts +0 -123
- package/node_modules/parse5/README.md +0 -38
- package/node_modules/parse5/dist/common/doctype.d.ts +0 -4
- package/node_modules/parse5/dist/common/doctype.js +0 -114
- package/node_modules/parse5/dist/common/error-codes.d.ts +0 -67
- package/node_modules/parse5/dist/common/error-codes.js +0 -63
- package/node_modules/parse5/dist/common/foreign-content.d.ts +0 -9
- package/node_modules/parse5/dist/common/foreign-content.js +0 -228
- package/node_modules/parse5/dist/common/html.d.ts +0 -289
- package/node_modules/parse5/dist/common/html.js +0 -523
- package/node_modules/parse5/dist/common/token.d.ts +0 -84
- package/node_modules/parse5/dist/common/token.js +0 -20
- package/node_modules/parse5/dist/common/unicode.d.ts +0 -42
- package/node_modules/parse5/dist/common/unicode.js +0 -62
- package/node_modules/parse5/dist/index.d.ts +0 -71
- package/node_modules/parse5/dist/index.js +0 -42
- package/node_modules/parse5/dist/parser/formatting-element-list.d.ts +0 -36
- package/node_modules/parse5/dist/parser/formatting-element-list.js +0 -110
- package/node_modules/parse5/dist/parser/index.d.ts +0 -221
- package/node_modules/parse5/dist/parser/index.js +0 -3245
- package/node_modules/parse5/dist/parser/open-element-stack.d.ts +0 -53
- package/node_modules/parse5/dist/parser/open-element-stack.js +0 -324
- package/node_modules/parse5/dist/serializer/index.d.ts +0 -60
- package/node_modules/parse5/dist/serializer/index.js +0 -168
- package/node_modules/parse5/dist/tokenizer/index.d.ts +0 -247
- package/node_modules/parse5/dist/tokenizer/index.js +0 -2712
- package/node_modules/parse5/dist/tokenizer/preprocessor.d.ts +0 -36
- package/node_modules/parse5/dist/tokenizer/preprocessor.js +0 -196
- package/node_modules/parse5/dist/tree-adapters/default.d.ts +0 -84
- package/node_modules/parse5/dist/tree-adapters/default.js +0 -173
- package/node_modules/parse5/dist/tree-adapters/interface.d.ts +0 -255
- package/node_modules/parse5/dist/tree-adapters/interface.js +0 -1
- package/node_modules/parse5/package.json +0 -53
- package/node_modules/synckit/README.md +0 -256
- package/node_modules/synckit/lib/common.d.ts +0 -5
- package/node_modules/synckit/lib/common.js +0 -22
- package/node_modules/synckit/lib/common.js.map +0 -1
- package/node_modules/synckit/lib/constants.d.ts +0 -38
- package/node_modules/synckit/lib/constants.js +0 -54
- package/node_modules/synckit/lib/constants.js.map +0 -1
- package/node_modules/synckit/lib/helpers.d.ts +0 -27
- package/node_modules/synckit/lib/helpers.js +0 -411
- package/node_modules/synckit/lib/helpers.js.map +0 -1
- package/node_modules/synckit/lib/index.cjs +0 -588
- package/node_modules/synckit/lib/index.d.cts +0 -138
- package/node_modules/synckit/lib/index.d.ts +0 -7
- package/node_modules/synckit/lib/index.js +0 -68
- package/node_modules/synckit/lib/index.js.map +0 -1
- package/node_modules/synckit/lib/types.d.ts +0 -48
- package/node_modules/synckit/lib/types.js +0 -2
- package/node_modules/synckit/lib/types.js.map +0 -1
- package/node_modules/synckit/package.json +0 -45
- package/node_modules/yaml-eslint-parser/lib/chunk-15K8U1wQ.mjs +0 -18
- /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/background.js +0 -0
- /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/capo.css +0 -0
- /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/images/icon128.png +0 -0
- /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/images/icon256.png +0 -0
- /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/options/options.css +0 -0
- /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/options/options.html +0 -0
- /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/styles/open-props.css +0 -0
- /package/node_modules/@rviscomi/capo.js/{docs/src/assets/capo256.png → dist/firefox/images/icon256.png} +0 -0
- /package/node_modules/eslint-plugin-toml/lib/{chunk-CfYAbeIz.mjs → rolldown-runtime-D7D4PA-g.mjs} +0 -0
|
@@ -14,20 +14,17 @@ const FORCED_OPTIONS = {
|
|
|
14
14
|
* For configuration options see:
|
|
15
15
|
* https://rviscomi.github.io/capo.js/user/config/
|
|
16
16
|
*
|
|
17
|
-
* @param input HTML string
|
|
18
|
-
* @param output Mock console implementation
|
|
19
|
-
* @param options Capo options
|
|
17
|
+
* @param {string} input HTML string
|
|
18
|
+
* @param {any} output Mock console implementation
|
|
19
|
+
* @param {import("@rviscomi/capo.js/lib/options").OptionsInit} [userOptions={}] Capo options
|
|
20
20
|
*/
|
|
21
21
|
export function run(input, output, userOptions={}) {
|
|
22
22
|
userOptions = Object.assign(userOptions, FORCED_OPTIONS);
|
|
23
23
|
|
|
24
|
-
const staticDoc = document.implementation.createHTMLDocument('New Document');
|
|
25
|
-
staticDoc.documentElement.innerHTML = input;
|
|
26
|
-
|
|
27
24
|
const options = new Options(userOptions);
|
|
28
|
-
const io = new IO(
|
|
25
|
+
const io = new IO(null, options, output);
|
|
26
|
+
io.initFromHTML(input);
|
|
29
27
|
|
|
30
|
-
io.init();
|
|
31
28
|
const headElement = io.getHead();
|
|
32
29
|
const adapter = new BrowserAdapter();
|
|
33
30
|
const result = analyzeHead(headElement, adapter);
|
|
@@ -8,8 +8,8 @@ This package contains type definitions for hast (https://github.com/syntax-tree/
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hast.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 09 Jul 2026 11:00:13 GMT
|
|
12
12
|
* Dependencies: [@types/unist](https://npmjs.com/package/@types/unist)
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
15
|
-
These definitions were written by [lukeggchapman](https://github.com/lukeggchapman), [Junyoung Choi](https://github.com/rokt33r), [Christian Murphy](https://github.com/ChristianMurphy),
|
|
15
|
+
These definitions were written by [lukeggchapman](https://github.com/lukeggchapman), [Junyoung Choi](https://github.com/rokt33r), [Christian Murphy](https://github.com/ChristianMurphy), [Remco Haszing](https://github.com/remcohaszing), and [Titus Wormer](https://github.com/wooorm).
|
|
@@ -26,6 +26,648 @@ export interface Data extends UnistData {}
|
|
|
26
26
|
* Info associated with an element.
|
|
27
27
|
*/
|
|
28
28
|
export interface Properties {
|
|
29
|
+
abbr?: string | undefined;
|
|
30
|
+
about?: Array<string> | undefined;
|
|
31
|
+
accentHeight?: number | string | undefined;
|
|
32
|
+
accept?: Array<string> | undefined;
|
|
33
|
+
acceptCharset?: Array<string> | undefined;
|
|
34
|
+
accessKey?: Array<string> | undefined;
|
|
35
|
+
accumulate?: string | undefined;
|
|
36
|
+
action?: string | undefined;
|
|
37
|
+
additive?: string | undefined;
|
|
38
|
+
align?: string | undefined;
|
|
39
|
+
alignmentBaseline?: string | undefined;
|
|
40
|
+
aLink?: string | undefined;
|
|
41
|
+
allow?: string | undefined;
|
|
42
|
+
allowFullScreen?: boolean | string | undefined;
|
|
43
|
+
allowPaymentRequest?: boolean | string | undefined;
|
|
44
|
+
allowTransparency?: string | undefined;
|
|
45
|
+
allowUserMedia?: boolean | string | undefined;
|
|
46
|
+
alpha?: boolean | string | undefined;
|
|
47
|
+
alphabetic?: number | string | undefined;
|
|
48
|
+
alt?: string | undefined;
|
|
49
|
+
amplitude?: number | string | undefined;
|
|
50
|
+
arabicForm?: string | undefined;
|
|
51
|
+
archive?: Array<string> | undefined;
|
|
52
|
+
ariaActiveDescendant?: string | undefined;
|
|
53
|
+
ariaAtomic?: "false" | "true" | (string & {}) | undefined;
|
|
54
|
+
ariaAutoComplete?: string | undefined;
|
|
55
|
+
ariaBusy?: "false" | "true" | (string & {}) | undefined;
|
|
56
|
+
ariaChecked?: "false" | "true" | (string & {}) | undefined;
|
|
57
|
+
ariaColCount?: number | string | undefined;
|
|
58
|
+
ariaColIndex?: number | string | undefined;
|
|
59
|
+
ariaColSpan?: number | string | undefined;
|
|
60
|
+
ariaControls?: Array<string> | undefined;
|
|
61
|
+
ariaCurrent?: string | undefined;
|
|
62
|
+
ariaDescribedBy?: Array<string> | undefined;
|
|
63
|
+
ariaDetails?: string | undefined;
|
|
64
|
+
ariaDisabled?: "false" | "true" | (string & {}) | undefined;
|
|
65
|
+
ariaDropEffect?: Array<string> | undefined;
|
|
66
|
+
ariaErrorMessage?: string | undefined;
|
|
67
|
+
ariaExpanded?: "false" | "true" | (string & {}) | undefined;
|
|
68
|
+
ariaFlowTo?: Array<string> | undefined;
|
|
69
|
+
ariaGrabbed?: "false" | "true" | (string & {}) | undefined;
|
|
70
|
+
ariaHasPopup?: string | undefined;
|
|
71
|
+
ariaHidden?: "false" | "true" | (string & {}) | undefined;
|
|
72
|
+
ariaInvalid?: string | undefined;
|
|
73
|
+
ariaKeyShortcuts?: string | undefined;
|
|
74
|
+
ariaLabel?: string | undefined;
|
|
75
|
+
ariaLabelledBy?: Array<string> | undefined;
|
|
76
|
+
ariaLevel?: number | string | undefined;
|
|
77
|
+
ariaLive?: string | undefined;
|
|
78
|
+
ariaModal?: "false" | "true" | (string & {}) | undefined;
|
|
79
|
+
ariaMultiLine?: "false" | "true" | (string & {}) | undefined;
|
|
80
|
+
ariaMultiSelectable?: "false" | "true" | (string & {}) | undefined;
|
|
81
|
+
ariaOrientation?: string | undefined;
|
|
82
|
+
ariaOwns?: Array<string> | undefined;
|
|
83
|
+
ariaPlaceholder?: string | undefined;
|
|
84
|
+
ariaPosInSet?: number | string | undefined;
|
|
85
|
+
ariaPressed?: "false" | "true" | (string & {}) | undefined;
|
|
86
|
+
ariaReadOnly?: "false" | "true" | (string & {}) | undefined;
|
|
87
|
+
ariaRelevant?: string | undefined;
|
|
88
|
+
ariaRequired?: "false" | "true" | (string & {}) | undefined;
|
|
89
|
+
ariaRoleDescription?: Array<string> | undefined;
|
|
90
|
+
ariaRowCount?: number | string | undefined;
|
|
91
|
+
ariaRowIndex?: number | string | undefined;
|
|
92
|
+
ariaRowSpan?: number | string | undefined;
|
|
93
|
+
ariaSelected?: "false" | "true" | (string & {}) | undefined;
|
|
94
|
+
ariaSetSize?: number | string | undefined;
|
|
95
|
+
ariaSort?: string | undefined;
|
|
96
|
+
ariaValueMax?: number | string | undefined;
|
|
97
|
+
ariaValueMin?: number | string | undefined;
|
|
98
|
+
ariaValueNow?: number | string | undefined;
|
|
99
|
+
ariaValueText?: string | undefined;
|
|
100
|
+
as?: string | undefined;
|
|
101
|
+
ascent?: number | string | undefined;
|
|
102
|
+
async?: boolean | string | undefined;
|
|
103
|
+
attributeName?: string | undefined;
|
|
104
|
+
attributeType?: string | undefined;
|
|
105
|
+
autoCapitalize?: string | undefined;
|
|
106
|
+
autoComplete?: Array<string> | undefined;
|
|
107
|
+
autoCorrect?: string | undefined;
|
|
108
|
+
autoFocus?: boolean | string | undefined;
|
|
109
|
+
autoPlay?: boolean | string | undefined;
|
|
110
|
+
autoSave?: string | undefined;
|
|
111
|
+
axis?: string | undefined;
|
|
112
|
+
azimuth?: number | string | undefined;
|
|
113
|
+
background?: string | undefined;
|
|
114
|
+
bandwidth?: string | undefined;
|
|
115
|
+
baseFrequency?: string | undefined;
|
|
116
|
+
baselineShift?: string | undefined;
|
|
117
|
+
baseProfile?: string | undefined;
|
|
118
|
+
bbox?: string | undefined;
|
|
119
|
+
begin?: string | undefined;
|
|
120
|
+
bgColor?: string | undefined;
|
|
121
|
+
bias?: number | string | undefined;
|
|
122
|
+
blocking?: Array<string> | undefined;
|
|
123
|
+
border?: number | string | undefined;
|
|
124
|
+
borderColor?: string | undefined;
|
|
125
|
+
bottomMargin?: number | string | undefined;
|
|
126
|
+
by?: string | undefined;
|
|
127
|
+
calcMode?: string | undefined;
|
|
128
|
+
capHeight?: number | string | undefined;
|
|
129
|
+
capture?: string | undefined;
|
|
130
|
+
cellPadding?: string | undefined;
|
|
131
|
+
cellSpacing?: string | undefined;
|
|
132
|
+
char?: string | undefined;
|
|
133
|
+
charOff?: string | undefined;
|
|
134
|
+
charSet?: string | undefined;
|
|
135
|
+
checked?: boolean | string | undefined;
|
|
136
|
+
cite?: string | undefined;
|
|
137
|
+
classId?: string | undefined;
|
|
138
|
+
className?: Array<string> | undefined;
|
|
139
|
+
clear?: string | undefined;
|
|
140
|
+
clip?: string | undefined;
|
|
141
|
+
clipPath?: string | undefined;
|
|
142
|
+
clipPathUnits?: string | undefined;
|
|
143
|
+
clipRule?: string | undefined;
|
|
144
|
+
closedBy?: string | undefined;
|
|
145
|
+
code?: string | undefined;
|
|
146
|
+
codeBase?: string | undefined;
|
|
147
|
+
codeType?: string | undefined;
|
|
148
|
+
color?: string | undefined;
|
|
149
|
+
colorInterpolation?: string | undefined;
|
|
150
|
+
colorInterpolationFilters?: string | undefined;
|
|
151
|
+
colorProfile?: string | undefined;
|
|
152
|
+
colorRendering?: string | undefined;
|
|
153
|
+
colorSpace?: string | undefined;
|
|
154
|
+
cols?: number | string | undefined;
|
|
155
|
+
colSpan?: number | string | undefined;
|
|
156
|
+
command?: string | undefined;
|
|
157
|
+
commandFor?: string | undefined;
|
|
158
|
+
compact?: boolean | string | undefined;
|
|
159
|
+
content?: string | undefined;
|
|
160
|
+
contentEditable?: "false" | "true" | (string & {}) | undefined;
|
|
161
|
+
contentScriptType?: string | undefined;
|
|
162
|
+
contentStyleType?: string | undefined;
|
|
163
|
+
controls?: boolean | string | undefined;
|
|
164
|
+
controlsList?: Array<string> | undefined;
|
|
165
|
+
coords?: Array<number | string> | undefined;
|
|
166
|
+
credentialless?: boolean | string | undefined;
|
|
167
|
+
crossOrigin?: string | undefined;
|
|
168
|
+
cursor?: string | undefined;
|
|
169
|
+
cx?: string | undefined;
|
|
170
|
+
cy?: string | undefined;
|
|
171
|
+
d?: string | undefined;
|
|
172
|
+
data?: string | undefined;
|
|
173
|
+
dataType?: string | undefined;
|
|
174
|
+
dateTime?: string | undefined;
|
|
175
|
+
declare?: boolean | string | undefined;
|
|
176
|
+
decoding?: string | undefined;
|
|
177
|
+
default?: boolean | string | undefined;
|
|
178
|
+
defaultAction?: string | undefined;
|
|
179
|
+
defer?: boolean | string | undefined;
|
|
180
|
+
descent?: number | string | undefined;
|
|
181
|
+
diffuseConstant?: number | string | undefined;
|
|
182
|
+
dir?: string | undefined;
|
|
183
|
+
direction?: string | undefined;
|
|
184
|
+
dirName?: string | undefined;
|
|
185
|
+
disabled?: boolean | string | undefined;
|
|
186
|
+
disablePictureInPicture?: boolean | string | undefined;
|
|
187
|
+
disableRemotePlayback?: boolean | string | undefined;
|
|
188
|
+
display?: string | undefined;
|
|
189
|
+
divisor?: number | string | undefined;
|
|
190
|
+
dominantBaseline?: string | undefined;
|
|
191
|
+
download?: boolean | string | undefined;
|
|
192
|
+
draggable?: "false" | "true" | (string & {}) | undefined;
|
|
193
|
+
dur?: string | undefined;
|
|
194
|
+
dx?: string | undefined;
|
|
195
|
+
dy?: string | undefined;
|
|
196
|
+
edgeMode?: string | undefined;
|
|
197
|
+
editable?: string | undefined;
|
|
198
|
+
elevation?: number | string | undefined;
|
|
199
|
+
enableBackground?: string | undefined;
|
|
200
|
+
encType?: string | undefined;
|
|
201
|
+
end?: string | undefined;
|
|
202
|
+
enterKeyHint?: string | undefined;
|
|
203
|
+
event?: string | undefined;
|
|
204
|
+
exponent?: number | string | undefined;
|
|
205
|
+
exportParts?: Array<string> | undefined;
|
|
206
|
+
externalResourcesRequired?: string | undefined;
|
|
207
|
+
face?: string | undefined;
|
|
208
|
+
fetchPriority?: string | undefined;
|
|
209
|
+
fill?: string | undefined;
|
|
210
|
+
fillOpacity?: number | string | undefined;
|
|
211
|
+
fillRule?: string | undefined;
|
|
212
|
+
filter?: string | undefined;
|
|
213
|
+
filterRes?: string | undefined;
|
|
214
|
+
filterUnits?: string | undefined;
|
|
215
|
+
floodColor?: string | undefined;
|
|
216
|
+
floodOpacity?: string | undefined;
|
|
217
|
+
focusable?: string | undefined;
|
|
218
|
+
focusHighlight?: string | undefined;
|
|
219
|
+
fontFamily?: string | undefined;
|
|
220
|
+
fontSize?: string | undefined;
|
|
221
|
+
fontSizeAdjust?: string | undefined;
|
|
222
|
+
fontStretch?: string | undefined;
|
|
223
|
+
fontStyle?: string | undefined;
|
|
224
|
+
fontVariant?: string | undefined;
|
|
225
|
+
fontWeight?: string | undefined;
|
|
226
|
+
form?: string | undefined;
|
|
227
|
+
formAction?: string | undefined;
|
|
228
|
+
format?: string | undefined;
|
|
229
|
+
formEncType?: string | undefined;
|
|
230
|
+
formMethod?: string | undefined;
|
|
231
|
+
formNoValidate?: boolean | string | undefined;
|
|
232
|
+
formTarget?: string | undefined;
|
|
233
|
+
fr?: string | undefined;
|
|
234
|
+
frame?: string | undefined;
|
|
235
|
+
frameBorder?: string | undefined;
|
|
236
|
+
from?: string | undefined;
|
|
237
|
+
fx?: string | undefined;
|
|
238
|
+
fy?: string | undefined;
|
|
239
|
+
g1?: Array<string> | undefined;
|
|
240
|
+
g2?: Array<string> | undefined;
|
|
241
|
+
glyphName?: Array<string> | undefined;
|
|
242
|
+
glyphOrientationHorizontal?: string | undefined;
|
|
243
|
+
glyphOrientationVertical?: string | undefined;
|
|
244
|
+
glyphRef?: string | undefined;
|
|
245
|
+
gradientTransform?: string | undefined;
|
|
246
|
+
gradientUnits?: string | undefined;
|
|
247
|
+
handler?: string | undefined;
|
|
248
|
+
hanging?: number | string | undefined;
|
|
249
|
+
hatchContentUnits?: string | undefined;
|
|
250
|
+
hatchUnits?: string | undefined;
|
|
251
|
+
headers?: Array<string> | undefined;
|
|
252
|
+
height?: number | string | undefined;
|
|
253
|
+
hidden?: boolean | string | undefined;
|
|
254
|
+
high?: number | string | undefined;
|
|
255
|
+
horizAdvX?: number | string | undefined;
|
|
256
|
+
horizOriginX?: number | string | undefined;
|
|
257
|
+
horizOriginY?: number | string | undefined;
|
|
258
|
+
href?: string | undefined;
|
|
259
|
+
hrefLang?: string | undefined;
|
|
260
|
+
hSpace?: number | string | undefined;
|
|
261
|
+
htmlFor?: Array<string> | undefined;
|
|
262
|
+
httpEquiv?: Array<string> | undefined;
|
|
263
|
+
id?: string | undefined;
|
|
264
|
+
ideographic?: number | string | undefined;
|
|
265
|
+
imageRendering?: string | undefined;
|
|
266
|
+
imageSizes?: string | undefined;
|
|
267
|
+
imageSrcSet?: string | undefined;
|
|
268
|
+
in?: string | undefined;
|
|
269
|
+
in2?: string | undefined;
|
|
270
|
+
inert?: boolean | string | undefined;
|
|
271
|
+
initialVisibility?: string | undefined;
|
|
272
|
+
inputMode?: string | undefined;
|
|
273
|
+
integrity?: string | undefined;
|
|
274
|
+
intercept?: number | string | undefined;
|
|
275
|
+
is?: string | undefined;
|
|
276
|
+
isMap?: boolean | string | undefined;
|
|
277
|
+
itemId?: string | undefined;
|
|
278
|
+
itemProp?: Array<string> | undefined;
|
|
279
|
+
itemRef?: Array<string> | undefined;
|
|
280
|
+
itemScope?: boolean | string | undefined;
|
|
281
|
+
itemType?: Array<string> | undefined;
|
|
282
|
+
k?: number | string | undefined;
|
|
283
|
+
k1?: number | string | undefined;
|
|
284
|
+
k2?: number | string | undefined;
|
|
285
|
+
k3?: number | string | undefined;
|
|
286
|
+
k4?: number | string | undefined;
|
|
287
|
+
kernelMatrix?: Array<string> | undefined;
|
|
288
|
+
kernelUnitLength?: string | undefined;
|
|
289
|
+
kerning?: string | undefined;
|
|
290
|
+
keyPoints?: string | undefined;
|
|
291
|
+
keySplines?: string | undefined;
|
|
292
|
+
keyTimes?: string | undefined;
|
|
293
|
+
kind?: string | undefined;
|
|
294
|
+
label?: string | undefined;
|
|
295
|
+
lang?: string | undefined;
|
|
296
|
+
language?: string | undefined;
|
|
297
|
+
leftMargin?: number | string | undefined;
|
|
298
|
+
lengthAdjust?: string | undefined;
|
|
299
|
+
letterSpacing?: string | undefined;
|
|
300
|
+
lightingColor?: string | undefined;
|
|
301
|
+
limitingConeAngle?: number | string | undefined;
|
|
302
|
+
link?: string | undefined;
|
|
303
|
+
list?: string | undefined;
|
|
304
|
+
loading?: string | undefined;
|
|
305
|
+
local?: string | undefined;
|
|
306
|
+
longDesc?: string | undefined;
|
|
307
|
+
loop?: boolean | string | undefined;
|
|
308
|
+
low?: number | string | undefined;
|
|
309
|
+
lowSrc?: string | undefined;
|
|
310
|
+
manifest?: string | undefined;
|
|
311
|
+
marginHeight?: number | string | undefined;
|
|
312
|
+
marginWidth?: number | string | undefined;
|
|
313
|
+
markerEnd?: string | undefined;
|
|
314
|
+
markerHeight?: string | undefined;
|
|
315
|
+
markerMid?: string | undefined;
|
|
316
|
+
markerStart?: string | undefined;
|
|
317
|
+
markerUnits?: string | undefined;
|
|
318
|
+
markerWidth?: string | undefined;
|
|
319
|
+
mask?: string | undefined;
|
|
320
|
+
maskContentUnits?: string | undefined;
|
|
321
|
+
maskType?: string | undefined;
|
|
322
|
+
maskUnits?: string | undefined;
|
|
323
|
+
mathematical?: string | undefined;
|
|
324
|
+
max?: string | undefined;
|
|
325
|
+
maxLength?: number | string | undefined;
|
|
326
|
+
media?: string | undefined;
|
|
327
|
+
mediaCharacterEncoding?: string | undefined;
|
|
328
|
+
mediaContentEncodings?: string | undefined;
|
|
329
|
+
mediaSize?: number | string | undefined;
|
|
330
|
+
mediaTime?: string | undefined;
|
|
331
|
+
method?: string | undefined;
|
|
332
|
+
min?: string | undefined;
|
|
333
|
+
minLength?: number | string | undefined;
|
|
334
|
+
mode?: string | undefined;
|
|
335
|
+
multiple?: boolean | string | undefined;
|
|
336
|
+
muted?: boolean | string | undefined;
|
|
337
|
+
name?: string | undefined;
|
|
338
|
+
navDown?: string | undefined;
|
|
339
|
+
navDownLeft?: string | undefined;
|
|
340
|
+
navDownRight?: string | undefined;
|
|
341
|
+
navLeft?: string | undefined;
|
|
342
|
+
navNext?: string | undefined;
|
|
343
|
+
navPrev?: string | undefined;
|
|
344
|
+
navRight?: string | undefined;
|
|
345
|
+
navUp?: string | undefined;
|
|
346
|
+
navUpLeft?: string | undefined;
|
|
347
|
+
navUpRight?: string | undefined;
|
|
348
|
+
noHref?: boolean | string | undefined;
|
|
349
|
+
noModule?: boolean | string | undefined;
|
|
350
|
+
nonce?: string | undefined;
|
|
351
|
+
noResize?: boolean | string | undefined;
|
|
352
|
+
noShade?: boolean | string | undefined;
|
|
353
|
+
noValidate?: boolean | string | undefined;
|
|
354
|
+
noWrap?: boolean | string | undefined;
|
|
355
|
+
numOctaves?: string | undefined;
|
|
356
|
+
object?: string | undefined;
|
|
357
|
+
observer?: string | undefined;
|
|
358
|
+
offset?: string | undefined;
|
|
359
|
+
onAbort?: string | undefined;
|
|
360
|
+
onActivate?: string | undefined;
|
|
361
|
+
onAfterPrint?: string | undefined;
|
|
362
|
+
onAuxClick?: string | undefined;
|
|
363
|
+
onBeforeMatch?: string | undefined;
|
|
364
|
+
onBeforePrint?: string | undefined;
|
|
365
|
+
onBeforeToggle?: string | undefined;
|
|
366
|
+
onBeforeUnload?: string | undefined;
|
|
367
|
+
onBegin?: string | undefined;
|
|
368
|
+
onBlur?: string | undefined;
|
|
369
|
+
onCancel?: string | undefined;
|
|
370
|
+
onCanPlay?: string | undefined;
|
|
371
|
+
onCanPlayThrough?: string | undefined;
|
|
372
|
+
onChange?: string | undefined;
|
|
373
|
+
onClick?: string | undefined;
|
|
374
|
+
onClose?: string | undefined;
|
|
375
|
+
onContextLost?: string | undefined;
|
|
376
|
+
onContextMenu?: string | undefined;
|
|
377
|
+
onContextRestored?: string | undefined;
|
|
378
|
+
onCopy?: string | undefined;
|
|
379
|
+
onCueChange?: string | undefined;
|
|
380
|
+
onCut?: string | undefined;
|
|
381
|
+
onDblClick?: string | undefined;
|
|
382
|
+
onDrag?: string | undefined;
|
|
383
|
+
onDragEnd?: string | undefined;
|
|
384
|
+
onDragEnter?: string | undefined;
|
|
385
|
+
onDragExit?: string | undefined;
|
|
386
|
+
onDragLeave?: string | undefined;
|
|
387
|
+
onDragOver?: string | undefined;
|
|
388
|
+
onDragStart?: string | undefined;
|
|
389
|
+
onDrop?: string | undefined;
|
|
390
|
+
onDurationChange?: string | undefined;
|
|
391
|
+
onEmptied?: string | undefined;
|
|
392
|
+
onEnd?: string | undefined;
|
|
393
|
+
onEnded?: string | undefined;
|
|
394
|
+
onError?: string | undefined;
|
|
395
|
+
onFocus?: string | undefined;
|
|
396
|
+
onFocusIn?: string | undefined;
|
|
397
|
+
onFocusOut?: string | undefined;
|
|
398
|
+
onFormData?: string | undefined;
|
|
399
|
+
onHashChange?: string | undefined;
|
|
400
|
+
onInput?: string | undefined;
|
|
401
|
+
onInvalid?: string | undefined;
|
|
402
|
+
onKeyDown?: string | undefined;
|
|
403
|
+
onKeyPress?: string | undefined;
|
|
404
|
+
onKeyUp?: string | undefined;
|
|
405
|
+
onLanguageChange?: string | undefined;
|
|
406
|
+
onLoad?: string | undefined;
|
|
407
|
+
onLoadedData?: string | undefined;
|
|
408
|
+
onLoadedMetadata?: string | undefined;
|
|
409
|
+
onLoadEnd?: string | undefined;
|
|
410
|
+
onLoadStart?: string | undefined;
|
|
411
|
+
onMessage?: string | undefined;
|
|
412
|
+
onMessageError?: string | undefined;
|
|
413
|
+
onMouseDown?: string | undefined;
|
|
414
|
+
onMouseEnter?: string | undefined;
|
|
415
|
+
onMouseLeave?: string | undefined;
|
|
416
|
+
onMouseMove?: string | undefined;
|
|
417
|
+
onMouseOut?: string | undefined;
|
|
418
|
+
onMouseOver?: string | undefined;
|
|
419
|
+
onMouseUp?: string | undefined;
|
|
420
|
+
onMouseWheel?: string | undefined;
|
|
421
|
+
onOffline?: string | undefined;
|
|
422
|
+
onOnline?: string | undefined;
|
|
423
|
+
onPageHide?: string | undefined;
|
|
424
|
+
onPageShow?: string | undefined;
|
|
425
|
+
onPaste?: string | undefined;
|
|
426
|
+
onPause?: string | undefined;
|
|
427
|
+
onPlay?: string | undefined;
|
|
428
|
+
onPlaying?: string | undefined;
|
|
429
|
+
onPopState?: string | undefined;
|
|
430
|
+
onProgress?: string | undefined;
|
|
431
|
+
onRateChange?: string | undefined;
|
|
432
|
+
onRejectionHandled?: string | undefined;
|
|
433
|
+
onRepeat?: string | undefined;
|
|
434
|
+
onReset?: string | undefined;
|
|
435
|
+
onResize?: string | undefined;
|
|
436
|
+
onScroll?: string | undefined;
|
|
437
|
+
onScrollEnd?: string | undefined;
|
|
438
|
+
onSecurityPolicyViolation?: string | undefined;
|
|
439
|
+
onSeeked?: string | undefined;
|
|
440
|
+
onSeeking?: string | undefined;
|
|
441
|
+
onSelect?: string | undefined;
|
|
442
|
+
onShow?: string | undefined;
|
|
443
|
+
onSlotChange?: string | undefined;
|
|
444
|
+
onStalled?: string | undefined;
|
|
445
|
+
onStorage?: string | undefined;
|
|
446
|
+
onSubmit?: string | undefined;
|
|
447
|
+
onSuspend?: string | undefined;
|
|
448
|
+
onTimeUpdate?: string | undefined;
|
|
449
|
+
onToggle?: string | undefined;
|
|
450
|
+
onUnhandledRejection?: string | undefined;
|
|
451
|
+
onUnload?: string | undefined;
|
|
452
|
+
onVolumeChange?: string | undefined;
|
|
453
|
+
onWaiting?: string | undefined;
|
|
454
|
+
onWheel?: string | undefined;
|
|
455
|
+
onZoom?: string | undefined;
|
|
456
|
+
opacity?: string | undefined;
|
|
457
|
+
open?: boolean | string | undefined;
|
|
458
|
+
operator?: string | undefined;
|
|
459
|
+
optimum?: number | string | undefined;
|
|
460
|
+
order?: string | undefined;
|
|
461
|
+
orient?: string | undefined;
|
|
462
|
+
orientation?: string | undefined;
|
|
463
|
+
origin?: string | undefined;
|
|
464
|
+
overflow?: string | undefined;
|
|
465
|
+
overlay?: string | undefined;
|
|
466
|
+
overlinePosition?: number | string | undefined;
|
|
467
|
+
overlineThickness?: number | string | undefined;
|
|
468
|
+
paintOrder?: string | undefined;
|
|
469
|
+
panose1?: string | undefined;
|
|
470
|
+
part?: Array<string> | undefined;
|
|
471
|
+
path?: string | undefined;
|
|
472
|
+
pathLength?: number | string | undefined;
|
|
473
|
+
pattern?: string | undefined;
|
|
474
|
+
patternContentUnits?: string | undefined;
|
|
475
|
+
patternTransform?: string | undefined;
|
|
476
|
+
patternUnits?: string | undefined;
|
|
477
|
+
phase?: string | undefined;
|
|
478
|
+
ping?: Array<string> | undefined;
|
|
479
|
+
pitch?: string | undefined;
|
|
480
|
+
placeholder?: string | undefined;
|
|
481
|
+
playbackOrder?: string | undefined;
|
|
482
|
+
playsInline?: boolean | string | undefined;
|
|
483
|
+
pointerEvents?: string | undefined;
|
|
484
|
+
points?: string | undefined;
|
|
485
|
+
pointsAtX?: number | string | undefined;
|
|
486
|
+
pointsAtY?: number | string | undefined;
|
|
487
|
+
pointsAtZ?: number | string | undefined;
|
|
488
|
+
popover?: string | undefined;
|
|
489
|
+
popoverTarget?: string | undefined;
|
|
490
|
+
popoverTargetAction?: string | undefined;
|
|
491
|
+
poster?: string | undefined;
|
|
492
|
+
prefix?: string | undefined;
|
|
493
|
+
preload?: string | undefined;
|
|
494
|
+
preserveAlpha?: string | undefined;
|
|
495
|
+
preserveAspectRatio?: string | undefined;
|
|
496
|
+
primitiveUnits?: string | undefined;
|
|
497
|
+
profile?: string | undefined;
|
|
498
|
+
prompt?: string | undefined;
|
|
499
|
+
propagate?: string | undefined;
|
|
500
|
+
property?: string | Array<string> | undefined;
|
|
501
|
+
r?: string | undefined;
|
|
502
|
+
radius?: string | undefined;
|
|
503
|
+
readOnly?: boolean | string | undefined;
|
|
504
|
+
referrerPolicy?: string | undefined;
|
|
505
|
+
refX?: string | undefined;
|
|
506
|
+
refY?: string | undefined;
|
|
507
|
+
rel?: Array<string> | undefined;
|
|
508
|
+
renderingIntent?: string | undefined;
|
|
509
|
+
repeatCount?: string | undefined;
|
|
510
|
+
repeatDur?: string | undefined;
|
|
511
|
+
required?: boolean | string | undefined;
|
|
512
|
+
requiredExtensions?: Array<string> | undefined;
|
|
513
|
+
requiredFeatures?: Array<string> | undefined;
|
|
514
|
+
requiredFonts?: Array<string> | undefined;
|
|
515
|
+
requiredFormats?: Array<string> | undefined;
|
|
516
|
+
resource?: string | undefined;
|
|
517
|
+
restart?: string | undefined;
|
|
518
|
+
result?: string | undefined;
|
|
519
|
+
results?: number | string | undefined;
|
|
520
|
+
rev?: string | Array<string> | undefined;
|
|
521
|
+
reversed?: boolean | string | undefined;
|
|
522
|
+
rightMargin?: number | string | undefined;
|
|
523
|
+
role?: string | undefined;
|
|
524
|
+
rotate?: string | undefined;
|
|
525
|
+
rows?: number | string | undefined;
|
|
526
|
+
rowSpan?: number | string | undefined;
|
|
527
|
+
rules?: string | undefined;
|
|
528
|
+
rx?: string | undefined;
|
|
529
|
+
ry?: string | undefined;
|
|
530
|
+
sandbox?: Array<string> | undefined;
|
|
531
|
+
scale?: string | undefined;
|
|
532
|
+
scheme?: string | undefined;
|
|
533
|
+
scope?: string | undefined;
|
|
534
|
+
scoped?: boolean | string | undefined;
|
|
535
|
+
scrolling?: "false" | "true" | (string & {}) | undefined;
|
|
536
|
+
seamless?: boolean | string | undefined;
|
|
537
|
+
security?: string | undefined;
|
|
538
|
+
seed?: string | undefined;
|
|
539
|
+
selected?: boolean | string | undefined;
|
|
540
|
+
shadowRootClonable?: boolean | string | undefined;
|
|
541
|
+
shadowRootCustomElementRegistry?: boolean | string | undefined;
|
|
542
|
+
shadowRootDelegatesFocus?: boolean | string | undefined;
|
|
543
|
+
shadowRootMode?: string | undefined;
|
|
544
|
+
shadowRootSerializable?: boolean | string | undefined;
|
|
545
|
+
shape?: string | undefined;
|
|
546
|
+
shapeRendering?: string | undefined;
|
|
547
|
+
side?: string | undefined;
|
|
548
|
+
size?: number | string | undefined;
|
|
549
|
+
sizes?: string | undefined;
|
|
550
|
+
slope?: string | undefined;
|
|
551
|
+
slot?: string | undefined;
|
|
552
|
+
snapshotTime?: string | undefined;
|
|
553
|
+
spacing?: string | undefined;
|
|
554
|
+
span?: number | string | undefined;
|
|
555
|
+
specularConstant?: number | string | undefined;
|
|
556
|
+
specularExponent?: number | string | undefined;
|
|
557
|
+
spellCheck?: "false" | "true" | (string & {}) | undefined;
|
|
558
|
+
spreadMethod?: string | undefined;
|
|
559
|
+
src?: string | undefined;
|
|
560
|
+
srcDoc?: string | undefined;
|
|
561
|
+
srcLang?: string | undefined;
|
|
562
|
+
srcSet?: string | undefined;
|
|
563
|
+
standby?: string | undefined;
|
|
564
|
+
start?: number | string | undefined;
|
|
565
|
+
startOffset?: string | undefined;
|
|
566
|
+
stdDeviation?: string | undefined;
|
|
567
|
+
stemh?: string | undefined;
|
|
568
|
+
stemv?: string | undefined;
|
|
569
|
+
step?: string | undefined;
|
|
570
|
+
stitchTiles?: string | undefined;
|
|
571
|
+
stopColor?: string | undefined;
|
|
572
|
+
stopOpacity?: string | undefined;
|
|
573
|
+
strikethroughPosition?: number | string | undefined;
|
|
574
|
+
strikethroughThickness?: number | string | undefined;
|
|
575
|
+
string?: string | undefined;
|
|
576
|
+
stroke?: string | undefined;
|
|
577
|
+
strokeDashArray?: Array<string> | undefined;
|
|
578
|
+
strokeDashOffset?: string | undefined;
|
|
579
|
+
strokeLineCap?: string | undefined;
|
|
580
|
+
strokeLineJoin?: string | undefined;
|
|
581
|
+
strokeMiterLimit?: number | string | undefined;
|
|
582
|
+
strokeOpacity?: number | string | undefined;
|
|
583
|
+
strokeWidth?: string | undefined;
|
|
584
|
+
style?: string | undefined;
|
|
585
|
+
summary?: string | undefined;
|
|
586
|
+
surfaceScale?: number | string | undefined;
|
|
587
|
+
syncBehavior?: string | undefined;
|
|
588
|
+
syncBehaviorDefault?: string | undefined;
|
|
589
|
+
syncMaster?: string | undefined;
|
|
590
|
+
syncTolerance?: string | undefined;
|
|
591
|
+
syncToleranceDefault?: string | undefined;
|
|
592
|
+
systemLanguage?: Array<string> | undefined;
|
|
593
|
+
tabIndex?: number | string | undefined;
|
|
594
|
+
tableValues?: string | undefined;
|
|
595
|
+
target?: string | undefined;
|
|
596
|
+
targetX?: number | string | undefined;
|
|
597
|
+
targetY?: number | string | undefined;
|
|
598
|
+
text?: string | undefined;
|
|
599
|
+
textAnchor?: string | undefined;
|
|
600
|
+
textDecoration?: string | undefined;
|
|
601
|
+
textLength?: string | undefined;
|
|
602
|
+
textRendering?: string | undefined;
|
|
603
|
+
timelineBegin?: string | undefined;
|
|
604
|
+
title?: string | undefined;
|
|
605
|
+
to?: string | undefined;
|
|
606
|
+
topMargin?: number | string | undefined;
|
|
607
|
+
transform?: string | undefined;
|
|
608
|
+
transformBehavior?: string | undefined;
|
|
609
|
+
transformOrigin?: string | undefined;
|
|
610
|
+
translate?: string | undefined;
|
|
611
|
+
type?: string | undefined;
|
|
612
|
+
typeMustMatch?: boolean | string | undefined;
|
|
613
|
+
typeOf?: Array<string> | undefined;
|
|
614
|
+
u1?: string | undefined;
|
|
615
|
+
u2?: string | undefined;
|
|
616
|
+
underlinePosition?: number | string | undefined;
|
|
617
|
+
underlineThickness?: number | string | undefined;
|
|
618
|
+
unicode?: string | undefined;
|
|
619
|
+
unicodeBidi?: string | undefined;
|
|
620
|
+
unicodeRange?: string | undefined;
|
|
621
|
+
unitsPerEm?: number | string | undefined;
|
|
622
|
+
unselectable?: string | undefined;
|
|
623
|
+
useMap?: string | undefined;
|
|
624
|
+
vAlign?: string | undefined;
|
|
625
|
+
vAlphabetic?: number | string | undefined;
|
|
626
|
+
value?: "false" | "true" | (string & {}) | undefined;
|
|
627
|
+
values?: string | undefined;
|
|
628
|
+
valueType?: string | undefined;
|
|
629
|
+
vectorEffect?: string | undefined;
|
|
630
|
+
version?: string | undefined;
|
|
631
|
+
vertAdvY?: number | string | undefined;
|
|
632
|
+
vertOriginX?: number | string | undefined;
|
|
633
|
+
vertOriginY?: number | string | undefined;
|
|
634
|
+
vHanging?: number | string | undefined;
|
|
635
|
+
vIdeographic?: number | string | undefined;
|
|
636
|
+
viewBox?: string | undefined;
|
|
637
|
+
viewTarget?: string | undefined;
|
|
638
|
+
visibility?: string | undefined;
|
|
639
|
+
vLink?: string | undefined;
|
|
640
|
+
vMathematical?: number | string | undefined;
|
|
641
|
+
vSpace?: number | string | undefined;
|
|
642
|
+
width?: number | string | undefined;
|
|
643
|
+
widths?: string | undefined;
|
|
644
|
+
wordSpacing?: string | undefined;
|
|
645
|
+
wrap?: string | undefined;
|
|
646
|
+
writingMode?: string | undefined;
|
|
647
|
+
writingSuggestions?: string | undefined;
|
|
648
|
+
x?: string | undefined;
|
|
649
|
+
x1?: string | undefined;
|
|
650
|
+
x2?: string | undefined;
|
|
651
|
+
xChannelSelector?: string | undefined;
|
|
652
|
+
xHeight?: number | string | undefined;
|
|
653
|
+
xLinkActuate?: string | undefined;
|
|
654
|
+
xLinkArcRole?: string | undefined;
|
|
655
|
+
xLinkHref?: string | undefined;
|
|
656
|
+
xLinkRole?: string | undefined;
|
|
657
|
+
xLinkShow?: string | undefined;
|
|
658
|
+
xLinkTitle?: string | undefined;
|
|
659
|
+
xLinkType?: string | undefined;
|
|
660
|
+
xmlBase?: string | undefined;
|
|
661
|
+
xmlLang?: string | undefined;
|
|
662
|
+
xmlns?: string | undefined;
|
|
663
|
+
xmlnsXLink?: string | undefined;
|
|
664
|
+
xmlSpace?: string | undefined;
|
|
665
|
+
y?: string | undefined;
|
|
666
|
+
y1?: string | undefined;
|
|
667
|
+
y2?: string | undefined;
|
|
668
|
+
yChannelSelector?: string | undefined;
|
|
669
|
+
z?: string | undefined;
|
|
670
|
+
zoomAndPan?: string | undefined;
|
|
29
671
|
[PropertyName: string]: boolean | number | string | null | undefined | Array<string | number>;
|
|
30
672
|
}
|
|
31
673
|
|