mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
refactor(compiler)!: consolidate jsx surface
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user