Skip to content

3.0.10

Compare
Choose a tag to compare
@calebsander calebsander released this 20 Dec 20:39
· 119 commits to master since this release
  • TupleType and BooleanTupleType now have their length capped at 255 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