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

fix(compiler-cli): flat module index metadata should be transformed #23129

Closed
wants to merge 1 commit into from

Commits on Apr 3, 2018

  1. fix(compiler-cli): flat module index metadata should be transformed

    Currently, the flat module index metadata is produced directly from
    the source metadata. The compiler, however, applies transformations
    on the Typescript sources during transpilation, and also equivalent
    transformations on the metadata itself. This transformed metadata
    doesn't end up in the flat module index.
    
    This changes the compiler to generate the flat module index metadata
    from its transformed version instead of directly from source.
    alxhub committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    1c2f5ff View commit details
    Browse the repository at this point in the history