regExpStringOrComment property

RegExp regExpStringOrComment
final

Implementation

static final regExpStringOrComment = RegExp([
  backtickString,
  tripleSingleQuoteString,
  tripleDoubleQuoteString,
  singleQuoteString,
  doubleQuoteString,
  hashComment,
  doubleSlashComment,
  multilineComment,
  xmlComment
].join('|'));