-
Notifications
You must be signed in to change notification settings - Fork 850
Open
Description
Currently, the "Lit" renderer is in a folder called web but it actually is a Lit-specific renderer.
Inside the Lit renderer, is some shared logic at src/0.8/types/ which is depended upon by the Angular renderer.
What we want to do is:
- Move the lit-specific code to a
litrenderer folder - Leave the code shared between web and angular in the
web/folder. We should try to have as much code as we can in this category, without adding extra complexity - Make sure the angular codebase only depends on
web/and notlit/.
Please correct this if it's wrong, @ava-cassiopeia !
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
Todo