-
- Downloads
Support record type in TypeParser.
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.
Showing
- lib/jsduck/doc_parser.rb 11 additions, 1 deletionlib/jsduck/doc_parser.rb
- lib/jsduck/type_parser.rb 45 additions, 5 deletionslib/jsduck/type_parser.rb
- spec/doc_parser_spec.rb 13 additions, 0 deletionsspec/doc_parser_spec.rb
- spec/type_parser_spec.rb 18 additions, 0 deletionsspec/type_parser_spec.rb
Loading
Please register or sign in to comment