Closed amitzur closed 6 years ago
I'd happily create a PR, but it's not an issue in the code in master
, and I'm not sure where the change that created this issue was introduced
Please check v0.3.4 that I just released.
I apologize I no longer actively maintain CSSOM. I didn't remember how index.js was generated, so I just added it to the repo and manually put CSSFontFaceRule in there. The build system is terribly outdated and should be improved.
I did something similar in a fork. The difference is I ran the actual build so I also got more objects inside like CSSSupportsRule
which I needed.
Thanks for your effort although you're not actively maintaining this!
Fixed in #98.
versions 0.3.2 and 0.3.3 are missing
CSSFontFaceRule
from exports. I couldn't find it in the source code, as tags for these versions don't exists.For reference, here's the contents of
index.js
for v0.3.3: