github.com/evanw/esbuild/internal/js_parser.parser.cjsDotTarget (field)

3 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L219: 	cjsDotTarget js_ast.E
		js_parser.go#L10773: 			p.cjsDotTarget = e.Target.Data
		js_parser.go#L11604: 	if ref == p.requireRef && e != p.callTarget && e != p.typeofTarget && e != p.cjsDotTarget && p.fnOrArrowDataVisit.tryBodyCount == 0 {