mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
Fix up comment.
This commit is contained in:
parent
c76f71cfae
commit
0c5654164f
@ -4203,7 +4203,7 @@ module ts {
|
||||
}
|
||||
|
||||
// For es6 and higher we can emit the expression as is. However, in the case
|
||||
// where the expression might end up looking like a block when down-leveled, we'll
|
||||
// where the expression might end up looking like a block when emitted, we'll
|
||||
// also wrap it in parentheses first. For example if you have: a => <foo>{}
|
||||
// then we need to generate: a => ({})
|
||||
write(" ");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user