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

Rollup: fix circular dependencies in @runtime-type-inspector/runtime #54

Open
kungfooman opened this issue Nov 23, 2023 · 0 comments
Open
Assignees
Labels
building Everything related to build issues (npm run build etc.)

Comments

@kungfooman
Copy link
Owner

src-runtime/index.mjs → @runtime-type-inspector/runtime/index.mjs...
(!) Circular dependencies
src-runtime/assertType.mjs -> src-runtime/validateType.mjs -> src-runtime/validateArray.mjs -> src-runtime/assertType.mjs
src-runtime/assertType.mjs -> src-runtime/validateType.mjs -> src-runtime/validateMap.mjs -> src-runtime/assertType.mjs
src-runtime/assertType.mjs -> src-runtime/validateType.mjs -> src-runtime/validateObject.mjs -> src-runtime/assertType.mjs
...and 5 more
created @runtime-type-inspector/runtime/index.mjs in 148ms
@kungfooman kungfooman self-assigned this Nov 23, 2023
@kungfooman kungfooman added the building Everything related to build issues (npm run build etc.) label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Everything related to build issues (npm run build etc.)
Projects
None yet
Development

No branches or pull requests

1 participant