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

Feature: Expose esm hooks factory to public API #1439

Merged
merged 11 commits into from Oct 10, 2021
Merged

Commits on Aug 21, 2021

  1. Add esm to project exports

    nonara committed Aug 21, 2021
    Copy the full SHA
    f53ac63 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Copy the full SHA
    b1fb154 View commit details
    Browse the repository at this point in the history
  2. Revert "Add esm to project exports"

    This reverts commit f53ac63.
    nonara committed Aug 22, 2021
    Copy the full SHA
    896f622 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Copy the full SHA
    7c26ee5 View commit details
    Browse the repository at this point in the history
  2. Add tests for createEsmHooks

    nonara committed Aug 24, 2021
    Copy the full SHA
    e992240 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. refactor experimentalEsmLoader into an @internal method on the Servic…

    …e: enableExperimentalEsmLoaderInterop()
    
    This avoids consumers needing to pass an @internal flag at service creation time, since we can call the method automatically within createEsmHooks.
    cspotcode committed Sep 24, 2021
    Copy the full SHA
    0784e3f View commit details
    Browse the repository at this point in the history
  2. lint-fix

    cspotcode committed Sep 24, 2021
    Copy the full SHA
    fa1162b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Make test case more robust

    cspotcode committed Oct 10, 2021
    Copy the full SHA
    12f739b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d63572e View commit details
    Browse the repository at this point in the history
  3. fix

    cspotcode committed Oct 10, 2021
    Copy the full SHA
    8a27b42 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    99863cc View commit details
    Browse the repository at this point in the history