UNPKG

fix-bad-declaration-output

Version:

Do you have bad declarations? Is it too hard to fix complex tooling? (Or do you not have the time to learn how?)

17 lines (16 loc) 517 B
export const issues: { /** * https://github.com/microsoft/TypeScript/issues/56571#issuecomment-1830436576 */ 'TypeScript#56571': typeof fixReferences; /** * https://github.com/typed-ember/glint/issues/628 */ 'Glint#628': typeof glint.fixGTSExtensions; /** * https://github.com/typed-ember/glint/issues/697 */ 'Glint#697': typeof glint.fixOwnReferences; }; /** @type {const} */ import { fixReferences } from './typescript.js'; import * as glint from './glint.js';