Skip to content

Type definitions are buggy #111

@iacore

Description

@iacore
❯ cat node_modules/uhtml/./types/dom/index.d.ts
import Document from './document.js';
import DOMParser from './dom-parser.js';
export { Document, DOMParser };

./document.js does not even exist. It should be ./document.d.ts afaik.

uhtml/init and uhtml/dom have this problem. Maybe they all have this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions