0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-07 13:19:19 +08:00
discourse/frontend/lint-rules
Sérgio Saquetim 72d0b4b455
DEV: Catch internals reach-ins behind an interpolated import suffix
An interpolated dynamic import whose fixed prefix already names an
`-internals` path proves the violation before any expression runs, so
the rule now judges such prefixes by their complete segments and applies
the ordinary containment check; a specifier whose group is itself
interpolated remains beyond static analysis, and the policy doc states
that exact boundary.
2026-08-05 12:52:02 -03:00
..
no-cross-group-internals.mjs DEV: Catch internals reach-ins behind an interpolated import suffix 2026-08-05 12:52:02 -03:00
no-cross-group-internals.test.mjs DEV: Catch internals reach-ins behind an interpolated import suffix 2026-08-05 12:52:02 -03:00