github.com/evanw/esbuild/internal/js_ast.EIdentifier.MustKeepDueToWithStmt (field)

5 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L514: 	MustKeepDueToWithStmt bool

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L9225: 		MustKeepDueToWithStmt: result.isInsideWithScope,
		js_parser.go#L9897: 		e.MustKeepDueToWithStmt = result.isInsideWithScope
		js_parser.go#L12275: 		if e.MustKeepDueToWithStmt {
		js_parser.go#L12403: 		if e.MustKeepDueToWithStmt {