xo 0.46.4 → 0.49.0
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/config/plugins.cjs +5 -7
- package/index.js +7 -1
- package/lib/options-manager.js +2 -2
- package/node_modules/@types/json-schema/README.md +2 -2
- package/node_modules/@types/json-schema/index.d.ts +8 -1
- package/node_modules/@types/json-schema/package.json +3 -8
- package/node_modules/@typescript-eslint/eslint-plugin/README.md +136 -132
- package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js +7 -2
- package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js +50 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js.map +1 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js +3 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js +19 -15
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js +46 -35
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js +22 -14
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js +11 -7
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js +9 -5
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js +3 -3
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js +30 -9
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js +22 -18
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js +33 -30
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js +92 -43
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js +66 -42
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js +5 -5
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js +6 -2
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js +73 -5
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js +14 -7
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js +51 -86
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/index.js +161 -161
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/index.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js +83 -79
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js +10 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js +13 -5
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js +7 -3
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js +9 -5
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js +94 -60
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js +16 -9
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js +16 -10
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js +21 -17
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js +7 -3
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +11 -6
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js +9 -5
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js +19 -15
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js +7 -3
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js +85 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js.map +1 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js +9 -10
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js +11 -7
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js +12 -6
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js +20 -16
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js +18 -14
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js +11 -3
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js +29 -21
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js +7 -3
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js +31 -18
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js +36 -32
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js +11 -7
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js +25 -21
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js +15 -11
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js +80 -35
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js +11 -7
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js +240 -30
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js +12 -7
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js +10 -6
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js +11 -5
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js +19 -15
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js +373 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js.map +1 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js +7 -3
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js +8 -5
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +128 -22
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js +11 -7
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js +37 -11
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js +28 -24
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js +36 -6
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js +25 -21
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js +40 -6
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js +13 -9
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js +30 -9
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js +9 -7
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js +22 -19
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js +9 -5
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js +13 -9
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js +11 -7
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js +79 -48
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js +14 -10
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js +10 -6
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js +91 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js.map +1 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js +20 -13
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js +30 -9
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js +7 -7
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js +79 -61
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js +189 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js.map +1 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js +25 -20
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js +79 -74
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js +13 -9
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js +9 -9
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js +17 -13
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js +89 -39
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js +17 -13
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js +12 -8
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js +11 -7
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js +13 -9
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js +21 -21
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js +14 -10
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js +15 -11
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js +25 -12
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js +53 -13
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js +7 -3
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js +28 -12
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js +14 -10
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js +46 -41
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js +95 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js.map +1 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js +10 -6
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js +11 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js +25 -7
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js +5 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js +40 -23
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js +32 -28
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js +63 -34
- package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js +6 -2
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js +43 -63
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js +2 -5
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js +59 -22
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js +7 -3
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js +5 -5
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js +307 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js.map +1 -0
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js +5 -5
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js +30 -50
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js +12 -9
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js +23 -8
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js.map +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/README.md +160 -0
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/TEMPLATE.md +61 -0
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/adjacent-overload-signatures.md +24 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/array-type.md +20 -10
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/await-thenable.md +26 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-ts-comment.md +23 -9
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-tslint-comment.md +26 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-types.md +24 -6
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/brace-style.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/class-literal-property-style.md +47 -31
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-dangle.md +13 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-spacing.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-indexed-object-style.md +28 -9
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-assertions.md +32 -6
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-definitions.md +22 -8
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-exports.md +90 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-imports.md +6 -2
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/default-param-last.md +16 -6
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/dot-notation.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-function-return-type.md +60 -14
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-member-accessibility.md +7 -3
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-module-boundary-types.md +37 -17
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/func-call-spacing.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/indent.md +15 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/init-declarations.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/keyword-spacing.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/lines-between-class-members.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-delimiter-style.md +41 -30
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-ordering.md +585 -444
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/method-signature-style.md +21 -7
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/naming-convention.md +13 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-array-constructor.md +16 -6
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-base-to-string.md +10 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-non-null-assertion.md +23 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-void-expression.md +11 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dupe-class-members.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-enum-values.md +64 -0
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-imports.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dynamic-delete.md +33 -14
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-function.md +12 -6
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-interface.md +13 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-explicit-any.md +11 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-non-null-assertion.md +20 -7
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-parens.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-semi.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extraneous-class.md +14 -6
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-floating-promises.md +30 -11
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-for-in-array.md +26 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implicit-any-catch.md +14 -6
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implied-eval.md +18 -6
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-inferrable-types.md +56 -46
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-this.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-void-type.md +16 -8
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loop-func.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loss-of-precision.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-magic-numbers.md +36 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-meaningless-void-operator.md +13 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-new.md +20 -7
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-promises.md +123 -47
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-namespace.md +35 -11
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-nullish-coalescing.md +25 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-optional-chain.md +25 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-assertion.md +25 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-parameter-properties.md +55 -19
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-redeclare.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-redundant-type-constituents.md +100 -0
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-require-imports.md +26 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-restricted-imports.md +23 -15
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-shadow.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-this-alias.md +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-throw-literal.md +33 -7
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-type-alias.md +8 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-boolean-literal-compare.md +25 -9
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-condition.md +14 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-qualifier.md +26 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-arguments.md +26 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-assertion.md +14 -6
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-constraint.md +26 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-argument.md +30 -7
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-assignment.md +28 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-call.md +26 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-member-access.md +26 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-return.md +28 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-expressions.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-vars.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-use-before-define.md +18 -6
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-constructor.md +17 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-empty-export.md +60 -0
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-var-requires.md +26 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/non-nullable-type-assertion-style.md +25 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/object-curly-spacing.md +13 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/padding-line-between-statements.md +15 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/parameter-properties.md +496 -0
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-as-const.md +27 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-enum-initializers.md +25 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-for-of.md +26 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-function-type.md +25 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-includes.md +22 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-literal-enum-member.md +20 -6
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-namespace-keyword.md +20 -3
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-nullish-coalescing.md +6 -2
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-optional-chain.md +32 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly-parameter-types.md +35 -11
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly.md +23 -11
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-reduce-type-parameter.md +22 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-regexp-exec.md +19 -8
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-return-this-type.md +27 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-string-starts-ends-with.md +19 -8
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-ts-expect-error.md +25 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/promise-function-async.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/quotes.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-array-sort-compare.md +23 -7
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-await.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-plus-operands.md +64 -14
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-template-expressions.md +21 -11
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/return-await.md +25 -9
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/semi.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/sort-type-union-intersection-members.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-before-blocks.md +62 -0
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-before-function-paren.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-infix-ops.md +12 -4
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/strict-boolean-expressions.md +13 -6
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/switch-exhaustiveness-check.md +28 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/triple-slash-reference.md +7 -3
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/type-annotation-spacing.md +37 -13
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/typedef.md +55 -19
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unbound-method.md +13 -5
- package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unified-signatures.md +61 -11
- package/node_modules/@typescript-eslint/eslint-plugin/index.d.ts +1 -1
- package/node_modules/@typescript-eslint/eslint-plugin/package.json +13 -9
- package/node_modules/@typescript-eslint/parser/README.md +12 -4
- package/node_modules/@typescript-eslint/parser/dist/parser.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/parser/dist/parser.js +5 -2
- package/node_modules/@typescript-eslint/parser/dist/parser.js.map +1 -1
- package/node_modules/@typescript-eslint/parser/package.json +6 -7
- package/node_modules/@typescript-eslint/scope-manager/README.md +2 -2
- package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts +2 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +8 -9
- package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js +5 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/index.js +5 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/index.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +7 -4
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +197 -251
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts +3 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js +12 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +4 -2
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts +3 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js +24 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts +3 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts +3 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js +21 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts +3 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js +14 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js +14 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts +3 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js +12 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts +3 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js +12 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +5 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js +14 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +4 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +7 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +16 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +6 -2
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +101 -81
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js +12 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +2 -2
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +14 -2
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts +10 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js +12 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +3 -6
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js +1 -4
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +5 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/package.json +12 -13
- package/node_modules/@typescript-eslint/type-utils/LICENSE +21 -0
- package/node_modules/@typescript-eslint/type-utils/README.md +15 -0
- package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts +8 -0
- package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js +55 -0
- package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts +6 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js +13 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts +8 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js +70 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts +6 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js +17 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts +6 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js +38 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts +3 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js +51 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts +3 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js +13 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts +8 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js +74 -0
- package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/index.d.ts +15 -0
- package/node_modules/@typescript-eslint/type-utils/dist/index.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/index.js +31 -0
- package/node_modules/@typescript-eslint/type-utils/dist/index.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts +20 -0
- package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/{eslint-plugin/dist/util → type-utils/dist}/isTypeReadonly.js +62 -15
- package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts +17 -0
- package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js +71 -0
- package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts +52 -0
- package/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/predicates.js +181 -0
- package/node_modules/@typescript-eslint/type-utils/dist/predicates.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts +4 -0
- package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/{eslint-plugin/dist/util → type-utils/dist}/propertyTypes.js +15 -1
- package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts +4 -0
- package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/{eslint-plugin/dist/util → type-utils/dist}/requiresQuoting.js +5 -1
- package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts +11 -0
- package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js +52 -0
- package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js.map +1 -0
- package/node_modules/@typescript-eslint/type-utils/package.json +70 -0
- package/node_modules/@typescript-eslint/types/README.md +1 -1
- package/node_modules/@typescript-eslint/types/dist/{ast-spec.d.ts → generated/ast-spec.d.ts} +24 -9
- package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/types/dist/{ast-spec.js → generated/ast-spec.js} +1 -0
- package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js.map +1 -0
- package/node_modules/@typescript-eslint/types/dist/index.d.ts +1 -2
- package/node_modules/@typescript-eslint/types/dist/index.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/types/dist/index.js +7 -4
- package/node_modules/@typescript-eslint/types/dist/index.js.map +1 -1
- package/node_modules/@typescript-eslint/types/dist/lib.d.ts +1 -1
- package/node_modules/@typescript-eslint/types/dist/lib.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/types/dist/lib.js +2 -1
- package/node_modules/@typescript-eslint/types/dist/lib.js.map +1 -1
- package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +1 -0
- package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts +3 -3
- package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/types/dist/ts-estree.js +6 -2
- package/node_modules/@typescript-eslint/types/dist/ts-estree.js.map +1 -1
- package/node_modules/@typescript-eslint/types/package.json +29 -2
- package/node_modules/@typescript-eslint/typescript-estree/README.md +3 -3
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js +6 -2
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +29 -5
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js +5 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js +5 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js +5 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.js +5 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +6 -2
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js +5 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/index.js +5 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/index.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +6 -3
- package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +7 -3
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js +5 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +5 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js +5 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/package.json +4 -4
- package/node_modules/@typescript-eslint/typescript-estree/package.json +8 -9
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/LICENSE +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/README.md +2 -12
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/PatternMatcher.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/PatternMatcher.js +5 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/PatternMatcher.js.map +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/ReferenceTracker.js +5 -1
- package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/astUtilities.d.ts +2 -2
- package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/astUtilities.js +5 -1
- package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/index.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/index.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/index.js +5 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/index.js.map +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/predicates.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/predicates.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/predicates.js +5 -1
- package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/eslint-utils/scopeAnalysis.js +5 -1
- package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js.map +1 -0
- package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts +47 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/helpers.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/helpers.js +3 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/helpers.js.map +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/index.d.ts +2 -1
- package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/index.js +7 -2
- package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/misc.d.ts +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/misc.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/misc.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/misc.js.map +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/predicates.d.ts +14 -18
- package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ast-utils/predicates.js +2 -6
- package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/InferTypesFromRule.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/InferTypesFromRule.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/InferTypesFromRule.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/InferTypesFromRule.js.map +0 -0
- package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts +35 -0
- package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js +47 -0
- package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/RuleTester.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/RuleTester.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/RuleTester.js +18 -12
- package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleTester.js.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/applyDefault.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/applyDefault.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/applyDefault.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/applyDefault.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/batchedSingleLineTests.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/batchedSingleLineTests.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/batchedSingleLineTests.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/batchedSingleLineTests.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/deepMerge.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/deepMerge.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/deepMerge.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/deepMerge.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/getParserServices.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/getParserServices.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/getParserServices.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/getParserServices.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/index.d.ts +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/index.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/index.js +6 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/eslint-utils/index.js.map +1 -1
- package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts +14 -0
- package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/{eslint-plugin/dist/util → utils/dist/eslint-utils}/nullThrows.js +0 -0
- package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/index.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/index.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/index.js +5 -1
- package/node_modules/@typescript-eslint/utils/dist/index.js.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/json-schema.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/json-schema.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/json-schema.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/json-schema.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/AST.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/AST.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/AST.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/AST.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/CLIEngine.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/CLIEngine.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/CLIEngine.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/CLIEngine.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ESLint.d.ts +42 -7
- package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ESLint.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ESLint.js.map +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Linter.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Linter.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Linter.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Linter.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ParserOptions.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ParserOptions.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ParserOptions.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/ParserOptions.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Rule.d.ts +13 -14
- package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Rule.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Rule.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/RuleTester.d.ts +4 -2
- package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/RuleTester.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/RuleTester.js.map +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Scope.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Scope.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/Scope.js +5 -1
- package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/SourceCode.d.ts +0 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/SourceCode.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/SourceCode.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/SourceCode.js.map +1 -1
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/index.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/index.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint/index.js +5 -1
- package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Definition.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Definition.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Definition.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Definition.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Options.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Options.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Options.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Options.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/PatternVisitor.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/PatternVisitor.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/PatternVisitor.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/PatternVisitor.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Reference.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Reference.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Reference.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Reference.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Referencer.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Referencer.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Referencer.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Referencer.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Scope.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Scope.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Scope.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Scope.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/ScopeManager.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/ScopeManager.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/ScopeManager.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/ScopeManager.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Variable.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Variable.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Variable.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/Variable.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/analyze.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/analyze.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/analyze.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/analyze.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/index.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/index.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-eslint-scope/index.js +5 -1
- package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.js.map +1 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-estree.d.ts +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-estree.d.ts.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-estree.js +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/dist/ts-estree.js.map +0 -0
- package/node_modules/@typescript-eslint/{experimental-utils → utils}/package.json +9 -9
- package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +13 -5
- package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +1 -1
- package/node_modules/@typescript-eslint/visitor-keys/package.json +4 -4
- package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/index.d.ts +0 -0
- package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/index.js +0 -0
- package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/license +0 -0
- package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/package.json +0 -0
- package/node_modules/{@typescript-eslint/typescript-estree/node_modules/array-union → array-union}/readme.md +0 -0
- package/node_modules/debug/LICENSE +10 -9
- package/node_modules/debug/README.md +27 -1
- package/node_modules/debug/package.json +6 -6
- package/node_modules/debug/src/common.js +2 -2
- package/node_modules/eslint-config-xo-typescript/index.js +151 -97
- package/node_modules/eslint-config-xo-typescript/package.json +4 -5
- package/node_modules/eslint-config-xo-typescript/readme.md +3 -3
- package/node_modules/eslint-visitor-keys/README.md +5 -4
- package/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +23 -5
- package/node_modules/eslint-visitor-keys/dist/index.d.ts +18 -0
- package/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts +10 -0
- package/node_modules/eslint-visitor-keys/lib/index.js +11 -5
- package/node_modules/eslint-visitor-keys/lib/visitor-keys.js +12 -0
- package/node_modules/eslint-visitor-keys/package.json +12 -5
- package/node_modules/fast-glob/README.md +1 -1
- package/node_modules/fast-glob/out/index.js +3 -2
- package/node_modules/fast-glob/out/managers/patterns.d.ts +6 -0
- package/node_modules/fast-glob/out/managers/patterns.js +21 -0
- package/node_modules/fast-glob/out/providers/filters/entry.d.ts +4 -0
- package/node_modules/fast-glob/out/providers/filters/entry.js +5 -1
- package/node_modules/fast-glob/out/utils/pattern.js +17 -5
- package/node_modules/fast-glob/package.json +2 -2
- package/node_modules/{@typescript-eslint/eslint-plugin/node_modules/ignore → ignore}/LICENSE-MIT +0 -0
- package/node_modules/{@typescript-eslint/typescript-estree/node_modules/ignore → ignore}/README.md +26 -6
- package/node_modules/{@typescript-eslint/eslint-plugin/node_modules/ignore → ignore}/index.d.ts +7 -9
- package/node_modules/{@typescript-eslint/typescript-estree/node_modules/ignore → ignore}/index.js +20 -11
- package/node_modules/{@typescript-eslint/typescript-estree/node_modules/ignore → ignore}/legacy.js +20 -14
- package/node_modules/{@typescript-eslint/eslint-plugin/node_modules/ignore → ignore}/package.json +1 -1
- package/node_modules/micromatch/README.md +12 -9
- package/node_modules/micromatch/index.js +3 -3
- package/node_modules/micromatch/package.json +5 -5
- package/node_modules/picomatch/CHANGELOG.md +10 -0
- package/node_modules/picomatch/README.md +4 -3
- package/node_modules/picomatch/lib/parse.js +8 -1
- package/node_modules/picomatch/package.json +1 -1
- package/node_modules/semver/README.md +3 -1
- package/node_modules/semver/bin/semver.js +19 -9
- package/node_modules/semver/classes/comparator.js +3 -2
- package/node_modules/semver/classes/index.js +1 -1
- package/node_modules/semver/classes/range.js +31 -22
- package/node_modules/semver/classes/semver.js +1 -1
- package/node_modules/semver/functions/cmp.js +8 -4
- package/node_modules/semver/functions/coerce.js +3 -2
- package/node_modules/semver/functions/inc.js +4 -1
- package/node_modules/semver/functions/parse.js +1 -1
- package/node_modules/semver/internal/constants.js +2 -2
- package/node_modules/semver/internal/identifiers.js +1 -1
- package/node_modules/semver/internal/parse-options.js +3 -3
- package/node_modules/semver/internal/re.js +3 -3
- package/node_modules/semver/package.json +45 -11
- package/node_modules/semver/ranges/min-version.js +2 -1
- package/node_modules/semver/ranges/outside.js +1 -1
- package/node_modules/semver/ranges/simplify.js +15 -12
- package/node_modules/semver/ranges/subset.js +53 -31
- package/package.json +29 -28
- package/readme.md +16 -0
- package/node_modules/@typescript-eslint/eslint-plugin/CHANGELOG.md +0 -2294
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js.map +0 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/nullThrows.js.map +0 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/propertyTypes.js.map +0 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/requiresQuoting.js.map +0 -1
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js +0 -428
- package/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js.map +0 -1
- package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/README.md +0 -392
- package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js +0 -594
- package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js +0 -492
- package/node_modules/@typescript-eslint/experimental-utils/CHANGELOG.md +0 -1269
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/ReferenceTracker.js.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/astUtilities.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/astUtilities.js.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/predicates.js.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/scopeAnalysis.js.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.d.ts +0 -18
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/index.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/index.js.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.js.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.d.ts +0 -13
- package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.js +0 -19
- package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.js.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleTester.js.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/index.js.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/ESLint.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Rule.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Scope.js.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/index.js.map +0 -1
- package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/index.js.map +0 -1
- package/node_modules/@typescript-eslint/parser/CHANGELOG.md +0 -1291
- package/node_modules/@typescript-eslint/scope-manager/CHANGELOG.md +0 -681
- package/node_modules/@typescript-eslint/types/CHANGELOG.md +0 -661
- package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/types/dist/ast-spec.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/CHANGELOG.md +0 -1492
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/LICENSE-MIT +0 -21
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/index.d.ts +0 -63
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/package.json +0 -71
- package/node_modules/@typescript-eslint/visitor-keys/CHANGELOG.md +0 -630
- package/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -42
- package/node_modules/micromatch/CHANGELOG.md +0 -109
- package/node_modules/semver/CHANGELOG.md +0 -111
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// THIS CODE WAS AUTOMATICALLY GENERATED
|
|
3
3
|
// DO NOT EDIT THIS CODE BY HAND
|
|
4
|
-
//
|
|
4
|
+
// RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
|
|
5
|
+
// npx nx generate-lib @typescript-eslint/scope-manager
|
|
5
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
7
|
exports.dom = void 0;
|
|
7
8
|
const base_config_1 = require("./base-config");
|
|
8
9
|
exports.dom = {
|
|
9
10
|
AddEventListenerOptions: base_config_1.TYPE,
|
|
10
|
-
AddressErrors: base_config_1.TYPE,
|
|
11
11
|
AesCbcParams: base_config_1.TYPE,
|
|
12
12
|
AesCtrParams: base_config_1.TYPE,
|
|
13
13
|
AesDerivedKeyParams: base_config_1.TYPE,
|
|
@@ -21,10 +21,9 @@ exports.dom = {
|
|
|
21
21
|
AssignedNodesOptions: base_config_1.TYPE,
|
|
22
22
|
AudioBufferOptions: base_config_1.TYPE,
|
|
23
23
|
AudioBufferSourceOptions: base_config_1.TYPE,
|
|
24
|
-
|
|
24
|
+
AudioConfiguration: base_config_1.TYPE,
|
|
25
25
|
AudioContextOptions: base_config_1.TYPE,
|
|
26
26
|
AudioNodeOptions: base_config_1.TYPE,
|
|
27
|
-
AudioParamDescriptor: base_config_1.TYPE,
|
|
28
27
|
AudioProcessingEventInit: base_config_1.TYPE,
|
|
29
28
|
AudioTimestamp: base_config_1.TYPE,
|
|
30
29
|
AudioWorkletNodeOptions: base_config_1.TYPE,
|
|
@@ -32,29 +31,30 @@ exports.dom = {
|
|
|
32
31
|
AuthenticationExtensionsClientOutputs: base_config_1.TYPE,
|
|
33
32
|
AuthenticatorSelectionCriteria: base_config_1.TYPE,
|
|
34
33
|
BiquadFilterOptions: base_config_1.TYPE,
|
|
34
|
+
BlobEventInit: base_config_1.TYPE,
|
|
35
35
|
BlobPropertyBag: base_config_1.TYPE,
|
|
36
|
-
|
|
36
|
+
CSSStyleSheetInit: base_config_1.TYPE,
|
|
37
37
|
CacheQueryOptions: base_config_1.TYPE,
|
|
38
38
|
CanvasRenderingContext2DSettings: base_config_1.TYPE,
|
|
39
39
|
ChannelMergerOptions: base_config_1.TYPE,
|
|
40
40
|
ChannelSplitterOptions: base_config_1.TYPE,
|
|
41
41
|
ClientQueryOptions: base_config_1.TYPE,
|
|
42
42
|
ClipboardEventInit: base_config_1.TYPE,
|
|
43
|
+
ClipboardItemOptions: base_config_1.TYPE,
|
|
43
44
|
CloseEventInit: base_config_1.TYPE,
|
|
44
45
|
CompositionEventInit: base_config_1.TYPE,
|
|
45
46
|
ComputedEffectTiming: base_config_1.TYPE,
|
|
46
47
|
ComputedKeyframe: base_config_1.TYPE,
|
|
47
|
-
ConfirmSiteSpecificExceptionsInformation: base_config_1.TYPE,
|
|
48
48
|
ConstantSourceOptions: base_config_1.TYPE,
|
|
49
49
|
ConstrainBooleanParameters: base_config_1.TYPE,
|
|
50
50
|
ConstrainDOMStringParameters: base_config_1.TYPE,
|
|
51
51
|
ConstrainDoubleRange: base_config_1.TYPE,
|
|
52
52
|
ConstrainULongRange: base_config_1.TYPE,
|
|
53
|
-
ConstrainVideoFacingModeParameters: base_config_1.TYPE,
|
|
54
53
|
ConvolverOptions: base_config_1.TYPE,
|
|
55
54
|
CredentialCreationOptions: base_config_1.TYPE,
|
|
56
55
|
CredentialPropertiesOutput: base_config_1.TYPE,
|
|
57
56
|
CredentialRequestOptions: base_config_1.TYPE,
|
|
57
|
+
CryptoKeyPair: base_config_1.TYPE,
|
|
58
58
|
CustomEventInit: base_config_1.TYPE,
|
|
59
59
|
DOMMatrix2DInit: base_config_1.TYPE,
|
|
60
60
|
DOMMatrixInit: base_config_1.TYPE,
|
|
@@ -66,7 +66,7 @@ exports.dom = {
|
|
|
66
66
|
DeviceMotionEventInit: base_config_1.TYPE,
|
|
67
67
|
DeviceMotionEventRotationRateInit: base_config_1.TYPE,
|
|
68
68
|
DeviceOrientationEventInit: base_config_1.TYPE,
|
|
69
|
-
|
|
69
|
+
DisplayMediaStreamConstraints: base_config_1.TYPE,
|
|
70
70
|
DocumentTimelineOptions: base_config_1.TYPE,
|
|
71
71
|
DoubleRange: base_config_1.TYPE,
|
|
72
72
|
DragEventInit: base_config_1.TYPE,
|
|
@@ -84,15 +84,20 @@ exports.dom = {
|
|
|
84
84
|
EventListenerOptions: base_config_1.TYPE,
|
|
85
85
|
EventModifierInit: base_config_1.TYPE,
|
|
86
86
|
EventSourceInit: base_config_1.TYPE,
|
|
87
|
-
ExceptionInformation: base_config_1.TYPE,
|
|
88
87
|
FilePropertyBag: base_config_1.TYPE,
|
|
88
|
+
FileSystemFlags: base_config_1.TYPE,
|
|
89
|
+
FileSystemGetDirectoryOptions: base_config_1.TYPE,
|
|
90
|
+
FileSystemGetFileOptions: base_config_1.TYPE,
|
|
91
|
+
FileSystemRemoveOptions: base_config_1.TYPE,
|
|
89
92
|
FocusEventInit: base_config_1.TYPE,
|
|
90
|
-
FocusNavigationEventInit: base_config_1.TYPE,
|
|
91
|
-
FocusNavigationOrigin: base_config_1.TYPE,
|
|
92
93
|
FocusOptions: base_config_1.TYPE,
|
|
94
|
+
FontFaceDescriptors: base_config_1.TYPE,
|
|
95
|
+
FontFaceSetLoadEventInit: base_config_1.TYPE,
|
|
96
|
+
FormDataEventInit: base_config_1.TYPE,
|
|
93
97
|
FullscreenOptions: base_config_1.TYPE,
|
|
94
98
|
GainOptions: base_config_1.TYPE,
|
|
95
99
|
GamepadEventInit: base_config_1.TYPE,
|
|
100
|
+
GetAnimationsOptions: base_config_1.TYPE,
|
|
96
101
|
GetNotificationOptions: base_config_1.TYPE,
|
|
97
102
|
GetRootNodeOptions: base_config_1.TYPE,
|
|
98
103
|
HashChangeEventInit: base_config_1.TYPE,
|
|
@@ -100,13 +105,15 @@ exports.dom = {
|
|
|
100
105
|
HmacImportParams: base_config_1.TYPE,
|
|
101
106
|
HmacKeyAlgorithm: base_config_1.TYPE,
|
|
102
107
|
HmacKeyGenParams: base_config_1.TYPE,
|
|
108
|
+
IDBDatabaseInfo: base_config_1.TYPE,
|
|
103
109
|
IDBIndexParameters: base_config_1.TYPE,
|
|
104
110
|
IDBObjectStoreParameters: base_config_1.TYPE,
|
|
105
111
|
IDBVersionChangeEventInit: base_config_1.TYPE,
|
|
106
112
|
IIRFilterOptions: base_config_1.TYPE,
|
|
113
|
+
IdleRequestOptions: base_config_1.TYPE,
|
|
107
114
|
ImageBitmapOptions: base_config_1.TYPE,
|
|
108
115
|
ImageBitmapRenderingContextSettings: base_config_1.TYPE,
|
|
109
|
-
|
|
116
|
+
ImageDataSettings: base_config_1.TYPE,
|
|
110
117
|
ImportMeta: base_config_1.TYPE,
|
|
111
118
|
InputEventInit: base_config_1.TYPE,
|
|
112
119
|
IntersectionObserverEntryInit: base_config_1.TYPE,
|
|
@@ -117,17 +124,29 @@ exports.dom = {
|
|
|
117
124
|
Keyframe: base_config_1.TYPE,
|
|
118
125
|
KeyframeAnimationOptions: base_config_1.TYPE,
|
|
119
126
|
KeyframeEffectOptions: base_config_1.TYPE,
|
|
127
|
+
LockInfo: base_config_1.TYPE,
|
|
128
|
+
LockManagerSnapshot: base_config_1.TYPE,
|
|
129
|
+
LockOptions: base_config_1.TYPE,
|
|
130
|
+
MediaCapabilitiesDecodingInfo: base_config_1.TYPE,
|
|
131
|
+
MediaCapabilitiesEncodingInfo: base_config_1.TYPE,
|
|
132
|
+
MediaCapabilitiesInfo: base_config_1.TYPE,
|
|
133
|
+
MediaConfiguration: base_config_1.TYPE,
|
|
134
|
+
MediaDecodingConfiguration: base_config_1.TYPE,
|
|
120
135
|
MediaElementAudioSourceOptions: base_config_1.TYPE,
|
|
136
|
+
MediaEncodingConfiguration: base_config_1.TYPE,
|
|
121
137
|
MediaEncryptedEventInit: base_config_1.TYPE,
|
|
138
|
+
MediaImage: base_config_1.TYPE,
|
|
122
139
|
MediaKeyMessageEventInit: base_config_1.TYPE,
|
|
123
140
|
MediaKeySystemConfiguration: base_config_1.TYPE,
|
|
124
141
|
MediaKeySystemMediaCapability: base_config_1.TYPE,
|
|
142
|
+
MediaMetadataInit: base_config_1.TYPE,
|
|
143
|
+
MediaPositionState: base_config_1.TYPE,
|
|
125
144
|
MediaQueryListEventInit: base_config_1.TYPE,
|
|
145
|
+
MediaRecorderErrorEventInit: base_config_1.TYPE,
|
|
146
|
+
MediaRecorderOptions: base_config_1.TYPE,
|
|
147
|
+
MediaSessionActionDetails: base_config_1.TYPE,
|
|
126
148
|
MediaStreamAudioSourceOptions: base_config_1.TYPE,
|
|
127
149
|
MediaStreamConstraints: base_config_1.TYPE,
|
|
128
|
-
MediaStreamErrorEventInit: base_config_1.TYPE,
|
|
129
|
-
MediaStreamEventInit: base_config_1.TYPE,
|
|
130
|
-
MediaStreamTrackAudioSourceOptions: base_config_1.TYPE,
|
|
131
150
|
MediaStreamTrackEventInit: base_config_1.TYPE,
|
|
132
151
|
MediaTrackCapabilities: base_config_1.TYPE,
|
|
133
152
|
MediaTrackConstraintSet: base_config_1.TYPE,
|
|
@@ -135,11 +154,9 @@ exports.dom = {
|
|
|
135
154
|
MediaTrackSettings: base_config_1.TYPE,
|
|
136
155
|
MediaTrackSupportedConstraints: base_config_1.TYPE,
|
|
137
156
|
MessageEventInit: base_config_1.TYPE,
|
|
138
|
-
MidiPermissionDescriptor: base_config_1.TYPE,
|
|
139
157
|
MouseEventInit: base_config_1.TYPE,
|
|
140
158
|
MultiCacheQueryOptions: base_config_1.TYPE,
|
|
141
159
|
MutationObserverInit: base_config_1.TYPE,
|
|
142
|
-
NavigationPreloadState: base_config_1.TYPE,
|
|
143
160
|
NotificationAction: base_config_1.TYPE,
|
|
144
161
|
NotificationOptions: base_config_1.TYPE,
|
|
145
162
|
OfflineAudioCompletionEventInit: base_config_1.TYPE,
|
|
@@ -148,7 +165,6 @@ exports.dom = {
|
|
|
148
165
|
OscillatorOptions: base_config_1.TYPE,
|
|
149
166
|
PageTransitionEventInit: base_config_1.TYPE,
|
|
150
167
|
PannerOptions: base_config_1.TYPE,
|
|
151
|
-
PayerErrors: base_config_1.TYPE,
|
|
152
168
|
PaymentCurrencyAmount: base_config_1.TYPE,
|
|
153
169
|
PaymentDetailsBase: base_config_1.TYPE,
|
|
154
170
|
PaymentDetailsInit: base_config_1.TYPE,
|
|
@@ -157,11 +173,11 @@ exports.dom = {
|
|
|
157
173
|
PaymentItem: base_config_1.TYPE,
|
|
158
174
|
PaymentMethodChangeEventInit: base_config_1.TYPE,
|
|
159
175
|
PaymentMethodData: base_config_1.TYPE,
|
|
160
|
-
PaymentOptions: base_config_1.TYPE,
|
|
161
176
|
PaymentRequestUpdateEventInit: base_config_1.TYPE,
|
|
162
|
-
PaymentShippingOption: base_config_1.TYPE,
|
|
163
177
|
PaymentValidationErrors: base_config_1.TYPE,
|
|
164
178
|
Pbkdf2Params: base_config_1.TYPE,
|
|
179
|
+
PerformanceMarkOptions: base_config_1.TYPE,
|
|
180
|
+
PerformanceMeasureOptions: base_config_1.TYPE,
|
|
165
181
|
PerformanceObserverInit: base_config_1.TYPE,
|
|
166
182
|
PeriodicWaveConstraints: base_config_1.TYPE,
|
|
167
183
|
PeriodicWaveOptions: base_config_1.TYPE,
|
|
@@ -169,7 +185,6 @@ exports.dom = {
|
|
|
169
185
|
PointerEventInit: base_config_1.TYPE,
|
|
170
186
|
PopStateEventInit: base_config_1.TYPE,
|
|
171
187
|
PositionOptions: base_config_1.TYPE,
|
|
172
|
-
PostMessageOptions: base_config_1.TYPE,
|
|
173
188
|
ProgressEventInit: base_config_1.TYPE,
|
|
174
189
|
PromiseRejectionEventInit: base_config_1.TYPE,
|
|
175
190
|
PropertyIndexedKeyframes: base_config_1.TYPE,
|
|
@@ -180,7 +195,6 @@ exports.dom = {
|
|
|
180
195
|
PublicKeyCredentialRequestOptions: base_config_1.TYPE,
|
|
181
196
|
PublicKeyCredentialRpEntity: base_config_1.TYPE,
|
|
182
197
|
PublicKeyCredentialUserEntity: base_config_1.TYPE,
|
|
183
|
-
PushPermissionDescriptor: base_config_1.TYPE,
|
|
184
198
|
PushSubscriptionJSON: base_config_1.TYPE,
|
|
185
199
|
PushSubscriptionOptionsInit: base_config_1.TYPE,
|
|
186
200
|
QueuingStrategy: base_config_1.TYPE,
|
|
@@ -192,29 +206,17 @@ exports.dom = {
|
|
|
192
206
|
RTCDataChannelEventInit: base_config_1.TYPE,
|
|
193
207
|
RTCDataChannelInit: base_config_1.TYPE,
|
|
194
208
|
RTCDtlsFingerprint: base_config_1.TYPE,
|
|
195
|
-
RTCDtlsParameters: base_config_1.TYPE,
|
|
196
|
-
RTCErrorEventInit: base_config_1.TYPE,
|
|
197
|
-
RTCErrorInit: base_config_1.TYPE,
|
|
198
|
-
RTCIceCandidateAttributes: base_config_1.TYPE,
|
|
199
|
-
RTCIceCandidateComplete: base_config_1.TYPE,
|
|
200
|
-
RTCIceCandidateDictionary: base_config_1.TYPE,
|
|
201
209
|
RTCIceCandidateInit: base_config_1.TYPE,
|
|
202
|
-
RTCIceCandidatePair: base_config_1.TYPE,
|
|
203
210
|
RTCIceCandidatePairStats: base_config_1.TYPE,
|
|
204
|
-
RTCIceGatherOptions: base_config_1.TYPE,
|
|
205
|
-
RTCIceParameters: base_config_1.TYPE,
|
|
206
211
|
RTCIceServer: base_config_1.TYPE,
|
|
207
|
-
|
|
208
|
-
RTCInboundRTPStreamStats: base_config_1.TYPE,
|
|
212
|
+
RTCInboundRtpStreamStats: base_config_1.TYPE,
|
|
209
213
|
RTCLocalSessionDescriptionInit: base_config_1.TYPE,
|
|
210
|
-
RTCMediaStreamTrackStats: base_config_1.TYPE,
|
|
211
214
|
RTCOfferAnswerOptions: base_config_1.TYPE,
|
|
212
215
|
RTCOfferOptions: base_config_1.TYPE,
|
|
213
|
-
|
|
216
|
+
RTCOutboundRtpStreamStats: base_config_1.TYPE,
|
|
214
217
|
RTCPeerConnectionIceErrorEventInit: base_config_1.TYPE,
|
|
215
218
|
RTCPeerConnectionIceEventInit: base_config_1.TYPE,
|
|
216
|
-
|
|
217
|
-
RTCRtcpFeedback: base_config_1.TYPE,
|
|
219
|
+
RTCReceivedRtpStreamStats: base_config_1.TYPE,
|
|
218
220
|
RTCRtcpParameters: base_config_1.TYPE,
|
|
219
221
|
RTCRtpCapabilities: base_config_1.TYPE,
|
|
220
222
|
RTCRtpCodecCapability: base_config_1.TYPE,
|
|
@@ -222,23 +224,17 @@ exports.dom = {
|
|
|
222
224
|
RTCRtpCodingParameters: base_config_1.TYPE,
|
|
223
225
|
RTCRtpContributingSource: base_config_1.TYPE,
|
|
224
226
|
RTCRtpEncodingParameters: base_config_1.TYPE,
|
|
225
|
-
RTCRtpFecParameters: base_config_1.TYPE,
|
|
226
|
-
RTCRtpHeaderExtension: base_config_1.TYPE,
|
|
227
227
|
RTCRtpHeaderExtensionCapability: base_config_1.TYPE,
|
|
228
228
|
RTCRtpHeaderExtensionParameters: base_config_1.TYPE,
|
|
229
229
|
RTCRtpParameters: base_config_1.TYPE,
|
|
230
230
|
RTCRtpReceiveParameters: base_config_1.TYPE,
|
|
231
|
-
RTCRtpRtxParameters: base_config_1.TYPE,
|
|
232
231
|
RTCRtpSendParameters: base_config_1.TYPE,
|
|
232
|
+
RTCRtpStreamStats: base_config_1.TYPE,
|
|
233
233
|
RTCRtpSynchronizationSource: base_config_1.TYPE,
|
|
234
234
|
RTCRtpTransceiverInit: base_config_1.TYPE,
|
|
235
|
-
|
|
235
|
+
RTCSentRtpStreamStats: base_config_1.TYPE,
|
|
236
236
|
RTCSessionDescriptionInit: base_config_1.TYPE,
|
|
237
|
-
RTCSrtpKeyParam: base_config_1.TYPE,
|
|
238
|
-
RTCSrtpSdesParameters: base_config_1.TYPE,
|
|
239
|
-
RTCSsrcRange: base_config_1.TYPE,
|
|
240
237
|
RTCStats: base_config_1.TYPE,
|
|
241
|
-
RTCStatsReport: base_config_1.TYPE_VALUE,
|
|
242
238
|
RTCTrackEventInit: base_config_1.TYPE,
|
|
243
239
|
RTCTransportStats: base_config_1.TYPE,
|
|
244
240
|
ReadableStreamDefaultReadDoneResult: base_config_1.TYPE,
|
|
@@ -263,17 +259,15 @@ exports.dom = {
|
|
|
263
259
|
SecurityPolicyViolationEventInit: base_config_1.TYPE,
|
|
264
260
|
ShadowRootInit: base_config_1.TYPE,
|
|
265
261
|
ShareData: base_config_1.TYPE,
|
|
266
|
-
SpeechRecognitionErrorEventInit: base_config_1.TYPE,
|
|
267
|
-
SpeechRecognitionEventInit: base_config_1.TYPE,
|
|
268
262
|
SpeechSynthesisErrorEventInit: base_config_1.TYPE,
|
|
269
263
|
SpeechSynthesisEventInit: base_config_1.TYPE,
|
|
270
264
|
StaticRangeInit: base_config_1.TYPE,
|
|
271
265
|
StereoPannerOptions: base_config_1.TYPE,
|
|
272
266
|
StorageEstimate: base_config_1.TYPE,
|
|
273
267
|
StorageEventInit: base_config_1.TYPE,
|
|
274
|
-
StoreExceptionsInformation: base_config_1.TYPE,
|
|
275
|
-
StoreSiteSpecificExceptionsInformation: base_config_1.TYPE,
|
|
276
268
|
StreamPipeOptions: base_config_1.TYPE,
|
|
269
|
+
StructuredSerializeOptions: base_config_1.TYPE,
|
|
270
|
+
SubmitEventInit: base_config_1.TYPE,
|
|
277
271
|
TextDecodeOptions: base_config_1.TYPE,
|
|
278
272
|
TextDecoderOptions: base_config_1.TYPE,
|
|
279
273
|
TextEncoderEncodeIntoResult: base_config_1.TYPE,
|
|
@@ -286,26 +280,24 @@ exports.dom = {
|
|
|
286
280
|
ULongRange: base_config_1.TYPE,
|
|
287
281
|
UnderlyingSink: base_config_1.TYPE,
|
|
288
282
|
UnderlyingSource: base_config_1.TYPE,
|
|
289
|
-
|
|
290
|
-
VRLayer: base_config_1.TYPE,
|
|
291
|
-
VRStageParameters: base_config_1.TYPE,
|
|
283
|
+
VideoConfiguration: base_config_1.TYPE,
|
|
292
284
|
WaveShaperOptions: base_config_1.TYPE,
|
|
293
285
|
WebGLContextAttributes: base_config_1.TYPE,
|
|
294
286
|
WebGLContextEventInit: base_config_1.TYPE,
|
|
295
287
|
WheelEventInit: base_config_1.TYPE,
|
|
288
|
+
WindowPostMessageOptions: base_config_1.TYPE,
|
|
296
289
|
WorkerOptions: base_config_1.TYPE,
|
|
297
290
|
WorkletOptions: base_config_1.TYPE,
|
|
298
|
-
|
|
291
|
+
NodeFilter: base_config_1.TYPE_VALUE,
|
|
299
292
|
XPathNSResolver: base_config_1.TYPE,
|
|
300
293
|
ANGLE_instanced_arrays: base_config_1.TYPE,
|
|
294
|
+
ARIAMixin: base_config_1.TYPE,
|
|
301
295
|
AbortController: base_config_1.TYPE_VALUE,
|
|
302
296
|
AbortSignalEventMap: base_config_1.TYPE,
|
|
303
297
|
AbortSignal: base_config_1.TYPE_VALUE,
|
|
304
298
|
AbstractRange: base_config_1.TYPE_VALUE,
|
|
305
299
|
AbstractWorkerEventMap: base_config_1.TYPE,
|
|
306
300
|
AbstractWorker: base_config_1.TYPE,
|
|
307
|
-
AesCfbParams: base_config_1.TYPE,
|
|
308
|
-
AesCmacParams: base_config_1.TYPE,
|
|
309
301
|
AnalyserNode: base_config_1.TYPE_VALUE,
|
|
310
302
|
Animatable: base_config_1.TYPE,
|
|
311
303
|
AnimationEventMap: base_config_1.TYPE,
|
|
@@ -315,8 +307,6 @@ exports.dom = {
|
|
|
315
307
|
AnimationFrameProvider: base_config_1.TYPE,
|
|
316
308
|
AnimationPlaybackEvent: base_config_1.TYPE_VALUE,
|
|
317
309
|
AnimationTimeline: base_config_1.TYPE_VALUE,
|
|
318
|
-
ApplicationCacheEventMap: base_config_1.TYPE,
|
|
319
|
-
ApplicationCache: base_config_1.TYPE_VALUE,
|
|
320
310
|
Attr: base_config_1.TYPE_VALUE,
|
|
321
311
|
AudioBuffer: base_config_1.TYPE_VALUE,
|
|
322
312
|
AudioBufferSourceNode: base_config_1.TYPE_VALUE,
|
|
@@ -339,15 +329,17 @@ exports.dom = {
|
|
|
339
329
|
BaseAudioContextEventMap: base_config_1.TYPE,
|
|
340
330
|
BaseAudioContext: base_config_1.TYPE_VALUE,
|
|
341
331
|
BeforeUnloadEvent: base_config_1.TYPE_VALUE,
|
|
342
|
-
BhxBrowser: base_config_1.TYPE_VALUE,
|
|
343
332
|
BiquadFilterNode: base_config_1.TYPE_VALUE,
|
|
344
333
|
Blob: base_config_1.TYPE_VALUE,
|
|
334
|
+
BlobEvent: base_config_1.TYPE_VALUE,
|
|
345
335
|
Body: base_config_1.TYPE,
|
|
346
336
|
BroadcastChannelEventMap: base_config_1.TYPE,
|
|
347
337
|
BroadcastChannel: base_config_1.TYPE_VALUE,
|
|
348
338
|
ByteLengthQueuingStrategy: base_config_1.TYPE_VALUE,
|
|
349
339
|
CDATASection: base_config_1.TYPE_VALUE,
|
|
340
|
+
CSSAnimation: base_config_1.TYPE_VALUE,
|
|
350
341
|
CSSConditionRule: base_config_1.TYPE_VALUE,
|
|
342
|
+
CSSCounterStyleRule: base_config_1.TYPE_VALUE,
|
|
351
343
|
CSSFontFaceRule: base_config_1.TYPE_VALUE,
|
|
352
344
|
CSSGroupingRule: base_config_1.TYPE_VALUE,
|
|
353
345
|
CSSImportRule: base_config_1.TYPE_VALUE,
|
|
@@ -362,8 +354,10 @@ exports.dom = {
|
|
|
362
354
|
CSSStyleRule: base_config_1.TYPE_VALUE,
|
|
363
355
|
CSSStyleSheet: base_config_1.TYPE_VALUE,
|
|
364
356
|
CSSSupportsRule: base_config_1.TYPE_VALUE,
|
|
357
|
+
CSSTransition: base_config_1.TYPE_VALUE,
|
|
365
358
|
Cache: base_config_1.TYPE_VALUE,
|
|
366
359
|
CacheStorage: base_config_1.TYPE_VALUE,
|
|
360
|
+
CanvasCaptureMediaStreamTrack: base_config_1.TYPE_VALUE,
|
|
367
361
|
CanvasCompositing: base_config_1.TYPE,
|
|
368
362
|
CanvasDrawImage: base_config_1.TYPE,
|
|
369
363
|
CanvasDrawPath: base_config_1.TYPE,
|
|
@@ -383,19 +377,17 @@ exports.dom = {
|
|
|
383
377
|
CanvasTextDrawingStyles: base_config_1.TYPE,
|
|
384
378
|
CanvasTransform: base_config_1.TYPE,
|
|
385
379
|
CanvasUserInterface: base_config_1.TYPE,
|
|
386
|
-
CaretPosition: base_config_1.TYPE_VALUE,
|
|
387
380
|
ChannelMergerNode: base_config_1.TYPE_VALUE,
|
|
388
381
|
ChannelSplitterNode: base_config_1.TYPE_VALUE,
|
|
389
382
|
CharacterData: base_config_1.TYPE_VALUE,
|
|
390
383
|
ChildNode: base_config_1.TYPE,
|
|
391
|
-
ClientRect: base_config_1.
|
|
392
|
-
ClientRectList: base_config_1.TYPE_VALUE,
|
|
384
|
+
ClientRect: base_config_1.TYPE,
|
|
393
385
|
Clipboard: base_config_1.TYPE_VALUE,
|
|
394
386
|
ClipboardEvent: base_config_1.TYPE_VALUE,
|
|
387
|
+
ClipboardItem: base_config_1.TYPE_VALUE,
|
|
395
388
|
CloseEvent: base_config_1.TYPE_VALUE,
|
|
396
389
|
Comment: base_config_1.TYPE_VALUE,
|
|
397
390
|
CompositionEvent: base_config_1.TYPE_VALUE,
|
|
398
|
-
ConcatParams: base_config_1.TYPE,
|
|
399
391
|
ConstantSourceNode: base_config_1.TYPE_VALUE,
|
|
400
392
|
ConvolverNode: base_config_1.TYPE_VALUE,
|
|
401
393
|
CountQueuingStrategy: base_config_1.TYPE_VALUE,
|
|
@@ -403,10 +395,8 @@ exports.dom = {
|
|
|
403
395
|
CredentialsContainer: base_config_1.TYPE_VALUE,
|
|
404
396
|
Crypto: base_config_1.TYPE_VALUE,
|
|
405
397
|
CryptoKey: base_config_1.TYPE_VALUE,
|
|
406
|
-
CryptoKeyPair: base_config_1.TYPE_VALUE,
|
|
407
398
|
CustomElementRegistry: base_config_1.TYPE_VALUE,
|
|
408
399
|
CustomEvent: base_config_1.TYPE_VALUE,
|
|
409
|
-
DOMError: base_config_1.TYPE_VALUE,
|
|
410
400
|
DOMException: base_config_1.TYPE_VALUE,
|
|
411
401
|
DOMImplementation: base_config_1.TYPE_VALUE,
|
|
412
402
|
DOMMatrix: base_config_1.TYPE_VALUE,
|
|
@@ -422,31 +412,21 @@ exports.dom = {
|
|
|
422
412
|
SVGRect: base_config_1.TYPE_VALUE,
|
|
423
413
|
DOMRectList: base_config_1.TYPE_VALUE,
|
|
424
414
|
DOMRectReadOnly: base_config_1.TYPE_VALUE,
|
|
425
|
-
DOMSettableTokenList: base_config_1.TYPE_VALUE,
|
|
426
415
|
DOMStringList: base_config_1.TYPE_VALUE,
|
|
427
416
|
DOMStringMap: base_config_1.TYPE_VALUE,
|
|
428
417
|
DOMTokenList: base_config_1.TYPE_VALUE,
|
|
429
|
-
DataCue: base_config_1.TYPE_VALUE,
|
|
430
418
|
DataTransfer: base_config_1.TYPE_VALUE,
|
|
431
419
|
DataTransferItem: base_config_1.TYPE_VALUE,
|
|
432
420
|
DataTransferItemList: base_config_1.TYPE_VALUE,
|
|
433
|
-
DeferredPermissionRequest: base_config_1.TYPE_VALUE,
|
|
434
421
|
DelayNode: base_config_1.TYPE_VALUE,
|
|
435
|
-
DeviceAcceleration: base_config_1.TYPE_VALUE,
|
|
436
422
|
DeviceMotionEvent: base_config_1.TYPE_VALUE,
|
|
437
423
|
DeviceMotionEventAcceleration: base_config_1.TYPE,
|
|
438
424
|
DeviceMotionEventRotationRate: base_config_1.TYPE,
|
|
439
425
|
DeviceOrientationEvent: base_config_1.TYPE_VALUE,
|
|
440
|
-
DeviceRotationRate: base_config_1.TYPE_VALUE,
|
|
441
|
-
DhImportKeyParams: base_config_1.TYPE,
|
|
442
|
-
DhKeyAlgorithm: base_config_1.TYPE,
|
|
443
|
-
DhKeyDeriveParams: base_config_1.TYPE,
|
|
444
|
-
DhKeyGenParams: base_config_1.TYPE,
|
|
445
426
|
DocumentEventMap: base_config_1.TYPE,
|
|
446
427
|
Document: base_config_1.TYPE_VALUE,
|
|
447
428
|
DocumentAndElementEventHandlersEventMap: base_config_1.TYPE,
|
|
448
429
|
DocumentAndElementEventHandlers: base_config_1.TYPE,
|
|
449
|
-
DocumentEvent: base_config_1.TYPE,
|
|
450
430
|
DocumentFragment: base_config_1.TYPE_VALUE,
|
|
451
431
|
DocumentOrShadowRoot: base_config_1.TYPE,
|
|
452
432
|
DocumentTimeline: base_config_1.TYPE_VALUE,
|
|
@@ -454,35 +434,52 @@ exports.dom = {
|
|
|
454
434
|
DragEvent: base_config_1.TYPE_VALUE,
|
|
455
435
|
DynamicsCompressorNode: base_config_1.TYPE_VALUE,
|
|
456
436
|
EXT_blend_minmax: base_config_1.TYPE,
|
|
437
|
+
EXT_color_buffer_float: base_config_1.TYPE,
|
|
438
|
+
EXT_color_buffer_half_float: base_config_1.TYPE,
|
|
439
|
+
EXT_float_blend: base_config_1.TYPE,
|
|
457
440
|
EXT_frag_depth: base_config_1.TYPE,
|
|
458
441
|
EXT_sRGB: base_config_1.TYPE,
|
|
459
442
|
EXT_shader_texture_lod: base_config_1.TYPE,
|
|
443
|
+
EXT_texture_compression_rgtc: base_config_1.TYPE,
|
|
460
444
|
EXT_texture_filter_anisotropic: base_config_1.TYPE,
|
|
461
445
|
ElementEventMap: base_config_1.TYPE,
|
|
462
446
|
Element: base_config_1.TYPE_VALUE,
|
|
463
447
|
ElementCSSInlineStyle: base_config_1.TYPE,
|
|
464
448
|
ElementContentEditable: base_config_1.TYPE,
|
|
449
|
+
ElementInternals: base_config_1.TYPE_VALUE,
|
|
465
450
|
ErrorEvent: base_config_1.TYPE_VALUE,
|
|
466
451
|
Event: base_config_1.TYPE_VALUE,
|
|
452
|
+
EventListener: base_config_1.TYPE,
|
|
467
453
|
EventListenerObject: base_config_1.TYPE,
|
|
468
454
|
EventSourceEventMap: base_config_1.TYPE,
|
|
469
455
|
EventSource: base_config_1.TYPE_VALUE,
|
|
470
456
|
EventTarget: base_config_1.TYPE_VALUE,
|
|
471
|
-
ExtensionScriptApis: base_config_1.TYPE_VALUE,
|
|
472
457
|
External: base_config_1.TYPE_VALUE,
|
|
473
458
|
File: base_config_1.TYPE_VALUE,
|
|
474
459
|
FileList: base_config_1.TYPE_VALUE,
|
|
475
460
|
FileReaderEventMap: base_config_1.TYPE,
|
|
476
461
|
FileReader: base_config_1.TYPE_VALUE,
|
|
462
|
+
FileSystem: base_config_1.TYPE_VALUE,
|
|
463
|
+
FileSystemDirectoryEntry: base_config_1.TYPE_VALUE,
|
|
464
|
+
FileSystemDirectoryHandle: base_config_1.TYPE_VALUE,
|
|
465
|
+
FileSystemDirectoryReader: base_config_1.TYPE_VALUE,
|
|
466
|
+
FileSystemEntry: base_config_1.TYPE_VALUE,
|
|
467
|
+
FileSystemFileEntry: base_config_1.TYPE_VALUE,
|
|
468
|
+
FileSystemFileHandle: base_config_1.TYPE_VALUE,
|
|
469
|
+
FileSystemHandle: base_config_1.TYPE_VALUE,
|
|
477
470
|
FocusEvent: base_config_1.TYPE_VALUE,
|
|
478
|
-
|
|
471
|
+
FontFace: base_config_1.TYPE_VALUE,
|
|
472
|
+
FontFaceSetEventMap: base_config_1.TYPE,
|
|
473
|
+
FontFaceSet: base_config_1.TYPE_VALUE,
|
|
474
|
+
FontFaceSetLoadEvent: base_config_1.TYPE_VALUE,
|
|
475
|
+
FontFaceSource: base_config_1.TYPE,
|
|
479
476
|
FormData: base_config_1.TYPE_VALUE,
|
|
477
|
+
FormDataEvent: base_config_1.TYPE_VALUE,
|
|
480
478
|
GainNode: base_config_1.TYPE_VALUE,
|
|
481
479
|
Gamepad: base_config_1.TYPE_VALUE,
|
|
482
480
|
GamepadButton: base_config_1.TYPE_VALUE,
|
|
483
481
|
GamepadEvent: base_config_1.TYPE_VALUE,
|
|
484
482
|
GamepadHapticActuator: base_config_1.TYPE_VALUE,
|
|
485
|
-
GamepadPose: base_config_1.TYPE_VALUE,
|
|
486
483
|
GenericTransformStream: base_config_1.TYPE,
|
|
487
484
|
Geolocation: base_config_1.TYPE_VALUE,
|
|
488
485
|
GeolocationCoordinates: base_config_1.TYPE_VALUE,
|
|
@@ -492,7 +489,6 @@ exports.dom = {
|
|
|
492
489
|
GlobalEventHandlers: base_config_1.TYPE,
|
|
493
490
|
HTMLAllCollection: base_config_1.TYPE_VALUE,
|
|
494
491
|
HTMLAnchorElement: base_config_1.TYPE_VALUE,
|
|
495
|
-
HTMLAppletElement: base_config_1.TYPE_VALUE,
|
|
496
492
|
HTMLAreaElement: base_config_1.TYPE_VALUE,
|
|
497
493
|
HTMLAudioElement: base_config_1.TYPE_VALUE,
|
|
498
494
|
HTMLBRElement: base_config_1.TYPE_VALUE,
|
|
@@ -508,7 +504,7 @@ exports.dom = {
|
|
|
508
504
|
HTMLDataElement: base_config_1.TYPE_VALUE,
|
|
509
505
|
HTMLDataListElement: base_config_1.TYPE_VALUE,
|
|
510
506
|
HTMLDetailsElement: base_config_1.TYPE_VALUE,
|
|
511
|
-
HTMLDialogElement: base_config_1.
|
|
507
|
+
HTMLDialogElement: base_config_1.TYPE,
|
|
512
508
|
HTMLDirectoryElement: base_config_1.TYPE_VALUE,
|
|
513
509
|
HTMLDivElement: base_config_1.TYPE_VALUE,
|
|
514
510
|
HTMLDocument: base_config_1.TYPE_VALUE,
|
|
@@ -535,7 +531,6 @@ exports.dom = {
|
|
|
535
531
|
HTMLLegendElement: base_config_1.TYPE_VALUE,
|
|
536
532
|
HTMLLinkElement: base_config_1.TYPE_VALUE,
|
|
537
533
|
HTMLMapElement: base_config_1.TYPE_VALUE,
|
|
538
|
-
HTMLMarqueeElementEventMap: base_config_1.TYPE,
|
|
539
534
|
HTMLMarqueeElement: base_config_1.TYPE_VALUE,
|
|
540
535
|
HTMLMediaElementEventMap: base_config_1.TYPE,
|
|
541
536
|
HTMLMediaElement: base_config_1.TYPE_VALUE,
|
|
@@ -565,9 +560,9 @@ exports.dom = {
|
|
|
565
560
|
HTMLTableCaptionElement: base_config_1.TYPE_VALUE,
|
|
566
561
|
HTMLTableCellElement: base_config_1.TYPE_VALUE,
|
|
567
562
|
HTMLTableColElement: base_config_1.TYPE_VALUE,
|
|
568
|
-
HTMLTableDataCellElement: base_config_1.
|
|
563
|
+
HTMLTableDataCellElement: base_config_1.TYPE,
|
|
569
564
|
HTMLTableElement: base_config_1.TYPE_VALUE,
|
|
570
|
-
HTMLTableHeaderCellElement: base_config_1.
|
|
565
|
+
HTMLTableHeaderCellElement: base_config_1.TYPE,
|
|
571
566
|
HTMLTableRowElement: base_config_1.TYPE_VALUE,
|
|
572
567
|
HTMLTableSectionElement: base_config_1.TYPE_VALUE,
|
|
573
568
|
HTMLTemplateElement: base_config_1.TYPE_VALUE,
|
|
@@ -577,11 +572,11 @@ exports.dom = {
|
|
|
577
572
|
HTMLTrackElement: base_config_1.TYPE_VALUE,
|
|
578
573
|
HTMLUListElement: base_config_1.TYPE_VALUE,
|
|
579
574
|
HTMLUnknownElement: base_config_1.TYPE_VALUE,
|
|
575
|
+
HTMLVideoElementEventMap: base_config_1.TYPE,
|
|
580
576
|
HTMLVideoElement: base_config_1.TYPE_VALUE,
|
|
581
577
|
HashChangeEvent: base_config_1.TYPE_VALUE,
|
|
582
578
|
Headers: base_config_1.TYPE_VALUE,
|
|
583
579
|
History: base_config_1.TYPE_VALUE,
|
|
584
|
-
IDBArrayKey: base_config_1.TYPE,
|
|
585
580
|
IDBCursor: base_config_1.TYPE_VALUE,
|
|
586
581
|
IDBCursorWithValue: base_config_1.TYPE_VALUE,
|
|
587
582
|
IDBDatabaseEventMap: base_config_1.TYPE,
|
|
@@ -598,6 +593,7 @@ exports.dom = {
|
|
|
598
593
|
IDBTransaction: base_config_1.TYPE_VALUE,
|
|
599
594
|
IDBVersionChangeEvent: base_config_1.TYPE_VALUE,
|
|
600
595
|
IIRFilterNode: base_config_1.TYPE_VALUE,
|
|
596
|
+
IdleDeadline: base_config_1.TYPE_VALUE,
|
|
601
597
|
ImageBitmap: base_config_1.TYPE_VALUE,
|
|
602
598
|
ImageBitmapRenderingContext: base_config_1.TYPE_VALUE,
|
|
603
599
|
ImageData: base_config_1.TYPE_VALUE,
|
|
@@ -606,26 +602,16 @@ exports.dom = {
|
|
|
606
602
|
InputEvent: base_config_1.TYPE_VALUE,
|
|
607
603
|
IntersectionObserver: base_config_1.TYPE_VALUE,
|
|
608
604
|
IntersectionObserverEntry: base_config_1.TYPE_VALUE,
|
|
605
|
+
KHR_parallel_shader_compile: base_config_1.TYPE,
|
|
609
606
|
KeyboardEvent: base_config_1.TYPE_VALUE,
|
|
610
607
|
KeyframeEffect: base_config_1.TYPE_VALUE,
|
|
611
608
|
LinkStyle: base_config_1.TYPE,
|
|
612
|
-
ListeningStateChangedEvent: base_config_1.TYPE_VALUE,
|
|
613
609
|
Location: base_config_1.TYPE_VALUE,
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
MSFileSaver: base_config_1.TYPE,
|
|
620
|
-
MSGesture: base_config_1.TYPE_VALUE,
|
|
621
|
-
MSGraphicsTrust: base_config_1.TYPE_VALUE,
|
|
622
|
-
MSInputMethodContextEventMap: base_config_1.TYPE,
|
|
623
|
-
MSInputMethodContext: base_config_1.TYPE_VALUE,
|
|
624
|
-
MSMediaKeyError: base_config_1.TYPE_VALUE,
|
|
625
|
-
MSMediaKeySession: base_config_1.TYPE_VALUE,
|
|
626
|
-
MSMediaKeys: base_config_1.TYPE_VALUE,
|
|
627
|
-
MSNavigatorDoNotTrack: base_config_1.TYPE,
|
|
628
|
-
MSStream: base_config_1.TYPE_VALUE,
|
|
610
|
+
Lock: base_config_1.TYPE_VALUE,
|
|
611
|
+
LockManager: base_config_1.TYPE_VALUE,
|
|
612
|
+
MathMLElementEventMap: base_config_1.TYPE,
|
|
613
|
+
MathMLElement: base_config_1.TYPE_VALUE,
|
|
614
|
+
MediaCapabilities: base_config_1.TYPE_VALUE,
|
|
629
615
|
MediaDeviceInfo: base_config_1.TYPE_VALUE,
|
|
630
616
|
MediaDevicesEventMap: base_config_1.TYPE,
|
|
631
617
|
MediaDevices: base_config_1.TYPE_VALUE,
|
|
@@ -639,21 +625,22 @@ exports.dom = {
|
|
|
639
625
|
MediaKeySystemAccess: base_config_1.TYPE_VALUE,
|
|
640
626
|
MediaKeys: base_config_1.TYPE_VALUE,
|
|
641
627
|
MediaList: base_config_1.TYPE_VALUE,
|
|
628
|
+
MediaMetadata: base_config_1.TYPE_VALUE,
|
|
642
629
|
MediaQueryListEventMap: base_config_1.TYPE,
|
|
643
630
|
MediaQueryList: base_config_1.TYPE_VALUE,
|
|
644
631
|
MediaQueryListEvent: base_config_1.TYPE_VALUE,
|
|
632
|
+
MediaRecorderEventMap: base_config_1.TYPE,
|
|
633
|
+
MediaRecorder: base_config_1.TYPE_VALUE,
|
|
634
|
+
MediaRecorderErrorEvent: base_config_1.TYPE_VALUE,
|
|
635
|
+
MediaSession: base_config_1.TYPE_VALUE,
|
|
645
636
|
MediaSourceEventMap: base_config_1.TYPE,
|
|
646
637
|
MediaSource: base_config_1.TYPE_VALUE,
|
|
647
638
|
MediaStreamEventMap: base_config_1.TYPE,
|
|
648
639
|
MediaStream: base_config_1.TYPE_VALUE,
|
|
649
640
|
MediaStreamAudioDestinationNode: base_config_1.TYPE_VALUE,
|
|
650
641
|
MediaStreamAudioSourceNode: base_config_1.TYPE_VALUE,
|
|
651
|
-
MediaStreamError: base_config_1.TYPE_VALUE,
|
|
652
|
-
MediaStreamErrorEvent: base_config_1.TYPE_VALUE,
|
|
653
|
-
MediaStreamEvent: base_config_1.TYPE_VALUE,
|
|
654
642
|
MediaStreamTrackEventMap: base_config_1.TYPE,
|
|
655
643
|
MediaStreamTrack: base_config_1.TYPE_VALUE,
|
|
656
|
-
MediaStreamTrackAudioSourceNode: base_config_1.TYPE_VALUE,
|
|
657
644
|
MediaStreamTrackEvent: base_config_1.TYPE_VALUE,
|
|
658
645
|
MessageChannel: base_config_1.TYPE_VALUE,
|
|
659
646
|
MessageEvent: base_config_1.TYPE_VALUE,
|
|
@@ -666,20 +653,19 @@ exports.dom = {
|
|
|
666
653
|
MutationObserver: base_config_1.TYPE_VALUE,
|
|
667
654
|
MutationRecord: base_config_1.TYPE_VALUE,
|
|
668
655
|
NamedNodeMap: base_config_1.TYPE_VALUE,
|
|
669
|
-
NavigationPreloadManager: base_config_1.TYPE_VALUE,
|
|
670
656
|
Navigator: base_config_1.TYPE_VALUE,
|
|
671
657
|
NavigatorAutomationInformation: base_config_1.TYPE,
|
|
672
|
-
NavigatorBeacon: base_config_1.TYPE,
|
|
673
658
|
NavigatorConcurrentHardware: base_config_1.TYPE,
|
|
674
659
|
NavigatorContentUtils: base_config_1.TYPE,
|
|
675
660
|
NavigatorCookies: base_config_1.TYPE,
|
|
676
661
|
NavigatorID: base_config_1.TYPE,
|
|
677
662
|
NavigatorLanguage: base_config_1.TYPE,
|
|
663
|
+
NavigatorNetworkInformation: base_config_1.TYPE,
|
|
678
664
|
NavigatorOnLine: base_config_1.TYPE,
|
|
679
665
|
NavigatorPlugins: base_config_1.TYPE,
|
|
680
666
|
NavigatorStorage: base_config_1.TYPE,
|
|
667
|
+
NetworkInformation: base_config_1.TYPE_VALUE,
|
|
681
668
|
Node: base_config_1.TYPE_VALUE,
|
|
682
|
-
NodeFilter: base_config_1.TYPE_VALUE,
|
|
683
669
|
NodeIterator: base_config_1.TYPE_VALUE,
|
|
684
670
|
NodeList: base_config_1.TYPE_VALUE,
|
|
685
671
|
NodeListOf: base_config_1.TYPE,
|
|
@@ -688,49 +674,48 @@ exports.dom = {
|
|
|
688
674
|
NotificationEventMap: base_config_1.TYPE,
|
|
689
675
|
Notification: base_config_1.TYPE_VALUE,
|
|
690
676
|
OES_element_index_uint: base_config_1.TYPE,
|
|
677
|
+
OES_fbo_render_mipmap: base_config_1.TYPE,
|
|
691
678
|
OES_standard_derivatives: base_config_1.TYPE,
|
|
692
679
|
OES_texture_float: base_config_1.TYPE,
|
|
693
680
|
OES_texture_float_linear: base_config_1.TYPE,
|
|
694
681
|
OES_texture_half_float: base_config_1.TYPE,
|
|
695
682
|
OES_texture_half_float_linear: base_config_1.TYPE,
|
|
696
683
|
OES_vertex_array_object: base_config_1.TYPE,
|
|
684
|
+
OVR_multiview2: base_config_1.TYPE,
|
|
697
685
|
OfflineAudioCompletionEvent: base_config_1.TYPE_VALUE,
|
|
698
686
|
OfflineAudioContextEventMap: base_config_1.TYPE,
|
|
699
687
|
OfflineAudioContext: base_config_1.TYPE_VALUE,
|
|
700
|
-
OffscreenCanvas: base_config_1.TYPE_VALUE,
|
|
701
|
-
OffscreenCanvasRenderingContext2D: base_config_1.TYPE_VALUE,
|
|
702
688
|
OscillatorNode: base_config_1.TYPE_VALUE,
|
|
703
689
|
OverconstrainedError: base_config_1.TYPE_VALUE,
|
|
704
|
-
OverflowEvent: base_config_1.TYPE_VALUE,
|
|
705
690
|
PageTransitionEvent: base_config_1.TYPE_VALUE,
|
|
706
691
|
PannerNode: base_config_1.TYPE_VALUE,
|
|
707
692
|
ParentNode: base_config_1.TYPE,
|
|
708
693
|
Path2D: base_config_1.TYPE_VALUE,
|
|
709
|
-
PaymentAddress: base_config_1.TYPE_VALUE,
|
|
710
694
|
PaymentMethodChangeEvent: base_config_1.TYPE_VALUE,
|
|
711
695
|
PaymentRequestEventMap: base_config_1.TYPE,
|
|
712
696
|
PaymentRequest: base_config_1.TYPE_VALUE,
|
|
713
697
|
PaymentRequestUpdateEvent: base_config_1.TYPE_VALUE,
|
|
714
|
-
PaymentResponseEventMap: base_config_1.TYPE,
|
|
715
698
|
PaymentResponse: base_config_1.TYPE_VALUE,
|
|
716
|
-
PerfWidgetExternal: base_config_1.TYPE_VALUE,
|
|
717
699
|
PerformanceEventMap: base_config_1.TYPE,
|
|
718
700
|
Performance: base_config_1.TYPE_VALUE,
|
|
719
701
|
PerformanceEntry: base_config_1.TYPE_VALUE,
|
|
702
|
+
PerformanceEventTiming: base_config_1.TYPE_VALUE,
|
|
720
703
|
PerformanceMark: base_config_1.TYPE_VALUE,
|
|
721
704
|
PerformanceMeasure: base_config_1.TYPE_VALUE,
|
|
722
705
|
PerformanceNavigation: base_config_1.TYPE_VALUE,
|
|
723
706
|
PerformanceNavigationTiming: base_config_1.TYPE_VALUE,
|
|
724
707
|
PerformanceObserver: base_config_1.TYPE_VALUE,
|
|
725
708
|
PerformanceObserverEntryList: base_config_1.TYPE_VALUE,
|
|
709
|
+
PerformancePaintTiming: base_config_1.TYPE_VALUE,
|
|
726
710
|
PerformanceResourceTiming: base_config_1.TYPE_VALUE,
|
|
711
|
+
PerformanceServerTiming: base_config_1.TYPE_VALUE,
|
|
727
712
|
PerformanceTiming: base_config_1.TYPE_VALUE,
|
|
728
713
|
PeriodicWave: base_config_1.TYPE_VALUE,
|
|
729
|
-
PermissionRequest: base_config_1.TYPE_VALUE,
|
|
730
|
-
PermissionRequestedEvent: base_config_1.TYPE_VALUE,
|
|
731
714
|
PermissionStatusEventMap: base_config_1.TYPE,
|
|
732
715
|
PermissionStatus: base_config_1.TYPE_VALUE,
|
|
733
716
|
Permissions: base_config_1.TYPE_VALUE,
|
|
717
|
+
PictureInPictureWindowEventMap: base_config_1.TYPE,
|
|
718
|
+
PictureInPictureWindow: base_config_1.TYPE_VALUE,
|
|
734
719
|
Plugin: base_config_1.TYPE_VALUE,
|
|
735
720
|
PluginArray: base_config_1.TYPE_VALUE,
|
|
736
721
|
PointerEvent: base_config_1.TYPE_VALUE,
|
|
@@ -751,20 +736,8 @@ exports.dom = {
|
|
|
751
736
|
RTCDataChannelEvent: base_config_1.TYPE_VALUE,
|
|
752
737
|
RTCDtlsTransportEventMap: base_config_1.TYPE,
|
|
753
738
|
RTCDtlsTransport: base_config_1.TYPE_VALUE,
|
|
754
|
-
RTCDtlsTransportStateChangedEvent: base_config_1.TYPE_VALUE,
|
|
755
|
-
RTCDtmfSenderEventMap: base_config_1.TYPE,
|
|
756
|
-
RTCDtmfSender: base_config_1.TYPE_VALUE,
|
|
757
|
-
RTCError: base_config_1.TYPE_VALUE,
|
|
758
|
-
RTCErrorEvent: base_config_1.TYPE_VALUE,
|
|
759
739
|
RTCIceCandidate: base_config_1.TYPE_VALUE,
|
|
760
|
-
RTCIceCandidatePairChangedEvent: base_config_1.TYPE_VALUE,
|
|
761
|
-
RTCIceGathererEventMap: base_config_1.TYPE,
|
|
762
|
-
RTCIceGatherer: base_config_1.TYPE_VALUE,
|
|
763
|
-
RTCIceGathererEvent: base_config_1.TYPE_VALUE,
|
|
764
|
-
RTCIceTransportEventMap: base_config_1.TYPE,
|
|
765
740
|
RTCIceTransport: base_config_1.TYPE_VALUE,
|
|
766
|
-
RTCIceTransportStateChangedEvent: base_config_1.TYPE_VALUE,
|
|
767
|
-
RTCIdentityAssertion: base_config_1.TYPE_VALUE,
|
|
768
741
|
RTCPeerConnectionEventMap: base_config_1.TYPE,
|
|
769
742
|
RTCPeerConnection: base_config_1.TYPE_VALUE,
|
|
770
743
|
RTCPeerConnectionIceErrorEvent: base_config_1.TYPE_VALUE,
|
|
@@ -772,21 +745,17 @@ exports.dom = {
|
|
|
772
745
|
RTCRtpReceiver: base_config_1.TYPE_VALUE,
|
|
773
746
|
RTCRtpSender: base_config_1.TYPE_VALUE,
|
|
774
747
|
RTCRtpTransceiver: base_config_1.TYPE_VALUE,
|
|
775
|
-
RTCSctpTransportEventMap: base_config_1.TYPE,
|
|
776
|
-
RTCSctpTransport: base_config_1.TYPE_VALUE,
|
|
777
748
|
RTCSessionDescription: base_config_1.TYPE_VALUE,
|
|
778
|
-
|
|
779
|
-
RTCSrtpSdesTransport: base_config_1.TYPE_VALUE,
|
|
780
|
-
RTCSsrcConflictEvent: base_config_1.TYPE_VALUE,
|
|
781
|
-
RTCStatsProvider: base_config_1.TYPE_VALUE,
|
|
749
|
+
RTCStatsReport: base_config_1.TYPE_VALUE,
|
|
782
750
|
RTCTrackEvent: base_config_1.TYPE_VALUE,
|
|
783
751
|
RadioNodeList: base_config_1.TYPE_VALUE,
|
|
784
|
-
RandomSource: base_config_1.TYPE_VALUE,
|
|
785
752
|
Range: base_config_1.TYPE_VALUE,
|
|
786
753
|
ReadableStream: base_config_1.TYPE_VALUE,
|
|
787
754
|
ReadableStreamDefaultController: base_config_1.TYPE_VALUE,
|
|
788
755
|
ReadableStreamDefaultReader: base_config_1.TYPE_VALUE,
|
|
789
756
|
ReadableStreamGenericReader: base_config_1.TYPE,
|
|
757
|
+
RemotePlaybackEventMap: base_config_1.TYPE,
|
|
758
|
+
RemotePlayback: base_config_1.TYPE_VALUE,
|
|
790
759
|
Request: base_config_1.TYPE_VALUE,
|
|
791
760
|
ResizeObserver: base_config_1.TYPE_VALUE,
|
|
792
761
|
ResizeObserverEntry: base_config_1.TYPE_VALUE,
|
|
@@ -814,13 +783,10 @@ exports.dom = {
|
|
|
814
783
|
SVGCircleElement: base_config_1.TYPE_VALUE,
|
|
815
784
|
SVGClipPathElement: base_config_1.TYPE_VALUE,
|
|
816
785
|
SVGComponentTransferFunctionElement: base_config_1.TYPE_VALUE,
|
|
817
|
-
SVGCursorElement: base_config_1.TYPE_VALUE,
|
|
818
786
|
SVGDefsElement: base_config_1.TYPE_VALUE,
|
|
819
787
|
SVGDescElement: base_config_1.TYPE_VALUE,
|
|
820
788
|
SVGElementEventMap: base_config_1.TYPE,
|
|
821
789
|
SVGElement: base_config_1.TYPE_VALUE,
|
|
822
|
-
SVGElementInstance: base_config_1.TYPE_VALUE,
|
|
823
|
-
SVGElementInstanceList: base_config_1.TYPE_VALUE,
|
|
824
790
|
SVGEllipseElement: base_config_1.TYPE_VALUE,
|
|
825
791
|
SVGFEBlendElement: base_config_1.TYPE_VALUE,
|
|
826
792
|
SVGFEColorMatrixElement: base_config_1.TYPE_VALUE,
|
|
@@ -860,33 +826,13 @@ exports.dom = {
|
|
|
860
826
|
SVGLengthList: base_config_1.TYPE_VALUE,
|
|
861
827
|
SVGLineElement: base_config_1.TYPE_VALUE,
|
|
862
828
|
SVGLinearGradientElement: base_config_1.TYPE_VALUE,
|
|
829
|
+
SVGMPathElement: base_config_1.TYPE_VALUE,
|
|
863
830
|
SVGMarkerElement: base_config_1.TYPE_VALUE,
|
|
864
831
|
SVGMaskElement: base_config_1.TYPE_VALUE,
|
|
865
832
|
SVGMetadataElement: base_config_1.TYPE_VALUE,
|
|
866
833
|
SVGNumber: base_config_1.TYPE_VALUE,
|
|
867
834
|
SVGNumberList: base_config_1.TYPE_VALUE,
|
|
868
835
|
SVGPathElement: base_config_1.TYPE_VALUE,
|
|
869
|
-
SVGPathSeg: base_config_1.TYPE_VALUE,
|
|
870
|
-
SVGPathSegArcAbs: base_config_1.TYPE_VALUE,
|
|
871
|
-
SVGPathSegArcRel: base_config_1.TYPE_VALUE,
|
|
872
|
-
SVGPathSegClosePath: base_config_1.TYPE_VALUE,
|
|
873
|
-
SVGPathSegCurvetoCubicAbs: base_config_1.TYPE_VALUE,
|
|
874
|
-
SVGPathSegCurvetoCubicRel: base_config_1.TYPE_VALUE,
|
|
875
|
-
SVGPathSegCurvetoCubicSmoothAbs: base_config_1.TYPE_VALUE,
|
|
876
|
-
SVGPathSegCurvetoCubicSmoothRel: base_config_1.TYPE_VALUE,
|
|
877
|
-
SVGPathSegCurvetoQuadraticAbs: base_config_1.TYPE_VALUE,
|
|
878
|
-
SVGPathSegCurvetoQuadraticRel: base_config_1.TYPE_VALUE,
|
|
879
|
-
SVGPathSegCurvetoQuadraticSmoothAbs: base_config_1.TYPE_VALUE,
|
|
880
|
-
SVGPathSegCurvetoQuadraticSmoothRel: base_config_1.TYPE_VALUE,
|
|
881
|
-
SVGPathSegLinetoAbs: base_config_1.TYPE_VALUE,
|
|
882
|
-
SVGPathSegLinetoHorizontalAbs: base_config_1.TYPE_VALUE,
|
|
883
|
-
SVGPathSegLinetoHorizontalRel: base_config_1.TYPE_VALUE,
|
|
884
|
-
SVGPathSegLinetoRel: base_config_1.TYPE_VALUE,
|
|
885
|
-
SVGPathSegLinetoVerticalAbs: base_config_1.TYPE_VALUE,
|
|
886
|
-
SVGPathSegLinetoVerticalRel: base_config_1.TYPE_VALUE,
|
|
887
|
-
SVGPathSegList: base_config_1.TYPE_VALUE,
|
|
888
|
-
SVGPathSegMovetoAbs: base_config_1.TYPE_VALUE,
|
|
889
|
-
SVGPathSegMovetoRel: base_config_1.TYPE_VALUE,
|
|
890
836
|
SVGPatternElement: base_config_1.TYPE_VALUE,
|
|
891
837
|
SVGPointList: base_config_1.TYPE_VALUE,
|
|
892
838
|
SVGPolygonElement: base_config_1.TYPE_VALUE,
|
|
@@ -897,6 +843,7 @@ exports.dom = {
|
|
|
897
843
|
SVGSVGElementEventMap: base_config_1.TYPE,
|
|
898
844
|
SVGSVGElement: base_config_1.TYPE_VALUE,
|
|
899
845
|
SVGScriptElement: base_config_1.TYPE_VALUE,
|
|
846
|
+
SVGSetElement: base_config_1.TYPE_VALUE,
|
|
900
847
|
SVGStopElement: base_config_1.TYPE_VALUE,
|
|
901
848
|
SVGStringList: base_config_1.TYPE_VALUE,
|
|
902
849
|
SVGStyleElement: base_config_1.TYPE_VALUE,
|
|
@@ -915,8 +862,6 @@ exports.dom = {
|
|
|
915
862
|
SVGUnitTypes: base_config_1.TYPE_VALUE,
|
|
916
863
|
SVGUseElement: base_config_1.TYPE_VALUE,
|
|
917
864
|
SVGViewElement: base_config_1.TYPE_VALUE,
|
|
918
|
-
SVGZoomAndPan: base_config_1.TYPE,
|
|
919
|
-
SVGZoomEvent: base_config_1.TYPE_VALUE,
|
|
920
865
|
Screen: base_config_1.TYPE_VALUE,
|
|
921
866
|
ScreenOrientationEventMap: base_config_1.TYPE,
|
|
922
867
|
ScreenOrientation: base_config_1.TYPE_VALUE,
|
|
@@ -924,13 +869,13 @@ exports.dom = {
|
|
|
924
869
|
ScriptProcessorNode: base_config_1.TYPE_VALUE,
|
|
925
870
|
SecurityPolicyViolationEvent: base_config_1.TYPE_VALUE,
|
|
926
871
|
Selection: base_config_1.TYPE_VALUE,
|
|
927
|
-
ServiceUIFrameContext: base_config_1.TYPE_VALUE,
|
|
928
872
|
ServiceWorkerEventMap: base_config_1.TYPE,
|
|
929
873
|
ServiceWorker: base_config_1.TYPE_VALUE,
|
|
930
874
|
ServiceWorkerContainerEventMap: base_config_1.TYPE,
|
|
931
875
|
ServiceWorkerContainer: base_config_1.TYPE_VALUE,
|
|
932
876
|
ServiceWorkerRegistrationEventMap: base_config_1.TYPE,
|
|
933
877
|
ServiceWorkerRegistration: base_config_1.TYPE_VALUE,
|
|
878
|
+
ShadowRootEventMap: base_config_1.TYPE,
|
|
934
879
|
ShadowRoot: base_config_1.TYPE_VALUE,
|
|
935
880
|
SharedWorker: base_config_1.TYPE_VALUE,
|
|
936
881
|
Slottable: base_config_1.TYPE,
|
|
@@ -938,13 +883,7 @@ exports.dom = {
|
|
|
938
883
|
SourceBuffer: base_config_1.TYPE_VALUE,
|
|
939
884
|
SourceBufferListEventMap: base_config_1.TYPE,
|
|
940
885
|
SourceBufferList: base_config_1.TYPE_VALUE,
|
|
941
|
-
SpeechGrammar: base_config_1.TYPE_VALUE,
|
|
942
|
-
SpeechGrammarList: base_config_1.TYPE_VALUE,
|
|
943
|
-
SpeechRecognitionEventMap: base_config_1.TYPE,
|
|
944
|
-
SpeechRecognition: base_config_1.TYPE_VALUE,
|
|
945
886
|
SpeechRecognitionAlternative: base_config_1.TYPE_VALUE,
|
|
946
|
-
SpeechRecognitionErrorEvent: base_config_1.TYPE_VALUE,
|
|
947
|
-
SpeechRecognitionEvent: base_config_1.TYPE_VALUE,
|
|
948
887
|
SpeechRecognitionResult: base_config_1.TYPE_VALUE,
|
|
949
888
|
SpeechRecognitionResultList: base_config_1.TYPE_VALUE,
|
|
950
889
|
SpeechSynthesisEventMap: base_config_1.TYPE,
|
|
@@ -959,11 +898,11 @@ exports.dom = {
|
|
|
959
898
|
Storage: base_config_1.TYPE_VALUE,
|
|
960
899
|
StorageEvent: base_config_1.TYPE_VALUE,
|
|
961
900
|
StorageManager: base_config_1.TYPE_VALUE,
|
|
962
|
-
StyleMedia: base_config_1.
|
|
901
|
+
StyleMedia: base_config_1.TYPE,
|
|
963
902
|
StyleSheet: base_config_1.TYPE_VALUE,
|
|
964
903
|
StyleSheetList: base_config_1.TYPE_VALUE,
|
|
904
|
+
SubmitEvent: base_config_1.TYPE_VALUE,
|
|
965
905
|
SubtleCrypto: base_config_1.TYPE_VALUE,
|
|
966
|
-
SyncManager: base_config_1.TYPE_VALUE,
|
|
967
906
|
Text: base_config_1.TYPE_VALUE,
|
|
968
907
|
TextDecoder: base_config_1.TYPE_VALUE,
|
|
969
908
|
TextDecoderCommon: base_config_1.TYPE,
|
|
@@ -971,7 +910,6 @@ exports.dom = {
|
|
|
971
910
|
TextEncoder: base_config_1.TYPE_VALUE,
|
|
972
911
|
TextEncoderCommon: base_config_1.TYPE,
|
|
973
912
|
TextEncoderStream: base_config_1.TYPE_VALUE,
|
|
974
|
-
TextEvent: base_config_1.TYPE_VALUE,
|
|
975
913
|
TextMetrics: base_config_1.TYPE_VALUE,
|
|
976
914
|
TextTrackEventMap: base_config_1.TYPE,
|
|
977
915
|
TextTrack: base_config_1.TYPE_VALUE,
|
|
@@ -993,13 +931,6 @@ exports.dom = {
|
|
|
993
931
|
URL: base_config_1.TYPE_VALUE,
|
|
994
932
|
webkitURL: base_config_1.TYPE_VALUE,
|
|
995
933
|
URLSearchParams: base_config_1.TYPE_VALUE,
|
|
996
|
-
VRDisplay: base_config_1.TYPE_VALUE,
|
|
997
|
-
VRDisplayCapabilities: base_config_1.TYPE_VALUE,
|
|
998
|
-
VRDisplayEvent: base_config_1.TYPE_VALUE,
|
|
999
|
-
VREyeParameters: base_config_1.TYPE_VALUE,
|
|
1000
|
-
VRFieldOfView: base_config_1.TYPE_VALUE,
|
|
1001
|
-
VRFrameData: base_config_1.TYPE_VALUE,
|
|
1002
|
-
VRPose: base_config_1.TYPE_VALUE,
|
|
1003
934
|
VTTCue: base_config_1.TYPE_VALUE,
|
|
1004
935
|
VTTRegion: base_config_1.TYPE_VALUE,
|
|
1005
936
|
ValidityState: base_config_1.TYPE_VALUE,
|
|
@@ -1008,6 +939,9 @@ exports.dom = {
|
|
|
1008
939
|
VisualViewport: base_config_1.TYPE_VALUE,
|
|
1009
940
|
WEBGL_color_buffer_float: base_config_1.TYPE,
|
|
1010
941
|
WEBGL_compressed_texture_astc: base_config_1.TYPE,
|
|
942
|
+
WEBGL_compressed_texture_etc: base_config_1.TYPE,
|
|
943
|
+
WEBGL_compressed_texture_etc1: base_config_1.TYPE,
|
|
944
|
+
WEBGL_compressed_texture_pvrtc: base_config_1.TYPE,
|
|
1011
945
|
WEBGL_compressed_texture_s3tc: base_config_1.TYPE,
|
|
1012
946
|
WEBGL_compressed_texture_s3tc_srgb: base_config_1.TYPE,
|
|
1013
947
|
WEBGL_debug_renderer_info: base_config_1.TYPE,
|
|
@@ -1015,6 +949,7 @@ exports.dom = {
|
|
|
1015
949
|
WEBGL_depth_texture: base_config_1.TYPE,
|
|
1016
950
|
WEBGL_draw_buffers: base_config_1.TYPE,
|
|
1017
951
|
WEBGL_lose_context: base_config_1.TYPE,
|
|
952
|
+
WEBGL_multi_draw: base_config_1.TYPE,
|
|
1018
953
|
WaveShaperNode: base_config_1.TYPE_VALUE,
|
|
1019
954
|
WebGL2RenderingContext: base_config_1.TYPE_VALUE,
|
|
1020
955
|
WebGL2RenderingContextBase: base_config_1.TYPE,
|
|
@@ -1038,7 +973,6 @@ exports.dom = {
|
|
|
1038
973
|
WebGLUniformLocation: base_config_1.TYPE_VALUE,
|
|
1039
974
|
WebGLVertexArrayObject: base_config_1.TYPE_VALUE,
|
|
1040
975
|
WebGLVertexArrayObjectOES: base_config_1.TYPE,
|
|
1041
|
-
WebKitPoint: base_config_1.TYPE_VALUE,
|
|
1042
976
|
WebSocketEventMap: base_config_1.TYPE,
|
|
1043
977
|
WebSocket: base_config_1.TYPE_VALUE,
|
|
1044
978
|
WheelEvent: base_config_1.TYPE_VALUE,
|
|
@@ -1067,8 +1001,6 @@ exports.dom = {
|
|
|
1067
1001
|
XPathExpression: base_config_1.TYPE_VALUE,
|
|
1068
1002
|
XPathResult: base_config_1.TYPE_VALUE,
|
|
1069
1003
|
XSLTProcessor: base_config_1.TYPE_VALUE,
|
|
1070
|
-
webkitRTCPeerConnection: base_config_1.TYPE_VALUE,
|
|
1071
|
-
EventListenerOrEventListenerObject: base_config_1.TYPE,
|
|
1072
1004
|
Console: base_config_1.TYPE,
|
|
1073
1005
|
CSS: base_config_1.TYPE_VALUE,
|
|
1074
1006
|
WebAssembly: base_config_1.TYPE_VALUE,
|
|
@@ -1076,15 +1008,17 @@ exports.dom = {
|
|
|
1076
1008
|
CustomElementConstructor: base_config_1.TYPE,
|
|
1077
1009
|
DecodeErrorCallback: base_config_1.TYPE,
|
|
1078
1010
|
DecodeSuccessCallback: base_config_1.TYPE,
|
|
1079
|
-
|
|
1080
|
-
|
|
1011
|
+
ErrorCallback: base_config_1.TYPE,
|
|
1012
|
+
FileCallback: base_config_1.TYPE,
|
|
1013
|
+
FileSystemEntriesCallback: base_config_1.TYPE,
|
|
1014
|
+
FileSystemEntryCallback: base_config_1.TYPE,
|
|
1081
1015
|
FrameRequestCallback: base_config_1.TYPE,
|
|
1082
1016
|
FunctionStringCallback: base_config_1.TYPE,
|
|
1017
|
+
IdleRequestCallback: base_config_1.TYPE,
|
|
1083
1018
|
IntersectionObserverCallback: base_config_1.TYPE,
|
|
1084
|
-
|
|
1019
|
+
LockGrantedCallback: base_config_1.TYPE,
|
|
1020
|
+
MediaSessionActionHandler: base_config_1.TYPE,
|
|
1085
1021
|
MutationCallback: base_config_1.TYPE,
|
|
1086
|
-
NavigatorUserMediaErrorCallback: base_config_1.TYPE,
|
|
1087
|
-
NavigatorUserMediaSuccessCallback: base_config_1.TYPE,
|
|
1088
1022
|
NotificationPermissionCallback: base_config_1.TYPE,
|
|
1089
1023
|
OnBeforeUnloadEventHandlerNonNull: base_config_1.TYPE,
|
|
1090
1024
|
OnErrorEventHandlerNonNull: base_config_1.TYPE,
|
|
@@ -1094,7 +1028,7 @@ exports.dom = {
|
|
|
1094
1028
|
QueuingStrategySize: base_config_1.TYPE,
|
|
1095
1029
|
RTCPeerConnectionErrorCallback: base_config_1.TYPE,
|
|
1096
1030
|
RTCSessionDescriptionCallback: base_config_1.TYPE,
|
|
1097
|
-
|
|
1031
|
+
RemotePlaybackAvailabilityCallback: base_config_1.TYPE,
|
|
1098
1032
|
ResizeObserverCallback: base_config_1.TYPE,
|
|
1099
1033
|
TransformerFlushCallback: base_config_1.TYPE,
|
|
1100
1034
|
TransformerStartCallback: base_config_1.TYPE,
|
|
@@ -1111,69 +1045,72 @@ exports.dom = {
|
|
|
1111
1045
|
HTMLElementDeprecatedTagNameMap: base_config_1.TYPE,
|
|
1112
1046
|
SVGElementTagNameMap: base_config_1.TYPE,
|
|
1113
1047
|
ElementTagNameMap: base_config_1.TYPE,
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1048
|
+
AlgorithmIdentifier: base_config_1.TYPE,
|
|
1049
|
+
BigInteger: base_config_1.TYPE,
|
|
1050
|
+
BinaryData: base_config_1.TYPE,
|
|
1117
1051
|
BlobPart: base_config_1.TYPE,
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1052
|
+
BodyInit: base_config_1.TYPE,
|
|
1053
|
+
BufferSource: base_config_1.TYPE,
|
|
1054
|
+
COSEAlgorithmIdentifier: base_config_1.TYPE,
|
|
1055
|
+
CSSNumberish: base_config_1.TYPE,
|
|
1121
1056
|
CanvasImageSource: base_config_1.TYPE,
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
ImageBitmapSource: base_config_1.TYPE,
|
|
1126
|
-
MediaProvider: base_config_1.TYPE,
|
|
1127
|
-
OnErrorEventHandler: base_config_1.TYPE,
|
|
1128
|
-
OnBeforeUnloadEventHandler: base_config_1.TYPE,
|
|
1129
|
-
TimerHandler: base_config_1.TYPE,
|
|
1130
|
-
ConstrainULong: base_config_1.TYPE,
|
|
1131
|
-
ConstrainDouble: base_config_1.TYPE,
|
|
1057
|
+
ClipboardItemData: base_config_1.TYPE,
|
|
1058
|
+
ClipboardItemDataType: base_config_1.TYPE,
|
|
1059
|
+
ClipboardItems: base_config_1.TYPE,
|
|
1132
1060
|
ConstrainBoolean: base_config_1.TYPE,
|
|
1133
1061
|
ConstrainDOMString: base_config_1.TYPE,
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
AlgorithmIdentifier: base_config_1.TYPE,
|
|
1142
|
-
HashAlgorithmIdentifier: base_config_1.TYPE,
|
|
1143
|
-
BigInteger: base_config_1.TYPE,
|
|
1144
|
-
NamedCurve: base_config_1.TYPE,
|
|
1145
|
-
GLenum: base_config_1.TYPE,
|
|
1146
|
-
GLboolean: base_config_1.TYPE,
|
|
1062
|
+
ConstrainDouble: base_config_1.TYPE,
|
|
1063
|
+
ConstrainULong: base_config_1.TYPE,
|
|
1064
|
+
DOMHighResTimeStamp: base_config_1.TYPE,
|
|
1065
|
+
EpochTimeStamp: base_config_1.TYPE,
|
|
1066
|
+
EventListenerOrEventListenerObject: base_config_1.TYPE,
|
|
1067
|
+
Float32List: base_config_1.TYPE,
|
|
1068
|
+
FormDataEntryValue: base_config_1.TYPE,
|
|
1147
1069
|
GLbitfield: base_config_1.TYPE,
|
|
1070
|
+
GLboolean: base_config_1.TYPE,
|
|
1071
|
+
GLclampf: base_config_1.TYPE,
|
|
1072
|
+
GLenum: base_config_1.TYPE,
|
|
1073
|
+
GLfloat: base_config_1.TYPE,
|
|
1148
1074
|
GLint: base_config_1.TYPE,
|
|
1149
|
-
|
|
1075
|
+
GLint64: base_config_1.TYPE,
|
|
1150
1076
|
GLintptr: base_config_1.TYPE,
|
|
1077
|
+
GLsizei: base_config_1.TYPE,
|
|
1151
1078
|
GLsizeiptr: base_config_1.TYPE,
|
|
1152
1079
|
GLuint: base_config_1.TYPE,
|
|
1153
|
-
GLfloat: base_config_1.TYPE,
|
|
1154
|
-
GLclampf: base_config_1.TYPE,
|
|
1155
|
-
TexImageSource: base_config_1.TYPE,
|
|
1156
|
-
Float32List: base_config_1.TYPE,
|
|
1157
|
-
Int32List: base_config_1.TYPE,
|
|
1158
|
-
GLint64: base_config_1.TYPE,
|
|
1159
1080
|
GLuint64: base_config_1.TYPE,
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
FormDataEntryValue: base_config_1.TYPE,
|
|
1165
|
-
InsertPosition: base_config_1.TYPE,
|
|
1081
|
+
HTMLOrSVGImageElement: base_config_1.TYPE,
|
|
1082
|
+
HTMLOrSVGScriptElement: base_config_1.TYPE,
|
|
1083
|
+
HashAlgorithmIdentifier: base_config_1.TYPE,
|
|
1084
|
+
HeadersInit: base_config_1.TYPE,
|
|
1166
1085
|
IDBValidKey: base_config_1.TYPE,
|
|
1086
|
+
ImageBitmapSource: base_config_1.TYPE,
|
|
1087
|
+
InsertPosition: base_config_1.TYPE,
|
|
1088
|
+
Int32List: base_config_1.TYPE,
|
|
1089
|
+
LineAndPositionSetting: base_config_1.TYPE,
|
|
1090
|
+
MediaProvider: base_config_1.TYPE,
|
|
1091
|
+
MessageEventSource: base_config_1.TYPE,
|
|
1167
1092
|
MutationRecordType: base_config_1.TYPE,
|
|
1168
|
-
|
|
1093
|
+
NamedCurve: base_config_1.TYPE,
|
|
1094
|
+
OnBeforeUnloadEventHandler: base_config_1.TYPE,
|
|
1095
|
+
OnErrorEventHandler: base_config_1.TYPE,
|
|
1096
|
+
PerformanceEntryList: base_config_1.TYPE,
|
|
1097
|
+
ReadableStreamController: base_config_1.TYPE,
|
|
1098
|
+
ReadableStreamDefaultReadResult: base_config_1.TYPE,
|
|
1099
|
+
ReadableStreamReader: base_config_1.TYPE,
|
|
1100
|
+
RenderingContext: base_config_1.TYPE,
|
|
1101
|
+
RequestInfo: base_config_1.TYPE,
|
|
1102
|
+
TexImageSource: base_config_1.TYPE,
|
|
1103
|
+
TimerHandler: base_config_1.TYPE,
|
|
1169
1104
|
Transferable: base_config_1.TYPE,
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1105
|
+
Uint32List: base_config_1.TYPE,
|
|
1106
|
+
UvmEntries: base_config_1.TYPE,
|
|
1107
|
+
UvmEntry: base_config_1.TYPE,
|
|
1108
|
+
VibratePattern: base_config_1.TYPE,
|
|
1173
1109
|
WindowProxy: base_config_1.TYPE,
|
|
1174
|
-
|
|
1110
|
+
XMLHttpRequestBodyInit: base_config_1.TYPE,
|
|
1175
1111
|
AlignSetting: base_config_1.TYPE,
|
|
1176
1112
|
AnimationPlayState: base_config_1.TYPE,
|
|
1113
|
+
AnimationReplaceState: base_config_1.TYPE,
|
|
1177
1114
|
AppendMode: base_config_1.TYPE,
|
|
1178
1115
|
AttestationConveyancePreference: base_config_1.TYPE,
|
|
1179
1116
|
AudioContextLatencyCategory: base_config_1.TYPE,
|
|
@@ -1187,31 +1124,43 @@ exports.dom = {
|
|
|
1187
1124
|
CanPlayTypeResult: base_config_1.TYPE,
|
|
1188
1125
|
CanvasDirection: base_config_1.TYPE,
|
|
1189
1126
|
CanvasFillRule: base_config_1.TYPE,
|
|
1127
|
+
CanvasFontKerning: base_config_1.TYPE,
|
|
1128
|
+
CanvasFontStretch: base_config_1.TYPE,
|
|
1129
|
+
CanvasFontVariantCaps: base_config_1.TYPE,
|
|
1190
1130
|
CanvasLineCap: base_config_1.TYPE,
|
|
1191
1131
|
CanvasLineJoin: base_config_1.TYPE,
|
|
1192
1132
|
CanvasTextAlign: base_config_1.TYPE,
|
|
1193
1133
|
CanvasTextBaseline: base_config_1.TYPE,
|
|
1134
|
+
CanvasTextRendering: base_config_1.TYPE,
|
|
1194
1135
|
ChannelCountMode: base_config_1.TYPE,
|
|
1195
1136
|
ChannelInterpretation: base_config_1.TYPE,
|
|
1196
1137
|
ClientTypes: base_config_1.TYPE,
|
|
1138
|
+
ColorGamut: base_config_1.TYPE,
|
|
1197
1139
|
ColorSpaceConversion: base_config_1.TYPE,
|
|
1198
1140
|
CompositeOperation: base_config_1.TYPE,
|
|
1199
1141
|
CompositeOperationOrAuto: base_config_1.TYPE,
|
|
1142
|
+
ConnectionType: base_config_1.TYPE,
|
|
1200
1143
|
CredentialMediationRequirement: base_config_1.TYPE,
|
|
1201
1144
|
DOMParserSupportedType: base_config_1.TYPE,
|
|
1202
1145
|
DirectionSetting: base_config_1.TYPE,
|
|
1203
1146
|
DisplayCaptureSurfaceType: base_config_1.TYPE,
|
|
1204
1147
|
DistanceModelType: base_config_1.TYPE,
|
|
1205
1148
|
DocumentReadyState: base_config_1.TYPE,
|
|
1149
|
+
DocumentVisibilityState: base_config_1.TYPE,
|
|
1206
1150
|
EndOfStreamError: base_config_1.TYPE,
|
|
1207
1151
|
EndingType: base_config_1.TYPE,
|
|
1152
|
+
FileSystemHandleKind: base_config_1.TYPE,
|
|
1208
1153
|
FillMode: base_config_1.TYPE,
|
|
1154
|
+
FontFaceLoadStatus: base_config_1.TYPE,
|
|
1155
|
+
FontFaceSetLoadStatus: base_config_1.TYPE,
|
|
1209
1156
|
FullscreenNavigationUI: base_config_1.TYPE,
|
|
1210
|
-
GamepadHand: base_config_1.TYPE,
|
|
1211
1157
|
GamepadHapticActuatorType: base_config_1.TYPE,
|
|
1212
1158
|
GamepadMappingType: base_config_1.TYPE,
|
|
1159
|
+
GlobalCompositeOperation: base_config_1.TYPE,
|
|
1160
|
+
HdrMetadataType: base_config_1.TYPE,
|
|
1213
1161
|
IDBCursorDirection: base_config_1.TYPE,
|
|
1214
1162
|
IDBRequestReadyState: base_config_1.TYPE,
|
|
1163
|
+
IDBTransactionDurability: base_config_1.TYPE,
|
|
1215
1164
|
IDBTransactionMode: base_config_1.TYPE,
|
|
1216
1165
|
ImageOrientation: base_config_1.TYPE,
|
|
1217
1166
|
ImageSmoothingQuality: base_config_1.TYPE,
|
|
@@ -1220,65 +1169,62 @@ exports.dom = {
|
|
|
1220
1169
|
KeyType: base_config_1.TYPE,
|
|
1221
1170
|
KeyUsage: base_config_1.TYPE,
|
|
1222
1171
|
LineAlignSetting: base_config_1.TYPE,
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
MSTransportType: base_config_1.TYPE,
|
|
1226
|
-
MSWebViewPermissionState: base_config_1.TYPE,
|
|
1227
|
-
MSWebViewPermissionType: base_config_1.TYPE,
|
|
1172
|
+
LockMode: base_config_1.TYPE,
|
|
1173
|
+
MediaDecodingType: base_config_1.TYPE,
|
|
1228
1174
|
MediaDeviceKind: base_config_1.TYPE,
|
|
1175
|
+
MediaEncodingType: base_config_1.TYPE,
|
|
1229
1176
|
MediaKeyMessageType: base_config_1.TYPE,
|
|
1177
|
+
MediaKeySessionClosedReason: base_config_1.TYPE,
|
|
1230
1178
|
MediaKeySessionType: base_config_1.TYPE,
|
|
1231
1179
|
MediaKeyStatus: base_config_1.TYPE,
|
|
1232
1180
|
MediaKeysRequirement: base_config_1.TYPE,
|
|
1181
|
+
MediaSessionAction: base_config_1.TYPE,
|
|
1182
|
+
MediaSessionPlaybackState: base_config_1.TYPE,
|
|
1233
1183
|
MediaStreamTrackState: base_config_1.TYPE,
|
|
1234
|
-
NavigationReason: base_config_1.TYPE,
|
|
1235
1184
|
NavigationType: base_config_1.TYPE,
|
|
1236
1185
|
NotificationDirection: base_config_1.TYPE,
|
|
1237
1186
|
NotificationPermission: base_config_1.TYPE,
|
|
1238
|
-
OffscreenRenderingContextId: base_config_1.TYPE,
|
|
1239
1187
|
OrientationLockType: base_config_1.TYPE,
|
|
1240
1188
|
OrientationType: base_config_1.TYPE,
|
|
1241
1189
|
OscillatorType: base_config_1.TYPE,
|
|
1242
1190
|
OverSampleType: base_config_1.TYPE,
|
|
1243
1191
|
PanningModelType: base_config_1.TYPE,
|
|
1244
1192
|
PaymentComplete: base_config_1.TYPE,
|
|
1245
|
-
PaymentShippingType: base_config_1.TYPE,
|
|
1246
1193
|
PermissionName: base_config_1.TYPE,
|
|
1247
1194
|
PermissionState: base_config_1.TYPE,
|
|
1248
1195
|
PlaybackDirection: base_config_1.TYPE,
|
|
1249
1196
|
PositionAlignSetting: base_config_1.TYPE,
|
|
1197
|
+
PredefinedColorSpace: base_config_1.TYPE,
|
|
1250
1198
|
PremultiplyAlpha: base_config_1.TYPE,
|
|
1199
|
+
PresentationStyle: base_config_1.TYPE,
|
|
1251
1200
|
PublicKeyCredentialType: base_config_1.TYPE,
|
|
1252
1201
|
PushEncryptionKeyName: base_config_1.TYPE,
|
|
1253
|
-
PushPermissionState: base_config_1.TYPE,
|
|
1254
1202
|
RTCBundlePolicy: base_config_1.TYPE,
|
|
1255
1203
|
RTCDataChannelState: base_config_1.TYPE,
|
|
1256
|
-
|
|
1204
|
+
RTCDegradationPreference: base_config_1.TYPE,
|
|
1257
1205
|
RTCDtlsTransportState: base_config_1.TYPE,
|
|
1258
|
-
RTCErrorDetailType: base_config_1.TYPE,
|
|
1259
1206
|
RTCIceCandidateType: base_config_1.TYPE,
|
|
1260
1207
|
RTCIceComponent: base_config_1.TYPE,
|
|
1261
1208
|
RTCIceConnectionState: base_config_1.TYPE,
|
|
1262
1209
|
RTCIceCredentialType: base_config_1.TYPE,
|
|
1263
|
-
RTCIceGatherPolicy: base_config_1.TYPE,
|
|
1264
1210
|
RTCIceGathererState: base_config_1.TYPE,
|
|
1265
1211
|
RTCIceGatheringState: base_config_1.TYPE,
|
|
1266
1212
|
RTCIceProtocol: base_config_1.TYPE,
|
|
1267
|
-
RTCIceRole: base_config_1.TYPE,
|
|
1268
1213
|
RTCIceTcpCandidateType: base_config_1.TYPE,
|
|
1269
1214
|
RTCIceTransportPolicy: base_config_1.TYPE,
|
|
1270
1215
|
RTCIceTransportState: base_config_1.TYPE,
|
|
1271
1216
|
RTCPeerConnectionState: base_config_1.TYPE,
|
|
1217
|
+
RTCPriorityType: base_config_1.TYPE,
|
|
1272
1218
|
RTCRtcpMuxPolicy: base_config_1.TYPE,
|
|
1273
1219
|
RTCRtpTransceiverDirection: base_config_1.TYPE,
|
|
1274
|
-
RTCSctpTransportState: base_config_1.TYPE,
|
|
1275
1220
|
RTCSdpType: base_config_1.TYPE,
|
|
1276
1221
|
RTCSignalingState: base_config_1.TYPE,
|
|
1277
1222
|
RTCStatsIceCandidatePairState: base_config_1.TYPE,
|
|
1278
|
-
RTCStatsIceCandidateType: base_config_1.TYPE,
|
|
1279
1223
|
RTCStatsType: base_config_1.TYPE,
|
|
1280
1224
|
ReadyState: base_config_1.TYPE,
|
|
1225
|
+
RecordingState: base_config_1.TYPE,
|
|
1281
1226
|
ReferrerPolicy: base_config_1.TYPE,
|
|
1227
|
+
RemotePlaybackState: base_config_1.TYPE,
|
|
1282
1228
|
RequestCache: base_config_1.TYPE,
|
|
1283
1229
|
RequestCredentials: base_config_1.TYPE,
|
|
1284
1230
|
RequestDestination: base_config_1.TYPE,
|
|
@@ -1292,19 +1238,19 @@ exports.dom = {
|
|
|
1292
1238
|
ScrollLogicalPosition: base_config_1.TYPE,
|
|
1293
1239
|
ScrollRestoration: base_config_1.TYPE,
|
|
1294
1240
|
ScrollSetting: base_config_1.TYPE,
|
|
1241
|
+
SecurityPolicyViolationEventDisposition: base_config_1.TYPE,
|
|
1295
1242
|
SelectionMode: base_config_1.TYPE,
|
|
1296
1243
|
ServiceWorkerState: base_config_1.TYPE,
|
|
1297
1244
|
ServiceWorkerUpdateViaCache: base_config_1.TYPE,
|
|
1298
1245
|
ShadowRootMode: base_config_1.TYPE,
|
|
1299
|
-
|
|
1246
|
+
SlotAssignmentMode: base_config_1.TYPE,
|
|
1300
1247
|
SpeechSynthesisErrorCode: base_config_1.TYPE,
|
|
1301
1248
|
TextTrackKind: base_config_1.TYPE,
|
|
1302
1249
|
TextTrackMode: base_config_1.TYPE,
|
|
1303
1250
|
TouchType: base_config_1.TYPE,
|
|
1251
|
+
TransferFunction: base_config_1.TYPE,
|
|
1304
1252
|
UserVerificationRequirement: base_config_1.TYPE,
|
|
1305
|
-
VRDisplayEventReason: base_config_1.TYPE,
|
|
1306
1253
|
VideoFacingModeEnum: base_config_1.TYPE,
|
|
1307
|
-
VisibilityState: base_config_1.TYPE,
|
|
1308
1254
|
WebGLPowerPreference: base_config_1.TYPE,
|
|
1309
1255
|
WorkerType: base_config_1.TYPE,
|
|
1310
1256
|
XMLHttpRequestResponseType: base_config_1.TYPE,
|