Update the patterns used to detect module dependencies to tolerate
string literals which may appear on the same line as module specifiers.
Further improve the pattern so that it does not match all
U+0022-delimited string literals and so that it does not require a
trailing semicolon.
Update the patterns used to detect module dependencies to tolerate string literals which may appear on the same line as module specifiers. Further improve the pattern so that it does not match all U+0022-delimited string literals and so that it does not require a trailing semicolon.