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

24 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L573: type EBigInt struct{ Value string }
		js_ast.go#L669: func (*EBigInt) isExpr()            {}
		js_ast.go#L729: 	case *EBigInt:

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L555: 	case *js_ast.EBigInt:
		js_parser.go#L607: 	case *js_ast.EBigInt:
		js_parser.go#L608: 		b, ok := right.Data.(*js_ast.EBigInt)
		js_parser.go#L644: 	case *js_ast.ENull, *js_ast.EUndefined, *js_ast.EString, *js_ast.EBoolean, *js_ast.ENumber, *js_ast.EBigInt:
		js_parser.go#L661: 		*js_ast.EFunction, *js_ast.EArrow, *js_ast.EBigInt:
		js_parser.go#L725: 	case *js_ast.EBigInt:
		js_parser.go#L816: 	case *js_ast.EBigInt:
		js_parser.go#L834: 	case *js_ast.ENull, *js_ast.EUndefined, *js_ast.EBoolean, *js_ast.ENumber, *js_ast.EBigInt, *js_ast.EString:
		js_parser.go#L906: 	case *js_ast.EBigInt:
		js_parser.go#L907: 		r, ok := right.(*js_ast.EBigInt)
		js_parser.go#L1733: 		key = js_ast.Expr{Loc: p.lexer.Loc(), Data: &js_ast.EBigInt{Value: p.lexer.Identifier}}
		js_parser.go#L2091: 		key = js_ast.Expr{Loc: p.lexer.Loc(), Data: &js_ast.EBigInt{Value: p.lexer.Identifier}}
		js_parser.go#L2810: 		return js_ast.Expr{Loc: loc, Data: &js_ast.EBigInt{Value: value}}
		js_parser.go#L8863: 	case *js_ast.EBigInt:
		js_parser.go#L8864: 		valueFunc = func() js_ast.Expr { return js_ast.Expr{Loc: loc, Data: &js_ast.EBigInt{Value: e.Value}} }
		js_parser.go#L9835: 		*js_ast.EBoolean, *js_ast.EBigInt,
		js_parser.go#L11055: 							*js_ast.EBigInt, *js_ast.ERegExp, *js_ast.EFunction, *js_ast.EArrow:
		js_parser.go#L12264: 	case *js_ast.ENull, *js_ast.EUndefined, *js_ast.EMissing, *js_ast.EBoolean, *js_ast.ENumber, *js_ast.EBigInt,
		js_parser.go#L12393: 	case *js_ast.ENull, *js_ast.EUndefined, *js_ast.EMissing, *js_ast.EBoolean, *js_ast.ENumber, *js_ast.EBigInt,
		js_parser_lower.go#L2322: 		*js_ast.EBigInt, *js_ast.EString, *js_ast.EFunction, *js_ast.EArrow:

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L1870: 	case *js_ast.EBigInt: