mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-18 07:29:16 -05:00
Move ByteOrderMark to services
This commit is contained in:
@@ -80,6 +80,13 @@ module TypeScript {
|
||||
Declaration
|
||||
}
|
||||
|
||||
export enum ByteOrderMark {
|
||||
None = 0,
|
||||
Utf8 = 1,
|
||||
Utf16BigEndian = 2,
|
||||
Utf16LittleEndian = 3,
|
||||
}
|
||||
|
||||
export class OutputFile {
|
||||
constructor(public name: string,
|
||||
public writeByteOrderMark: boolean,
|
||||
|
||||
Reference in New Issue
Block a user