6 lines
345 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
include::../description.adoc[]
== Exceptions
To prevent generating some false-positives, literals having less than 10 characters are excluded as well as literals matching `+/^\w*$/+`. String literals inside import/export statements and JSX attributes are also ignored. The same goes for statement-like string literals, e.g. `+'use strict';+`.