It's possible that some of my export-related refactoring did not fully account for @royalesuppressexport, which I see is used on VectorSupport. I'll check it out.
-- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Fri, Feb 19, 2021 at 2:25 AM Harbs <[email protected]> wrote: > I just noticed that the VectorSupport code in Language.as is no longer > being stripped out in the release code when > -js-vector-emulation-class=Array is being used. > > I suspect this is because of the @nocollapse annotations. > > I’m not sure of the correct way to go about fixing this. Josh and Greg, do > you have thoughts here? > > Thanks, > Harbs
