-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed as not planned
Labels
Not a DefectThis behavior is one of several equally-correct optionsThis behavior is one of several equally-correct options
Milestone
Description
TypeScript Version:
1.7.5
Code
export function lex(source: string): Array<string>
{//validation and tokenization
}
// A self-contained demonstration of the problem follows...
The comment after the beginning curly brace is discarded.Expected behavior:
After being compiled the comment is not discarded.
Actual behavior:
The comment is discarded.
Metadata
Metadata
Assignees
Labels
Not a DefectThis behavior is one of several equally-correct optionsThis behavior is one of several equally-correct options