TranspileResult
This content is not available in your language yet.
Defined in: shared/index.ts:147
Properties
섹션 제목: “Properties”code
섹션 제목: “code”code:
string
Defined in: shared/index.ts:149
Transformed JavaScript code.
errors?
섹션 제목: “errors?”
optionalerrors?: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.
map?
섹션 제목: “map?”
optionalmap?:string
Defined in: shared/index.ts:151
Source map JSON (when sourcemap: true).