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: support modules to extend nitro builder #1789

Merged
merged 24 commits into from
Oct 28, 2023
Merged

feat: support modules to extend nitro builder #1789

merged 24 commits into from
Oct 28, 2023

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    8337f8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af55319 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0939c55 View commit details
    Browse the repository at this point in the history
  4. Update src/module/define.ts

    Co-authored-by: Pooya Parsa <pyapar@gmail.com>
    Barbapapazes and pi0 authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    c71ef01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdb6512 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f78b72c View commit details
    Browse the repository at this point in the history
  7. refactor: simplify api

    Barbapapazes committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    84a9ea7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0076427 View commit details
    Browse the repository at this point in the history
  9. fix: update modules

    Barbapapazes committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    fda5099 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd1440f View commit details
    Browse the repository at this point in the history
  11. feat: support watcher

    Barbapapazes committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    cbb289d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. revert playground changes

    pi0 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    cb92c2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a69ca5c View commit details
    Browse the repository at this point in the history
  3. remove extra file

    pi0 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    8061c3f View commit details
    Browse the repository at this point in the history
  4. simplify

    pi0 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    b272f8a View commit details
    Browse the repository at this point in the history
  5. update types

    pi0 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    2f2d086 View commit details
    Browse the repository at this point in the history
  6. revert tsconfig

    pi0 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1eac729 View commit details
    Browse the repository at this point in the history
  7. update impl

    pi0 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    2bed242 View commit details
    Browse the repository at this point in the history
  8. remove unused imports

    pi0 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    464e1bc View commit details
    Browse the repository at this point in the history
  9. remove unused import

    pi0 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    eed8b0e View commit details
    Browse the repository at this point in the history
  10. avoid exporting defeineNitroModule

    it is globally available. encouraging import from main package can lead to later hoist issues
    pi0 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    c32c51a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    176de35 View commit details
    Browse the repository at this point in the history
  12. dedup modules

    pi0 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    ce378a4 View commit details
    Browse the repository at this point in the history
  13. rename case

    pi0 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    b183043 View commit details
    Browse the repository at this point in the history