Christian Bewernitz

Results 281 comments of Christian Bewernitz

There is also https://typescript-eslint.io/rules/promise-function-async/ which makes so much sense to me. What is it about type checking, is it not possible for deno to do that? Or asked differently, is...

@fdb I am not experienced with rollup, but did you try to modify your config in a way that was suggested in this comment: https://github.com/xmldom/xmldom/issues/316#issuecomment-912784773 ?

That is true and awesome. So it basically boils down to adding an example to the examples folder for documentation purposes. PRs welcome.

I resolved the commit, which leads to failing tests (due to the breaking changes in version 9. I will see if I find time to get back to it, but...

If nothing new pops up that has a higher prio, this will be the next topic I will work on, towards reaching the 0.9.0 milestone.

I looked into it and I think there is no sane way of supporting the current way of "randomly removing any node by calling `removeChild` on any other node or...

@shunkica you mean that there is no way of receiving the raw data from the DOM API? I'm not aware there is anything in the specs regarding that, but we...

@shunkica > It would be even better if xmldom parsed it for me :) > DTD is important for proper c14n Implementing any parsing/handling for that is totally outside of...

That's what I had in mind, can you create a PR which I can contribute to?

With #498 on the finish line xmldom provides a basis for DTD parsing by preserving the DOCTYPE internalSubSet and tons of "grammar" regular expressions to parse them. It solves tons...