techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

5.4K
active users

Doug Parker 🕸️

@zachleat @jakelazaroff Sure, you can not use the feature, but you need to *know* you can't use it in that situation.

Any given file can import `?define` but it needs to be confident that no *other* file imports without `?define`, which seems hard to enforce.

I guess you could codify this pattern into your bundler or something and rewrite the import / throw an error, but it's still complexity which needs to be managed.