- Aug 03, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Don't auto-detect type and default value when documented config/property name doesn't match up with name from code.
-
Rene Saarsoo authored
-
- Aug 02, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
When singleton:true inside Ext.define config.
-
Rene Saarsoo authored
Place default value to separate line in cfg/param description. For required config options, display label (analogus to "static").
-
Rene Saarsoo authored
Simplified the code quite a bit.
-
- Aug 01, 2011
-
-
Rene Saarsoo authored
Config options are optional by default, except when labeled with "(required)".
-
Rene Saarsoo authored
Not really that good as sometimes the values are really long.
-
Rene Saarsoo authored
Using it for parsing right side expression of assignment. Allows us to implicitly detect default values for @cfg.
-
Rene Saarsoo authored
Minor modifications to JsLiteralParser to make it fail when syntax error encountered while parsing object literal.
-
Rene Saarsoo authored
Simple helper to turn JsLiteralParser output back into string.
-
Rene Saarsoo authored
Helper for parsing JavaScript literals.
-
Rene Saarsoo authored
First parsing tokens into a buffer, so no token needs to be scanned twice. Still... the scanpointer of StringScanner is only advanced when #next method is called.
-
Rene Saarsoo authored
The scanpointer of StringScanner is only advanced when Lexer#next called. This allows us to do partial lexing on a string.
-
- Jul 29, 2011
-
-
Rene Saarsoo authored
First off supporting String, Number, RegExp, and Boolean.
-
Rene Saarsoo authored
Supporting all JavaScript literals: - Number - String - RegExp - Boolean - Array - Object
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Because the string "(optional)" is no more part of the description, we need to add it when rendering the long parameters list.
-
Rene Saarsoo authored
Now supporting both: @param {Type} foo (optional) @param {Type} [foo]
-
- Jul 28, 2011
-
-
Nick Poulden authored
-
- Jul 27, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Mostly just ensuring that we don't crash if bogus input is given.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Jul 26, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-