Don Olmstead
Don Olmstead
Hoping this'll maybe kick start a discussion. I could see how the JS stuff could be generated through something like `build` added with the [parsers](https://pub.dartlang.org/packages/parsers) since I think that was...
@jifalops it might save you some work later to think about how this can be done in general through `package:js`. As an example the [CSS Painting API](https://developers.google.com/web/updates/2018/01/paintapi) allows you to...
@jmesserly I was actually experimenting further with a `package:html` to see what happened. One thing that is going to be hit is that if you use `dart2js` is that it...
@jmesserly if there's a bug you create for `Interceptor` could you let us know here? Would like to watch it.
@jmesserly 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.
@jmesserly so I managed to get Custom Elements working with DDC and dart2js. https://github.com/rampage-dart/rampage/commit/e3a90c42cf2cc572c311591b3abdf2c69443d84f
It doesn't currently work in dart2js. There needs to be some stuff done to dart2js to support things. See the larger conversation in https://github.com/jmesserly/dart-custom-element-demo/pull/2
I can really sympathize with wanting caching to be easier. It is also A LOT more verbose than the initial implementation. The thing I want to mention is that its...
I feel like if there was a `plugins/status` that this issue would solve itself. We could think of it like the `git` plugin which is implicitly added. If you want...
Looking to formalize this into a feature