Fair enough… ;-) The problem is creating libraries which can be used both in the browser and in Node.
Unless we add another set of swcs for Node with a new COMPILE::NODE conditional, I don’t see how we can generalize FlexJS to be usable for both. Maybe adding COMPILE::NODE is the right answer. > On Feb 13, 2017, at 8:16 AM, Alex Harui <aha...@adobe.com> wrote: > > Sounds like work. Feel free to try to make the changes. An alternative > might be to have a "NodeCompressionUtils" that has the appropriate require > in it? Or is this a general problem for Node?