File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
* terms.
6
6
*/
7
7
8
- import regexp.internal. RegExpTreeView // re-export
8
+ import regexp.RegExpTreeView // re-export
9
9
private import regexp.internal.ParseRegExp
10
10
private import codeql.ruby.ast.Literal as AST
11
11
private import codeql.ruby.DataFlow
Original file line number Diff line number Diff line change 1
1
/** Provides a class hierarchy corresponding to a parse tree of regular expressions. */
2
2
3
- private import ParseRegExp
3
+ private import internal. ParseRegExp
4
4
private import codeql.NumberUtils
5
5
private import codeql.ruby.ast.Literal as AST
6
6
private import codeql.Locations
@@ -14,7 +14,7 @@ private import codeql.Locations
14
14
* Otherwise, we wish to represent the term differently.
15
15
* This avoids multiple representations of the same term.
16
16
*/
17
- newtype TRegExpParent =
17
+ private newtype TRegExpParent =
18
18
/** A string literal used as a regular expression */
19
19
TRegExpLiteral ( RegExp re ) or
20
20
/** A quantified term */
You can’t perform that action at this time.
0 commit comments