3.0.10
TupleType
andBooleanTupleType
now have their length capped at255
to save space in the type serialization. If you need longer tuples, you can make tuples of tuples, e.g.new sb.TupleType({type: new sb.TupleType({type: new sb.IntType, length: 255}), length: 255})
- Updated Closure Compiler