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

2 uses

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

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