Remove ConstantValue flag, comment cleanup.

This commit is contained in:
Ron Buckton
2016-09-28 18:57:17 -07:00
parent deae9f211b
commit f03be92e7d
4 changed files with 12 additions and 10 deletions

View File

@@ -348,7 +348,7 @@ namespace ts {
}
/**
* Emits a token of a node node with possible leading and trailing source maps.
* Emits a token of a node with possible leading and trailing source maps.
*
* @param node The node containing the token.
* @param token The token to emit.