-
Notifications
You must be signed in to change notification settings - Fork 220
Core Backend : ES Modules #7917
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
base: master
Are you sure you want to change the base?
Conversation
I'm not familiar with this codebase, but it looks like a TypeScript issue. The packages that are consuming |
I'm not seeing this issue with
From the paths in the error you can clearly see that I think this is happening because, with your changes, So I think you'll have to start from the top and then move deeper into the stack. E.g. |
We are actually moving other way round, for ex, we start with the package with least dependencies i.e. core-bentley, core-geometry and upwards. But yes, I do agree that the reason you explained is correct. As soon as we convert all the dependencies of presentation-backend i.e. core-bentley, core-backend etc to esm, the issue is resolved. |
No description provided.