Skip to content

Commit 12497bf

Browse files
committed
Link to placeholder security bug
1 parent 1f77a19 commit 12497bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/outputters/transform.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ class Transformer {
188188
// manipulation of placeholder contents. We should validate that the set
189189
// of translated placeholders is exactly equal to the set of original
190190
// source placeholders (order can change, but contents can't).
191+
// See https://github.com/PolymerLabs/lit-localize/issues/49
191192
template = parseStringAsTemplateLiteral(templateLiteralBody);
192193
}
193194
// TODO(aomarks) Emit a warning that a translation was missing.

0 commit comments

Comments
 (0)