rsnext/packages/next-swc/crates/next-dev-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
..
test-harness improve source mapping of console output and errors (#47388) 2023-03-23 12:43:22 +00:00
tests mark resolve issues inside a try block as warnings (#47763) 2023-04-04 17:49:43 +00:00
build.rs build(next-swc): introduce turbo-binding (#47512) 2023-03-29 20:25:11 -07:00
Cargo.toml build(next-swc): introduce turbo-binding (#47512) 2023-03-29 20:25:11 -07:00