https://github.com/symind/rspack-memory-leak
https://github.com/symind/rspack-memory-leak
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/symind/rspack-memory-leak
- Owner: SyMind
- License: mit
- Created: 2024-04-17T06:04:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T06:12:29.000Z (about 1 year ago)
- Last Synced: 2025-01-17T03:42:06.127Z (5 months ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rspack-memory-leak
## Run
```bash
pnpm install
pnpm run start
```## Now
```
done {}
try
gc: foo
end
```## Expected
```
done {}
try
gc: foo
gc: compiler
end
```