Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement lit template parser for limited template formats which extends LitTemplate element #8979

Merged
merged 12 commits into from
Sep 11, 2020

Commits on Sep 10, 2020

  1. Add lit template parser

    Denis Anisimov committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    c262e24 View commit details
    Browse the repository at this point in the history
  2. Lit template parser unit test

    Denis Anisimov committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    42334a4 View commit details
    Browse the repository at this point in the history
  3. Add javadocs and test files

    Denis Anisimov committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    19bc6d7 View commit details
    Browse the repository at this point in the history
  4. Exclude classes from serializable tests

    Denis Anisimov committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    d49c6e6 View commit details
    Browse the repository at this point in the history
  5. Corrections after review

    Denis Anisimov committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    8337f3c View commit details
    Browse the repository at this point in the history
  6. Fix assertion message

    Denis Anisimov committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    bdbee1e View commit details
    Browse the repository at this point in the history
  7. Revert changes in 1000th time

    Denis Anisimov committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    ac04d88 View commit details
    Browse the repository at this point in the history
  8. Resolve merge conflicts

    Denis Anisimov committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    2456d47 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Be aware of greedy matcher

    Denis Anisimov committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    904285e View commit details
    Browse the repository at this point in the history
  2. Allow escaped backticks in the template content

    Denis Anisimov committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    0a74148 View commit details
    Browse the repository at this point in the history
  3. Fix missing } and remove extra one

    Denis Anisimov committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    49d2e66 View commit details
    Browse the repository at this point in the history
  4. Use suggested way for pattern

    Denis Anisimov committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    57d6078 View commit details
    Browse the repository at this point in the history