We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65586a commit aea2e1dCopy full SHA for aea2e1d
lib/src/ast.dart
@@ -803,7 +803,7 @@ class LiteralExpression extends Expression {
803
/// A regular expression literal.
804
class RegexpExpression extends Expression {
805
/// The entire literal, including slashes and flags.
806
- String regexp; // TODO: separate into regexp and flags
+ String regexp;
807
808
RegexpExpression(this.regexp);
809
0 commit comments