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
refactor: name build info/meta types after their module class
Rename CssBuildInfo -> CssModuleBuildInfo, JavascriptBuildInfo ->
JavascriptModuleBuildInfo, AssetBuildInfo -> AssetModuleBuildInfo,
JsonBuildInfo -> JsonModuleBuildInfo, HtmlBuildInfo -> HtmlModuleBuildInfo
and SyncWasmBuildMeta -> SyncWasmModuleBuildMeta (incl. their Known*
variants) so every type follows the <ClassName>BuildInfo/BuildMeta
pattern already used by NormalModule, ExternalModule, ContextModule and
ConcatenatedModule.
https://claude.ai/code/session_01XLFFANdnYhzJfJW4MxNoAP
0 commit comments