Skip to content

[Bug]: incremental watch panic when adding dynamic import #5260

@IWANABETHATGUY

Description

@IWANABETHATGUY

Reproduction link or steps

index.js

import './foo.js'

foo.js

export const a = 100;

index.1.js

imoprt('./foo.js')

What is expected?

Generate the correct output

What is actually happening?

panic

System Info

n/a

Any additional comments?

No response

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions