TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

Tool for generating dom related TypeScript and JavaScript library files

Results 208 TypeScript-DOM-lib-generator issues
Sort by recently updated
recently updated
newest added

The `@types/web` package typings are published as a `lib` -- they don't declare any module, they don't import or export anything. You can include them using a triple-slash comment, but...

Bumps [@webref/idl](https://github.com/w3c/webref) from 3.11.2 to 3.13.2. Commits 3b01d12 Publish curated data from 1e81f5c33765fa54573e0b73677b12723512b6a5 19fc82c Publish curated data from c2b05729025bb747f9b972483dc9943df3cce5e6 96b2718 Publish curated data from 16bab25830018a0ea9746ea8a1436391faa2a432 76d84c4 Publish curated data from...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.41 to 17.0.45. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.41&new-version=17.0.45)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.27.1 to 5.32.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.32.0 5.32.0 (2022-08-01) Features eslint-plugin: [no-use-before-define] add "allowNamedExports" option (#5397) (ad412cd) v5.31.0 5.31.0 (2022-07-25) Bug Fixes eslint-plugin: [typedef]...

dependencies

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.0.0 to 4.2.1. Release notes Sourced from eslint-plugin-prettier's releases. v4.2.1 4.2.1 Patch Changes #485 5736ed5 Thanks @​JounQin! - chore: reuse prettierRcOptions instead of resolveConfig again v4.2.0 4.2.0...

dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.30.3 to 5.32.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.32.0 5.32.0 (2022-08-01) Features eslint-plugin: [no-use-before-define] add "allowNamedExports" option (#5397) (ad412cd) v5.31.0 5.31.0 (2022-07-25) Bug Fixes eslint-plugin: [typedef]...

dependencies

Specifically this: https://github.com/microsoft/TypeScript/pull/50031 I'm not clear on how to make that change here.

Hi Team, Even though `aspect-ratio` css property is hugely supported in all modern browsers. Its giving typescript error saying **Property `aspectRatio` does not exist on type CSSStyleDecleration** ![image](https://user-images.githubusercontent.com/26032330/181477908-49ca7ed7-8dcb-4e3a-aff1-11e307c74bfe.png) 🔎 Search...

According to official documentation: https://webaudio.github.io/web-audio-api/ https://www.w3.org/TR/webaudio/#audioparammap This interface has "entries", "forEach", "get", "has", "keys", "values", @@iterator methods and a "size" getter brought by readonly maplike. but in node_modules/typescript/lib/lib.dom.d.ts (https://www.npmjs.com/package/@types/audioworklet) we...

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action