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 262 TypeScript-DOM-lib-generator issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.38.0 to 5.38.1. Release notes Sourced from @​typescript-eslint/parser's releases. v5.38.1 5.38.1 (2022-09-26) Note: Version bump only for package @​typescript-eslint/typescript-eslint Changelog Sourced from @​typescript-eslint/parser's changelog. 5.38.1 (2022-09-26) Note:...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.19 to 18.7.23. 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=18.7.19&new-version=18.7.23)](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](https://github.com/Microsoft/TypeScript) from 4.8.3 to 4.8.4. Release notes Sourced from typescript's releases. TypeScript 4.8.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [danger](https://github.com/danger/danger-js) from 11.1.2 to 11.1.3. Release notes Sourced from danger's releases. Release 11.1.3 Merge pull request #1318 from ivankatliarchuk/issue_1301 (8e58eae) Manually fix (f6d17c0) Merge branch 'main' into issue_1301 (4c52740)...

dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.38.0 to 5.38.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.38.1 5.38.1 (2022-09-26) Note: Version bump only for package @​typescript-eslint/typescript-eslint Changelog Sourced from @​typescript-eslint/eslint-plugin's changelog. 5.38.1 (2022-09-26) Note:...

dependencies

I'm using `tsc` 4.8.4 and there is no support for `navigator.userActivation`. This is now part of the HTML Living Standard and implemented by Chrome, Edge, and Opera browsers. Spec: https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface...

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

# Suggestion Would be good to include the WebCodecs API as part of the TS DOM definitions https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API ## 🔍 Search Terms AudioData AudioDecoder AudioEncoder EncodedAudioChunk EncodedVideoChunk ImageDecoder ImageTrack ImageTrackList...

Situations like https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1368 will keep happening as the commonly implemented interfaces update their definitions time to time. It might be worth to have a separate library for this. The requirement...