mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-29 03:17:51 -05:00
addressed CR feedback: use isDeclaration from parser, drop 'useTabs' check
This commit is contained in:
@@ -979,6 +979,15 @@ module ts {
|
||||
AMD,
|
||||
}
|
||||
|
||||
export interface LineAndCharacter {
|
||||
line: number;
|
||||
/*
|
||||
* This value denotes the character position in line and is different from the 'column' because of tab characters.
|
||||
*/
|
||||
character: number;
|
||||
}
|
||||
|
||||
|
||||
export enum ScriptTarget {
|
||||
ES3,
|
||||
ES5,
|
||||
|
||||
Reference in New Issue
Block a user