refactor(compiler)!: consolidate jsx surface

This commit is contained in:
Rahim
2026-06-19 20:13:11 -07:00
parent f64acdfd15
commit 5fcab69d34
31 changed files with 165 additions and 172 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { basename, dirname, extname, isAbsolute, join, resolve as resolvePath }
import ts from 'typescript';
import type { CompilerContext, StylePipeline } from '../config';
import { diagnosticLocationFromNode } from '../diagnostics';
import { tagName } from '../matchers';
import { tagName } from '../jsx';
import { analyzeStyles, type StyleSegment, type StyleVisitor } from '../styles';
import { decompose, type UtilityCss } from './decompose';
import { type DesignSystem, loadDesignSystem } from './design-system';