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 ts definitions #6

Open
wants to merge 1 commit into
base: make-compatible-2.8
Choose a base branch
from
Open

Conversation

znewsham
Copy link

@znewsham znewsham commented May 23, 2024

Work in progress - i'm nervous of making the change I'd need to make (converting d.ts files to use @meteor/* imports)

meteor.d.ts imports blaze, mongo, ejson and ddp :| each of which imports meteor, causing a nice little circular dependency, but also - it's defining things on it's namespace that don't actually exist on the namespace - only when you've imported each of those (mongo => accounts-base) do those things actually become available.

@znewsham znewsham force-pushed the znewsham/fix-types branch from a26caef to c2be5f6 Compare May 23, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant