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

"EtaConfig" is not exported in JSR #295

Closed
pasha-bolokhov opened this issue Jul 19, 2024 · 2 comments
Closed

"EtaConfig" is not exported in JSR #295

pasha-bolokhov opened this issue Jul 19, 2024 · 2 comments

Comments

@pasha-bolokhov
Copy link
Contributor

While you can do

import type { EtaConfig } from "https://deno.land/x/eta@v3.4.0/src/config.ts";

you can't do

import type { EtaConfig } from "jsr:@eta-dev/eta@3.4.0"

because it is not being currently exported…

Please export it

@nebrelbug
Copy link
Collaborator

Good catch! I don't have time for a fix atm but I'd be happy to merge a PR!

@pasha-bolokhov
Copy link
Contributor Author

works now in 3.5.0 after the merge, thanks!

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

2 participants