Skip to content
  1. Mar 28, 2012
  2. Mar 26, 2012
  3. Mar 23, 2012
  4. Mar 22, 2012
  5. Mar 21, 2012
  6. Mar 20, 2012
  7. Mar 19, 2012
  8. Mar 17, 2012
  9. Mar 16, 2012
  10. Mar 15, 2012
  11. Mar 14, 2012
  12. Mar 13, 2012
    • Rene Saarsoo's avatar
      Support record type in TypeParser. · 0c4fe37f
      Rene Saarsoo authored
      In supporting Google Closure Compiler syntax.
      
      For the record types to even reach type parser the DocParser needed
      to be modified to parse the {...} type blocks by taking account the
      need to balance the braces.
      0c4fe37f
    • Rene Saarsoo's avatar
      Support strange ...[] varargs syntax. · 66e50725
      Rene Saarsoo authored
      It completely puzzles me why Google Closure Compiler requires
      varargs type name in function argument context to be wrapped inside
      square braces, while in normal context no square brackets are needed.
      
      But here we go...
      66e50725
    • Rene Saarsoo's avatar
      Better docs for TypeParser. · b73e984b
      Rene Saarsoo authored
      And better structured tests.
      b73e984b
Loading