-
I'm trying to export a function from a `controller.ts`, but using ES Module style doesn't work:
```
// Doesn't work
export function foo(){
alert('foo');
}
// Works
$.bar = function(){
…
-
### Current Behavior
When attempting to execute a node/express application using **@nx/js:node** executor, if the application imports an ES Module library with the @nrwl/node:node executor the follow…
-
(node:21732) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)
-
* **Version**: v14.11.0
* **Platform**: Win10 64bit
* **Subsystem**: internal/modules/esm/translators.js:117:18
### What steps will reproduce the bug?
While other async operations are ha…
-
I would like the code to be a lot more modular. Right now it is a heap of code that is just function objects and it;s not clear what each bit does.
I would like to have a notion of:
* Views: The…
-
As hyogwa intended to be used with bundlers, hyogwa works well with them. However, I've reported and saw some problems of using hyogwa directly in the node/browser environment after compiling the prog…
-
Hello!
Looks like there's an issue with bundling the es modules. I'm trying to wrap it inside my own package with its own set of bbcode tags, and when I bundle it to esm or cjs (using rollup), I ge…
-
Hi,
It would be nice to add a module target to the project.
This would allow to dynamically import the library with `import()` function, and would probably work better with some bundlers (thinking…
-
Hi,
when I try to use mapshaper in my React vite app, I get this error message
__vite-browser-external:crypto:3 Uncaught Error: Module "crypto" has been externalized for browser compatibility. C…
-
### Steps to reproduce
1. Download the tag for 2.0
1. Javascript version specifically
3. Navigate to path
4. Issue `pnpm install` command
### What is expected?
Exit code of 0 and successfu…