Jiachi Liu

Results 102 issues of Jiachi Liu

Use swc rollup plugin to process compilation Resolved items: - [ ] regenerator-runtime package resolving - [ ] ts types generation

Resolves #18 Encounter some problem like `An import map is added after module script load was triggered.`, which requires import map is set before all module scripts..

esm shims requires pretty long time of downloading script and some cdn like esm.sh doesn't handle it so well

enhancement

Got this warning when I install bunchee: ``` warning "bunchee > rollup-plugin-swc3 > [email protected]" has unmet peer dependency "[email protected] || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x ||...

When server compoents importing react, it will opt into a subset which only contains server components supported react API. This will avoid importing the ones are not available on server...

type: next
created-by: Next.js team

Use a simpler structure with grouping all source code, listing all exports files, removing all extra package.json and tsconfig.json. For build script it only needs `bunchee`, then everything will be...

on hold

### Observed The errors logging through `@edge-runtime/primitives/console.js` will be formated, then the error trace becomes one line error string which lost the trace context. it's hard to debug. Wonder if...

## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md` ## Feature...

type: next
created-by: Next.js team

Removing the `hasReactRoot` condition and `__NEXT_REACT_ROOT` env var since next 13 requires latest react 18 to be installed, all the react 17 (non concurrent mode) compatible code can be dropped...

type: next
created-by: Next.js team

In `server/render.tsx` we're switching between `react-dom/server.browser` and `react-dom/server` based on the react version users're using, unlike directly resolving them with nodejs on server side, turbopack needs to resolve both while...

type: next
created-by: Next.js team