-
The runtime currently handles `commonjs` modules - and if an `import` statement is encountered the application will crash.
The implementation is currently in [ModuleInternal.mm](https://github.com/…
-
Do whatever's necessary to get Node + Typescript set up to work with ESM.
-
Unhandled Runtime Error
TypeError: Cannot read properties of undefined (reading 'ReactCurrentDispatcher')
Call Stack
eval
node_modules\@calcom\embed-react\dist\Cal.es.mjs (227:1)
vr
node_modul…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-virtualized@9.22.5` for the project I'm working…
-
I'm targeting `esnext` in tsconfig, and trying to `import { prop } from '@typegoose/typegoose';` fails with
> SyntaxError: The requested module '@typegoose/typegoose' does not provide an export na…
-
I'm trying to use named imports from `.mjs` files now that modules are no longer experimental and running into [the same issue that `graphql-tools` had](https://github.com/apollographql/graphql-tools/…
dandv updated
10 months ago
-
The introduction of the `/esm/` distribution has been especially helpful for people who do not subscribe to specific or conventional building pipelines. While tools like Webpack are very popular, thei…
-
When using `@wordpress/api-fetch` in a TypeScript library, `tsc` complains that `apiFetch` is not callable.
The problem being encountered here is described in depth at https://github.com/arethetype…
-
# Support for ES modules
Barrelsby is a stand-in for the developer (writing code) and should be able to write equivalent code to that which the user would write - this now includes code structured …
-
- [x] Set `type: module` in `package.json`
- [x] Replace `.eslintrc.js` with `eslint.config.js` ([ESLint docs](https://eslint.org/docs/latest/use/configure/configuration-files-new)) – all other confi…