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

Various compiler refactorings #16832

Merged
merged 5 commits into from
May 23, 2017
Merged

Various compiler refactorings #16832

merged 5 commits into from
May 23, 2017

Commits on May 23, 2017

  1. refactor(compiler): make OutputAst contain the moduleName, not the …

    …filePath (angular#16832).
    
    The goal of this change is to simplify the emitters,
    as we will soon create a new one to emit TypeScript nodes directly.
    tbosch committed May 23, 2017
    Configuration menu
    Copy the full SHA
    7c71f04 View commit details
    Browse the repository at this point in the history
  2. refactor(compiler): emit OutputAst and not sources (angular#16832)

    This is in preparation for creating typescript nodes
    directly from `OutputAst` nodes.
    tbosch committed May 23, 2017
    Configuration menu
    Copy the full SHA
    edbd3f3 View commit details
    Browse the repository at this point in the history
  3. refactor(compiler): don’t rely on global reflector (angular#16832)

    Using the global reflector made it impossible
    to compile multiple programs at the same time.
    tbosch committed May 23, 2017
    Configuration menu
    Copy the full SHA
    18daa9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    226c9a3 View commit details
    Browse the repository at this point in the history
  5. refactor(compiler): allow sync AOT compilation (angular#16832).

    AOT compilation can be executed synchronously now,
    if the `ReosurceLoader` returns a string directly
    (and no `Promise`).
    tbosch committed May 23, 2017
    Configuration menu
    Copy the full SHA
    c0b5a5a View commit details
    Browse the repository at this point in the history