Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Delete "the String value" in GetTemplateObject
PR #773 introduced |NotEscapeSequence|, whose TV is *undefined*. Thus, in the List returned by TemplateStrings with _raw_ == *false*, any element might be *undefined*. In GetTemplateObject(), `_cookedStrings_` gets this List, so when its elements are later extracted via `_cookedStrings_[_index_]`, the "inline assertion" of `the String value` no longer applies.
- Loading branch information