rsnext/packages/next-swc/crates/next-dev-tests/tests
Leah 53ddfc833e
mark resolve issues inside a try block as warnings (#47763)
## Description

A require call inside a try block will only emit a warning instead of an error now.

I also added source information to the resolve issues where possible

### Example
```js
try {
  require("missing-module");
} ...
```
previously this would show an error in the overlay, now it's just a warning

## Additional Turbopack Updates

* https://github.com/vercel/turbo/pull/4414 (requirement for this)
* https://github.com/vercel/turbo/pull/4434
* https://github.com/vercel/turbo/pull/4447
* https://github.com/vercel/turbo/pull/4448
* https://github.com/vercel/turbo/pull/4446
2023-04-04 17:49:43 +00:00
..
integration mark resolve issues inside a try block as warnings (#47763) 2023-04-04 17:49:43 +00:00
integration.rs provide full polyfill for process (#47764) 2023-04-01 12:06:36 +02:00
package.json re-enable next-dev-tests (#47087) 2023-03-14 16:05:19 +01:00
tsconfig.json Export __N_SSG and __N_SSP from the error component (vercel/turbo#3574) 2023-02-07 09:39:49 +00:00