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: eliminate circular dependency index.ts-> parsing.ts-> index.ts #44

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DavidSanwald
Copy link

types in index.ts have been moved to types.ts, a function defined in index.ts has been moved to parsting.ts, next to its use

fixes
#43

@DavidSanwald
Copy link
Author

it could be the case, that the types in index.ts were intended to be part of the public module surface. I didn't check yet, therefore it's currently still a draft.

types in index.ts have been moved to types.ts, a function defined in index.ts has been moved to parsting.ts, next to its use
@DavidSanwald DavidSanwald force-pushed the fix/resolve-circular-dependencies branch from aba565c to aca17dd Compare April 21, 2024 00:46
@DavidSanwald
Copy link
Author

Ah, now I see the JSDoc strings.
Of course everything what's currently public, should remain public for now, I'll adjust that the coming days.

But can could it be that the case, that the module API exposes a lot of things, that wouldn't need to be public?

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

Successfully merging this pull request may close these issues.

None yet

1 participant