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

optionally use syntax tree to generate code #1291

Merged
merged 16 commits into from Sep 29, 2020
Merged

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    a1ea440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d366a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4445561 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Configuration menu
    Copy the full SHA
    3989980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd5efe View commit details
    Browse the repository at this point in the history
  3. test: codegen optimize

    epoberezkin committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    4f45a24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6737330 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Configuration menu
    Copy the full SHA
    837930f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    f20fb44 View commit details
    Browse the repository at this point in the history
  2. code generation: rename and simplify code node classes, replace `ifNo…

    …t(` with `if(not(`, safe `or` and `and`, add `not`
    epoberezkin committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    d5f3828 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. refactor: code rendering

    epoberezkin committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    95eb67b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb18fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5d6015 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a653c2 View commit details
    Browse the repository at this point in the history
  5. eslint: fix no-shadow

    epoberezkin committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    33dc087 View commit details
    Browse the repository at this point in the history
  6. remove unused property

    epoberezkin committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    79f1562 View commit details
    Browse the repository at this point in the history