Clark Jacobsohn
Results
2
comments of
Clark Jacobsohn
We also have a use case for disabling the legacy bundle. We handle supported browser versions ourselves and would like more flexible user agent parsing than what `meteor/modern-browsers` provides, e.g....
Changing the `index.d.ts` to `index.d.mts` does get rid of the error in my repro, but only because it prevents TS from resolving the package at all under CommonJS, resulting in...