OutputFile
原文链接
https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.typescript.OutputFile.html
ts
interface OutputFile {
name: string;
text: string;
writeByteOrderMark: boolean;
}
name
- 类型:
string
text
- 类型:
string
writeByteOrderMark
- 类型:
boolean