Jenny Messerly

Results 101 comments of Jenny Messerly

This is super cool by the way, thanks for putting this together! Yeah, I'm working on improvements to JS interop, so we can do an interop-based package:html. (Also trying to...

> @jmesserly One thing that is going to be hit is that if you use `dart2js` is that it takes control of things like `Event` and turns them into `Interceptor`s....

> With regard to best practices when 'wrapping' JavaScript using package:js, I've been going back and declaring `@JS` classes as abstract only if their underlying JS class is abstract. Do...

> happy new year! Just pinging you to see if there's anything in the works since I hadn't heard anything with my last message. Happy new year to you to!...

Another random data point: I've been using C# again recently (for a silly hobby project), and wow, having static overloads is *so nice*. I'd forgotten how nice they are. Really...

It should be in the same ballpark, yeah, but worth verifying that. Where it may fall behind are places where dart2js type inference knows more than the Dart types in...

> It would be nice to have proper indentation as well that's a bit more tricky. outerHTML currently follows spec for all nodes. `Document` does not actually have outerHTML (in...

and perhaps we should remove outerHTML from document, and add a different printer API, so we don't have non-standard APIs on the DOM nodes.