You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved conflicts by combining changes:
- Kept babelPluginName constant from issue-19
- Accepted attribute rename from "path" to "data-path" from main
- Accepted normalizeModuleId function from main
- Accepted configurable attributeName option from main
- Removed ViteBabelState type as it's not used (issue-19 goal)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
// QUOTE(TZ): "Сам компонент должен быть в текущем app но вот что бы его протестировать надо создать ещё один проект который наш текущий апп будет подключать"
40
69
// REF: user-2026-01-14-frontend-consumer
41
70
// SOURCE: n/a
42
71
// FORMAT THEOREM: forall id in ModuleId: isJsxFile(id) -> matches(id, jsxFilePattern)
// QUOTE(TZ): "Сам компонент должен быть в текущем app но вот что бы его протестировать надо создать ещё один проект который наш текущий апп будет подключать"
64
93
// REF: user-2026-01-14-frontend-consumer
65
94
// SOURCE: n/a
66
95
// FORMAT THEOREM: forall p,l,c: formatComponentPathValue(p,l,c) = concat(p, ":", l, ":", c)
0 commit comments