Skip to content

Restructure lit codebase to separate out shared code #195

@jacobsimionato

Description

@jacobsimionato

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 lit renderer 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 not lit/.

Please correct this if it's wrong, @ava-cassiopeia !

Metadata

Metadata

Type

No type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions