rspack
rspack copied to clipboard
[Tracking]: Rsnext support
What subject does this issue tracking?
Run Next.js on Rspack https://github.com/ScriptedAlchemy/rsnext/pull/1/files# the progress is tracked here
### RsNext support
- [x] compilation.modules[i].blocks support
- [ ] support passing getResolve in external function https://github.com/ScriptedAlchemy/rsnext/pull/1/files#diff-5f441142eb8ba9bcba515aa36fbc420a113307bd191e54a4e9e6c43529fc2613L930
- [x] support module.size as function
- [ ] issue and excluded used together have some problem https://github.com/ScriptedAlchemy/rsnext/pull/1/files#diff-84d995a20cdd661a5748456a06eefe6d6a7ea79501d500462e265d7ddba6742eL576
- [ ] support missing hook https://github.com/ScriptedAlchemy/rsnext/pull/1/files#diff-84d995a20cdd661a5748456a06eefe6d6a7ea79501d500462e265d7ddba6742eL576
- [x] support compilation.entries
- [ ] support moduleGraph.getModule
- [x] support seal hook
- [ ] moduleGraph api(getresolvedModule,getIssue,getExportsInfo,getModule,getIncomingConnections,getParentModule,getOutgoingConnection)
- [ ] succeedEntry and failedEntry Hook