It's important. You need to figure out how to do it in JS first, then bend the compiler to your will. :)
In a SWF decompile, these are labeled private class. Mike On Mon, Nov 16, 2015 at 2:53 AM, Alex Harui <aha...@adobe.com> wrote: > Hi, > > Every once in a while, the framework code uses an “internal class”. An > examples would look like: > > package some.package > { > public class SomeClass > { > } > } > > class SomeHelperClass > { > } > > SomeHelperClass is an “internal class”. In JS, SomeHelperClass gets > defined on the global object. I’m wondering if that’s bad and we should > ban internal classes in FlexJS? Right now there’s a bunch of bugs in > generating JS for these internal classes, so I’m trying to decide whether > to fix them, or just not use internal classes anymore. > > Thoughts? > -Alex > >