regExpSingleLineComment property

RegExp regExpSingleLineComment
final

Implementation

static final regExpSingleLineComment =
    RegExp([hashComment, doubleSlashComment].join("|"));