Qingyu Wang
Qingyu Wang
Type: Bug The same repo works fine with 1.78.2 & Remote - SSH. It also works fine with 1.79.1 without Remote - SSH. The prettier plugin also crashed on 1.79.x,...
| Q | A | ------------------------ | --- | Fixed Issues? | Fixes #15612 | Patch: Bug Fix? | | Major: Breaking Change? | | Minor: New Feature? | Yes...
### What problem does this feature solve? [pnpm](https://pnpm.io/faq#why-does-my-node_modules-folder-use-disk-space-if-packages-are-stored-in-a-global-store) creates hard links from the global store to the project's node_modules folders. For example, imagine you have the following directory structure: `packages/a`...
Change-Id: Id2c33df50062d9581e48c7ec77eb94749ed04aa5 Signed-off-by: Qingyu Wang
This problem is caused by c++ library virus c library. See [here](https://stackoverflow.com/a/8424044/11571961). The solution is quite simple. Just link lexer with the static lc library. Edit the `Makefile` where lexer...
according to [here](https://courses.edx.org/courses/course-v1:StanfordOnline+SOE.YCSCS1+1T2020/courseware/0a40e5575adf4310a4046e8500760cfc/57fc1da4e20b42248207b7944134f6df/?activate_block_id=block-v1%3AStanfordOnline%2BSOE.YCSCS1%2B1T2020%2Btype%40sequential%2Bblock%4057fc1da4e20b42248207b7944134f6df), you should comment out line 29 of the file `parser-phase.cc` like this: ```cpp //int curr_lineno; // needed for lexical analyzer ``` to avoid linker error.
https://github.com/web-infra-dev/rspack/pull/6300 made a breaking change by changing the type of `compilation.errors` to `any`. In `@rspack/[email protected]`: ```ts class Compilation { get errors(): { push: (...errs: (Error | JsStatsError | string)[]) =>...
### What problem does this feature solve? I'm trying to use [Renovate](https://github.com/renovatebot/renovate) to upgrade `@rspack/core` to `nightly` for testing. The `renovate.json` looks like this: ```json { "packageRules": [ { "matchPackagePrefixes":...
### What problem does this feature solve? This allows using a native ESM loader `loader.js` with `"type": "module"` in `package.json` (which webpack supports, see: https://github.com/webpack/webpack/tree/main/test/cases/loaders/_esm-loader-type). ## Use case I'm developing...
## Summary I'm trying out #574. The `@shikijs/rehype` uses a higher version of `unified` than Rspress. So I decided to first upgrade the dependencies of Rspress. Upgrade `@mdxjs/*`, `hast-*`, `mdast-util-*`,...