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

feat(bazel): add dts bundler as action to ng_module #28588

Closed
wants to merge 6 commits into from
Closed

feat(bazel): add dts bundler as action to ng_module #28588

wants to merge 6 commits into from

Commits on Feb 13, 2019

  1. feat(bazel): add dts bundler as action to ng_module

    This enabled dts flattening in the final distrubutable package.
    
    Notes:
     - For the time being this is an opt-in feature via the `ng_module` attribute  `bundle_dts`, however in the near future this will be turned on by default.
     - This only supports the legacy compiler `ngc`, as `ngtsc` emits namespaced imports `import * as __` from local modules which is not supported for the time being by API Extractor. See: microsoft/rushstack#1029
    
    Ref: TOOL-611
    alan-agius4 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    138183e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5bbf7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caeedc9 View commit details
    Browse the repository at this point in the history
  4. build: update @microsoft/api-extractor to 7.0.17

    This fixes one of the problems that we reported microsoft/rushstack#1048
    alan-agius4 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    06fc0a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdc7a57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a66823d View commit details
    Browse the repository at this point in the history