- Aug 01, 2011
-
-
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
-
Nick Poulden authored
-
- Jul 25, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The layout of example was a bit messed up when iframe loaded initially. Tried waiting for Ext.onReady inside iframe - didn't help. So currently just hard-coding a 100ms delay. Crap.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Firefox doesn't support innerText (use innerHTML + stripTags).
-
- Jul 22, 2011
-
-
Rene Saarsoo authored
-
- Jul 21, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
According to the agreed-on spec for type-definitions-format with the VJET Eclipse Plugin team. Added bunch of tests to make it real solid. Running it on SDK now produces some hords of warnings.
-
Rene Saarsoo authored
Previously it produced JsonP files - not that good for export.
-
Rene Saarsoo authored
Instead make use of the instance variables @opts and @relations.
-
Jamie Avins authored
-
- Jul 20, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Extracting a big chunk from the god class JsDuck::App. The options object can now be easily passed around, unlike with the previous system where every option needed to be passed separately. The bin/jsduck is now really short and readable.
-
Rene Saarsoo authored
-