Instead of having to import JSON file with import type assertion (which unexpectedly breaks stuff): ``` import crawlers from 'crawler-user-agents' with { type: 'json' } ``` ... could we have an `.mjs` entry point for JavaScript/TypeScript users?
Instead of having to import JSON file with import type assertion (which unexpectedly breaks stuff):
... could we have an
.mjsentry point for JavaScript/TypeScript users?