Fix missing initializers

This commit is contained in:
Andy Hanson 2017-05-22 11:05:30 -07:00
parent 3b56ebeabe
commit c6e69dd64b

View file

@ -2416,8 +2416,8 @@ namespace ts.server.protocol {
}
export const enum NewLineKind {
Crlf,
Lf,
Crlf = "Crlf",
Lf = "Lf",
}
export const enum ScriptTarget {