Age | Commit message (Collapse) | Author |
|
Needed (at least for now, we might do mangling if necessary) for stylo, where
bringing in DOM types makes us include a lot of namespaced constants they use
for convenience, that end up with conflicting names.
|
|
|
|
|
|
Fixes #1.
|
|
parser: Disable conditionally class constants
Part of the fix for #1
|
|
|
|
|
|
Ignore inlined functions
|
|
|
|
They're tricky.
|
|
|
|
|
|
|
|
|
|
|
|
We generate them incorrectly anyways, but this way at least we're allowed to
compile it.
|
|
They're instantiable, yes, but otherwise there's no way they'd work correctly.
|
|
|
|
|
|
|
|
That ofc appeared on Gecko...
|
|
Those are generally just-declared types, and wasn't being translated
yet.
|
|
replacement into account.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It broke for arrays if we try to do it by default, but this seems to
work pretty well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
So it's not awfully broken.
|
|
|
|
|
|
|