-
Notifications
You must be signed in to change notification settings - Fork 162
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
Circular dependency in builds: lib/calendar.mjs -> lib/ecmascript.mjs -> lib/calendar.mjs #1008
Comments
It's import { GetISO8601Calendar } from './calendar.mjs'; Should use |
Is |
It's discussed in #847 |
Sorry, I was asking a more specific question: how (if at all) will those built-in calendars be exposed on the Temporal namespace? In my IDE, will I see ISO8601Calendar as a peer of Instant? |
Currently, yes, although that might change if we get reviewer feedback on #847. |
I strongly prefer |
Fixed by #1195. |
A circular dependency has crept into the builds recently.
The text was updated successfully, but these errors were encountered: