github.com/evanw/esbuild/internal/js_ast.OpCode.IsLeftAssociative (method)

2 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L69: func (op OpCode) IsLeftAssociative() bool {

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L2056: 		if e.Op.IsLeftAssociative() {