Lars den Bakker
Lars den Bakker
There are other base classes which use lit html, so its a bit tricky.
Ah, right. Yeah, though can you follow the export chain to lit-html? In our case our base class re-exports the html tag from lit-html. LitElement does that too.
That makes sense. I would revert the default personally :)
It can be an option. I would not recommend having the same property name for instance and static.
The ios specific code is already growing quite a bit. Id be careful of further growth for edge cases, or make them opt in(without increasing lib size for users that...
@evanw that's great to hear! There are different kinds of CSS modules out there, and there is also ongoing for a web standard for CSS modules (see https://github.com/whatwg/html/pull/4898 and https://github.com/tc39/proposal-import-assertions)....
I listed import assertions just to indicate that there will be a standard way to import non-JS files. The idea for the standard CSS modules is that they will return...
Thanks, I think that default makes sense 👍
It would be useful to have a transform hook where you gain access to the generated AST, so that you can do fast file transformations in Go.
Thanks for your answer. I've put together a project which demonstrates the problem: https://github.com/LarsDenBakker/karma-modules-issue If you clone the repository and run `npm install`. Then there are three commands: `npm run...