Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix data-frontend package .d.ts output files #76

Closed
stazz opened this issue Sep 16, 2023 · 0 comments
Closed

Fix data-frontend package .d.ts output files #76

stazz opened this issue Sep 16, 2023 · 0 comments
Assignees

Comments

@stazz
Copy link
Member

stazz commented Sep 16, 2023

Currently the clients.d.ts file contains the line /// <reference types="node" />. This causes various problems in downstream packages, and should be fixed not to have such line (and also use global URLSearchParams instead of import("url").URLSearchParams).

@stazz stazz self-assigned this Sep 16, 2023
stazz added a commit that referenced this issue Sep 16, 2023
…node type references in its output .d.ts files.
stazz added a commit that referenced this issue Sep 16, 2023
…ts-files

#76 Fixing the data-frontend package not to have …
@stazz stazz closed this as completed Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant