Reports nested instances of strings and template literals. Such instances can be inlined into the containing template string.

For example, `Hello, ${`Brave ${"New"}`} ${"World"}!` can be simplified to `Hello, Brave New World!`