You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the "exports" object, key order is significant. During condition matching, earlier entries have higher priority and take precedence over later entries. The general rule is that conditions should be from most specific to least specific in object order.
– https://nodejs.org/api/packages.html#community-conditions-definitions
Description
Ensure exports are in the correct order
ht/ https://thesametech.com/how-to-build-typescript-project/
Suggested Solution
syncpack/src/bin-format/format.ts
Line 9 in a035315
The text was updated successfully, but these errors were encountered: