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

Playground auto-downloading breaks on other package import #108

Open
Dionysusnu opened this issue Jan 9, 2023 · 0 comments
Open

Playground auto-downloading breaks on other package import #108

Dionysusnu opened this issue Jan 9, 2023 · 0 comments

Comments

@Dionysusnu
Copy link
Contributor

The package @rbxts/yield-for-tree has the following index.d.ts:

export { EvaluateInstanceTree, yieldForTree, yieldForTree as default } from "@rbxts/validate-tree";

The playground incorrectly assumes that any import/export from another file must be a relative file reference. This breaks for yield-for-tree, when it tries to download https://cdn.jsdelivr.net/npm/@rbxts/yield-for-tree@latest/@rbxts/validate-tree.d.ts.

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