-
i installed the npm package, but when i try to run micro-agent on my cmd. Nothing appears, i even set an openai-api-key already.
![image](https://github.com/BuilderIO/micro-agent/assets/65868767/21…
-
issue:
- using `export = x` with `import x = require('path/to/x')` is correct, for running exported scripts and CLI in NodeJS environment
- for any internal helper functions, declared as individua…
-
### Problem
I'm using a `.editorconfig` with `indent_style = space` and `indent_size = 2`.
These settings, on bundle dist, the `indent_size = 2` setting is applied only to `index.mjs` and not to g…
-
### Feature request
`package.json` `bundleDependencies` lists dependencies that you wish to bundle with your package. It appears this proeprty is not utilized by pkgroll when making decisions on bu…
-
### Feature request
Support export platforms, for example
```json
// package.json
{
"exports": {
"./": {
"node": "./dist/index.node.js",
"browser": "./di…
-
### Problem
I am using chalk as a dev dependency in my project but when I build it it will take the browser version of chalk instead of the node one.
So when I run my program it will throw "navigat…
-
### Problem
After I try to run an mjs bundle I am getting the usual __dirname error:
```
ReferenceError: __dirname is not defined in ES module scope
at file:///Users/mattiarasulo/web-develop…
-
### Feature request
shim for _dirname or other features like this
This is something tsup supports (and esbuild) : https://github.com/egoist/tsup/blob/00188a0dc848c48fac45de245d1e021f370a84a3/src/c…
-
- [NodeJS `util.parseArgs`](https://nodejs.org/docs/latest/api/util.html#utilparseargsconfig)
- [NodeJS `util.parseEnv`](https://nodejs.org/docs/latest/api/util.html#utilparseenvcontent) - in place…
-
### Problem
> This might be more a feature request then a bug report.
This issue is related to `rollup-plugin-dts` which has not been solved.
As described in the issue, the plugin is not abl…