rolldown 1.0.3

Fast JavaScript bundler in Rust, designed for the future of Vite
Documentation
---
source: crates/rolldown_testing/src/integration_test.rs
---
# Errors

## RESOLVE_ERROR

```text
[RESOLVE_ERROR] Could not resolve '@plugin/bad-typeof.js' in entry.js
   ╭─[ entry.js:5:83 ]
   │
 5 │ import "./bad-typeof.js";      import "./node_modules/bad-typeof.js";      import "@plugin/bad-typeof.js"
   │                                                                                   ───────────┬───────────  
   │                                                                                              ╰───────────── Matched alias not found for '@plugin/bad-typeof.js'
   │ 
   │ Help: Maybe you expected `resolve.alias` to call other plugins resolveId hook? see the docs https://rolldown.rs/reference/InputOptions.resolve#alias for more details
───╯

```

## RESOLVE_ERROR

```text
[RESOLVE_ERROR] Could not resolve '@plugin/delete-super.js' in entry.js
    ╭─[ entry.js:11:83 ]
    │
 11 │ import "./delete-super.js";    import "./node_modules/delete-super.js";    import "@plugin/delete-super.js"
    │                                                                                   ────────────┬────────────  
    │                                                                                               ╰────────────── Matched alias not found for '@plugin/delete-super.js'
    │ 
    │ Help: Maybe you expected `resolve.alias` to call other plugins resolveId hook? see the docs https://rolldown.rs/reference/InputOptions.resolve#alias for more details
────╯

```

## RESOLVE_ERROR

```text
[RESOLVE_ERROR] Could not resolve '@plugin/dup-case.js' in entry.js
   ╭─[ entry.js:1:83 ]
   │
 1 │ import "./dup-case.js";        import "./node_modules/dup-case.js";        import "@plugin/dup-case.js"
   │                                                                                   ──────────┬──────────  
   │                                                                                             ╰──────────── Matched alias not found for '@plugin/dup-case.js'
   │ 
   │ Help: Maybe you expected `resolve.alias` to call other plugins resolveId hook? see the docs https://rolldown.rs/reference/InputOptions.resolve#alias for more details
───╯

```

## RESOLVE_ERROR

```text
[RESOLVE_ERROR] Could not resolve '@plugin/equals-nan.js' in entry.js
   ╭─[ entry.js:7:83 ]
   │
 7 │ import "./equals-nan.js";      import "./node_modules/equals-nan.js";      import "@plugin/equals-nan.js"
   │                                                                                   ───────────┬───────────  
   │                                                                                              ╰───────────── Matched alias not found for '@plugin/equals-nan.js'
   │ 
   │ Help: Maybe you expected `resolve.alias` to call other plugins resolveId hook? see the docs https://rolldown.rs/reference/InputOptions.resolve#alias for more details
───╯

```

## RESOLVE_ERROR

```text
[RESOLVE_ERROR] Could not resolve '@plugin/equals-neg-zero.js' in entry.js
   ╭─[ entry.js:6:83 ]
   │
 6 │ import "./equals-neg-zero.js"; import "./node_modules/equals-neg-zero.js"; import "@plugin/equals-neg-zero.js"
   │                                                                                   ──────────────┬─────────────  
   │                                                                                                 ╰─────────────── Matched alias not found for '@plugin/equals-neg-zero.js'
   │ 
   │ Help: Maybe you expected `resolve.alias` to call other plugins resolveId hook? see the docs https://rolldown.rs/reference/InputOptions.resolve#alias for more details
───╯

```

## RESOLVE_ERROR

```text
[RESOLVE_ERROR] Could not resolve '@plugin/equals-object.js' in entry.js
   ╭─[ entry.js:8:83 ]
   │
 8 │ import "./equals-object.js";   import "./node_modules/equals-object.js";   import "@plugin/equals-object.js"
   │                                                                                   ─────────────┬────────────  
   │                                                                                                ╰────────────── Matched alias not found for '@plugin/equals-object.js'
   │ 
   │ Help: Maybe you expected `resolve.alias` to call other plugins resolveId hook? see the docs https://rolldown.rs/reference/InputOptions.resolve#alias for more details
───╯

```

## RESOLVE_ERROR

```text
[RESOLVE_ERROR] Could not resolve '@plugin/not-in.js' in entry.js
   ╭─[ entry.js:2:83 ]
   │
 2 │ import "./not-in.js";          import "./node_modules/not-in.js";          import "@plugin/not-in.js"
   │                                                                                   ─────────┬─────────  
   │                                                                                            ╰─────────── Matched alias not found for '@plugin/not-in.js'
   │ 
   │ Help: Maybe you expected `resolve.alias` to call other plugins resolveId hook? see the docs https://rolldown.rs/reference/InputOptions.resolve#alias for more details
───╯

```

## RESOLVE_ERROR

```text
[RESOLVE_ERROR] Could not resolve '@plugin/not-instanceof.js' in entry.js
   ╭─[ entry.js:3:83 ]
   │
 3 │ import "./not-instanceof.js";  import "./node_modules/not-instanceof.js";  import "@plugin/not-instanceof.js"
   │                                                                                   ─────────────┬─────────────  
   │                                                                                                ╰─────────────── Matched alias not found for '@plugin/not-instanceof.js'
   │ 
   │ Help: Maybe you expected `resolve.alias` to call other plugins resolveId hook? see the docs https://rolldown.rs/reference/InputOptions.resolve#alias for more details
───╯

```

## RESOLVE_ERROR

```text
[RESOLVE_ERROR] Could not resolve '@plugin/read-setter.js' in entry.js
    ╭─[ entry.js:10:83 ]
    │
 10 │ import "./read-setter.js";     import "./node_modules/read-setter.js";     import "@plugin/read-setter.js"
    │                                                                                   ────────────┬───────────  
    │                                                                                               ╰───────────── Matched alias not found for '@plugin/read-setter.js'
    │ 
    │ Help: Maybe you expected `resolve.alias` to call other plugins resolveId hook? see the docs https://rolldown.rs/reference/InputOptions.resolve#alias for more details
────╯

```

## RESOLVE_ERROR

```text
[RESOLVE_ERROR] Could not resolve '@plugin/return-asi.js' in entry.js
   ╭─[ entry.js:4:83 ]
   │
 4 │ import "./return-asi.js";      import "./node_modules/return-asi.js";      import "@plugin/return-asi.js"
   │                                                                                   ───────────┬───────────  
   │                                                                                              ╰───────────── Matched alias not found for '@plugin/return-asi.js'
   │ 
   │ Help: Maybe you expected `resolve.alias` to call other plugins resolveId hook? see the docs https://rolldown.rs/reference/InputOptions.resolve#alias for more details
───╯

```

## RESOLVE_ERROR

```text
[RESOLVE_ERROR] Could not resolve '@plugin/write-getter.js' in entry.js
   ╭─[ entry.js:9:83 ]
   │
 9 │ import "./write-getter.js";    import "./node_modules/write-getter.js";    import "@plugin/write-getter.js"
   │                                                                                   ────────────┬────────────  
   │                                                                                               ╰────────────── Matched alias not found for '@plugin/write-getter.js'
   │ 
   │ Help: Maybe you expected `resolve.alias` to call other plugins resolveId hook? see the docs https://rolldown.rs/reference/InputOptions.resolve#alias for more details
───╯

```