Arthur Evans
Arthur Evans
Sorry this didn't get reviewed earlier. I don't think I'm really the person to make this call. @kevinpschaaf was updating the lit-next version and may have thoughts.
FWIW I agree it makes the whole thing cleaner. If I recall correctly, we originally didn't have a `dist` or equivalent directory because we wanted to keep the TS output...
Ping. Is there any status on this @samuelli ?
I think @justinfagnani meant that an end user of a published package shouldn't need to be aware of whether it's written in TypeScript or JavaScript.
I think there are some valid concerns here. The .gitignore and clean script both get kind of gnarly (and would be nigh unmanageable if you had a bunch of TS...
Could have a top-level static `index.js` (or `my-element.js`) that just imports `build/my-element.js`, then the user wouldn't need to think about where it was coming from...
This should be working in VS Code with 24.1 (make sure you have the 24.1 version of the extension, too). https://docs.modular.com/mojo/tools/debugging
I think at this point we only use the term "generic" a few places in the traits doc and the parameters doc. It's not a synonym for parametric. It means...
This really requires a total rewrite of the current "Parameterized structs" section to use a non-generic example, and renaming the current section to "Generic structs" or something similar, with appropriate...
This is a good point. Perhaps we should probably introduce another term here because this is a little fuzzy. To use a parametric type or function, you need to bind...