Skip to content

Commit

Permalink
Remove UnsupportedModule plugin (vercel/turborepo#8439)
Browse files Browse the repository at this point in the history
This change removes the UnsupportedModule issue module from the
codebase.

It was used by the UnsupportedModule resolve plugin in Next.js, but
there are no longer any unsupported modules.

This should improve performance as this check was performed during every
resolution.
  • Loading branch information
wbinnssmith authored Jun 12, 2024
1 parent 67f5a5a commit 6c8bee0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
1 change: 0 additions & 1 deletion crates/turbopack-core/src/issue/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pub mod analyze;
pub mod code_gen;
pub mod resolve;
pub mod unsupported_module;

use std::{
cmp::{min, Ordering},
Expand Down
57 changes: 0 additions & 57 deletions crates/turbopack-core/src/issue/unsupported_module.rs

This file was deleted.

0 comments on commit 6c8bee0

Please sign in to comment.