Skip to content

Type definitions are buggy #111

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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