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(core): expose external-context-creator #11104

Merged

Commits on Feb 13, 2023

  1. feat(core): expose external-context-creator

    Allow third party packages to register handlers (like controller
    methods) that pass through the whole pipeline of interceptors, pipes,
    guards, filters and param decorators while still being compliant with
    node16 moduleResolution, where imports like
    
    ```typescript
    import {
      ExternalContextCreator,
      ParamsFactory,
    } from "@nestjs/core/helpers/external-context-creator";
    ```
    
    are not allowed.
    
    No tests are added here because functionality is not changed.
    Eugen Kuksa committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    aaaa1b7 View commit details
    Browse the repository at this point in the history