it is not too much to analyze.
i simple remove some block.and the jsCompiler_set,_get etc,can not find in
the compc version.pls search in the 2 file.
the JSCompiler_set can find a lot in mxmlc version.
and can not find in compc version
'use strict';
var $$S_ = '', $$S_$9 = '\t', $$S_$a = '\n', $$S_$a$2f$2f$23$20sourceURL$3d
= '\n//# sourceURL\x3d',
.............._write = 'write';
function JSCompiler_emptyFn() {
return function () {}
}
function JSCompiler_set(a) {
return function (b) {
this[a] = b
}
}
function JSCompiler_get(a) {
return function () {
return this[a]
}
}
function JSCompiler_returnArg(a) {
return function () {
return a
}
}
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/flexjs-pack-full-folder-in-a-js-tp55085p55211.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.