-
I have a "real" monorepo with multiple workspaces under a single root repository (**_not_** a multi-root workspace). This extension doesn't support multiple function apps in a true, single-root monore…
-
Thanks for creating this! I had issues with `vite` and generating `.d.ts` files, but `tsup` has been working great!
The only thing I noticed with my React library are these errors:
> ReferenceErro…
-
### Current Behavior
When building source with multiple entries, using `--entry src/**.ts` the build only uses the source of the first file it finds as the main entry point for ESM and CJS output.
…
-
Great example of a plugin comment that should be inside of the /start message.
I envision it can just append this below the /start table basically.
Make it so plugins can append if ran in a chain. …
-
## Bug report
### Describe the bug
Error when building from source.
### System information
Medusa version (including plugins):
Node.js version:
Database:
Operating system:
Browser (if…
-
**Is your feature request related to a problem? Please describe**
Serving content via http2 is beneficial and greatly improves load times when serving many files. This is the case when using using a …
-
Trying to use this for my NestJS project, and when running got the following compilation error
import type * as types from './types';
^^^^^^
SyntaxError: Cannot use import statement outside a…
-
- introduce Typescript and ESM. Set package to `type: module` and setup `exports` field.
- https://github.com/JoshuaKGoldberg/TypeStat/tree/main
- the package should output to ESM and CJS (ideally).…
-
**Describe the need**
So, as addressed (to some extent) in #137 and (for sure) in #146, the current setup for using the plugin is a bit confusing and a little obtuse. There are currently 2 ways to us…
-
**Describe the bug**
when importing `eslint-plugin-solid/configs/recommended.js` (what is shown in the docs) there are no types, but when importing `eslint-plugin-solid/dist/configs/recommended.js`…