Add Javascript Compressor, and new XObject base util class (will replace Object.js)
authorAlan Knowles <alan@akkbhome.com>
Thu, 29 Apr 2010 22:59:07 +0000 (06:59 +0800)
committerAlan Knowles <alan@akkbhome.com>
Thu, 29 Apr 2010 23:00:17 +0000 (07:00 +0800)
commit8b882e6abb3281639eea6cb3850054af2550f6ce
treeea97f031895f422b767bc5504c77a07957016939
parent82b17ee1cb07377fb1a2ceac634ad0c3757180a6
Add Javascript Compressor, and new XObject base util class (will replace Object.js)

pack.js         - pack and rewrite JS files - similar to YUI Compressor
XObject.js      - replacement for Object.js - more generic, no overwriting built in types etc.
ScopeParser.js  - full scope parser
14 files changed:
File.js
JSDOC/CompressWhite.js [new file with mode: 0644]
JSDOC/Identifier.js [new file with mode: 0644]
JSDOC/Packer.js [new file with mode: 0644]
JSDOC/Scope.js [new file with mode: 0644]
JSDOC/ScopeParser.js [new file with mode: 0644]
JSDOC/Token.js
JSDOC/TokenReader.js
JSDOC/TokenStream.js
XObject.js [new file with mode: 0644]
docs.js
docs/class.html
docs/index.html
pack.js [new file with mode: 0755]