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

perf(compiler-cli): only generate template context declaration when used #39321

Closed
wants to merge 2 commits into from

Commits on Oct 17, 2020

  1. perf(compiler-cli): only generate template context declaration when used

    The variable declaration for a template context is only needed when it
    is referenced from somewhere, so the TCB operation to generate the
    declaration is marked as optional.
    JoostK committed Oct 17, 2020
    Copy the full SHA
    5765203 View commit details
    Browse the repository at this point in the history
  2. test(compiler-cli): remove spurious console.error call from a test

    Reporting the source file text to the console was left as a debugging
    artifact.
    JoostK committed Oct 17, 2020
    Copy the full SHA
    b4a2e3f View commit details
    Browse the repository at this point in the history