-
See if there is any reasonable way to ship ES modules for runtimes (i.e browsers, [Node 14+](https://keenethics.com/blog/ecmascript-modules-nodejs-v14)) that support them natively. Make sure it works …
-
### What is the problem this feature would solve?
I want to setup my github actions to publish packages with `bun publish` instead of npm. But for now it miss really useful feature - authorizing by `…
-
Hi,
After installing this package `"@types/express-serve-static-core": "^4.17.13"` to fix a build error, a new error surface.
```
node_modules/@types/express-serve-static-core/index.d.ts:30:10…
-
Big fan of `typia` here, thanks for this amazing lib !
I'm trying to use `typia`when starting my backend in development mode with [`tsx`](https://github.com/privatenumber/tsx)
I use `tsx` becaus…
-
Currently, subpath patterns defined in package.json raise an exception. Not sure if it should be considered a bug or a feature request.
package.json
```
...
"./*.js": {
"imp…
-
Problem:
I started the project with a rough idea of having two, seperate/distinct possible logging modes; 'verbose' & 'debug'.
Since then, I came to conclusion that we should not really designat…
-
### Feature request
I'd like an option to totally ignore all devDependencies and to not recommend moving types to the dependencies array
### Motivations
I might very well be misunderstanding how th…
Tobbe updated
3 months ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
### Problem
After run `yarn pkgroll`, the file
```ts
// /src/index.mjs
import path from 'node:path'
console.log('sep', path.seph)
```
is builded with import path having single quoted instea…
-
### Problem
`dts` does not correctly generate types for `tsx` files when using a specific `tsconfig`.
```sh
# File Struct
.
├── src
├── tsconfig.example.json
├── tsconfig.json
├── tsconfig…