type github.com/evanw/esbuild/internal/js_ast.ERegExp

12 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L607: type ERegExp struct{ Value string }
		js_ast.go#L674: func (*ERegExp) isExpr()            {}
		js_ast.go#L735: 	case *EFunction, *EArrow, *ERegExp:

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L660: 	case *js_ast.EBoolean, *js_ast.ENumber, *js_ast.EString, *js_ast.ERegExp,
		js_parser.go#L731: 	case *js_ast.EFunction, *js_ast.EArrow, *js_ast.ERegExp:
		js_parser.go#L2816: 		return js_ast.Expr{Loc: loc, Data: &js_ast.ERegExp{Value: value}}
		js_parser.go#L9342: 		*js_ast.EFunction, *js_ast.EObject, *js_ast.ERegExp:
		js_parser.go#L9836: 		*js_ast.ERegExp, *js_ast.ENewTarget, *js_ast.EUndefined:
		js_parser.go#L11055: 							*js_ast.EBigInt, *js_ast.ERegExp, *js_ast.EFunction, *js_ast.EArrow:
		js_parser.go#L12265: 		*js_ast.EString, *js_ast.EThis, *js_ast.ERegExp, *js_ast.EFunction, *js_ast.EArrow, *js_ast.EImportMeta:
		js_parser.go#L12394: 		*js_ast.EString, *js_ast.EThis, *js_ast.ERegExp, *js_ast.EFunction, *js_ast.EArrow, *js_ast.EImportMeta:

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L1857: 	case *js_ast.ERegExp: