Commit 2025-12-18 04:36 dfccc70a

View on Github →

fix(Linter): deprecated module linter now fires for public/meta imports (#32422) This PR fixes the deprecated module linter to recognize all import variants from the new module system (public import, meta import, import all, etc.). Previously, getImportIds used a syntax pattern that only matched plain import $n, missing the optional modifiers. Additionally:

Estimated changes