콘텐츠로 이동

TranspileResult

Defined in: shared/index.ts:147

code: string

Defined in: shared/index.ts:149

Transformed JavaScript code.


optional errors?: string

Defined in: shared/index.ts:158

Full error text rendered in the same format as the CLI when semantic errors are present. tsc-compatible policy: code is still returned even when there are errors. Playgrounds/IDEs parse this field to display markers.


optional map?: string

Defined in: shared/index.ts:151

Source map JSON (when sourcemap: true).