mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-27 13:42:16 -05:00
More I/O fixes
Support for --charset command line option File read and write errors are propagated into compiler diagnostics emitFiles returns diagnostics in EmitResult
This commit is contained in:
@@ -14,6 +14,7 @@ module ts {
|
||||
};
|
||||
|
||||
var options: CommandLineOption[] = [
|
||||
{ name: "charset", type: "string" },
|
||||
{ name: "codepage", type: "number" },
|
||||
{ name: "declaration", type: "boolean" },
|
||||
{ name: "diagnostics", type: "boolean" },
|
||||
|
||||
Reference in New Issue
Block a user