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 cjs and esm both #265

Merged
merged 42 commits into from
Jun 17, 2024
Merged

feat: support cjs and esm both #265

merged 42 commits into from
Jun 17, 2024

Commits on Jun 8, 2024

  1. feat: refactor with typescript

    BREAKING CHANGE: Drop Node.js < 16.13.0 support
    
    #264
    fengmk2 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    6580f0c View commit details
    Browse the repository at this point in the history
  2. deps: use @eggjs/koa

    fengmk2 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    1e5072f View commit details
    Browse the repository at this point in the history
  3. refactor: Lifecycle

    fengmk2 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    c8dad06 View commit details
    Browse the repository at this point in the history
  4. f

    fengmk2 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    ba12999 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. f

    fengmk2 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3890c15 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. FileLoader

    fengmk2 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9aaeaa4 View commit details
    Browse the repository at this point in the history
  2. test: add ts module loader

    fengmk2 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    7bdda0d View commit details
    Browse the repository at this point in the history
  3. add plugin loader

    fengmk2 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    1a4a863 View commit details
    Browse the repository at this point in the history
  4. add config loader

    fengmk2 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    afde200 View commit details
    Browse the repository at this point in the history
  5. add extend loader

    fengmk2 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9c13225 View commit details
    Browse the repository at this point in the history
  6. add custom loader

    fengmk2 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    25b3deb View commit details
    Browse the repository at this point in the history
  7. add service loader

    fengmk2 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    237fe26 View commit details
    Browse the repository at this point in the history
  8. add middleware loader

    fengmk2 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ee29ae0 View commit details
    Browse the repository at this point in the history
  9. add controller loader

    fengmk2 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    aef717d View commit details
    Browse the repository at this point in the history
  10. add router loader

    fengmk2 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    55a0a4d View commit details
    Browse the repository at this point in the history
  11. add custom_loader loader

    fengmk2 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    509204f View commit details
    Browse the repository at this point in the history
  12. run unittest

    fengmk2 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    841d26d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. support .cjs and .mjs

    fengmk2 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e444095 View commit details
    Browse the repository at this point in the history
  2. run pass the first test

    fengmk2 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ed50b9b View commit details
    Browse the repository at this point in the history
  3. fix config loader

    fengmk2 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    c5ff637 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22e77bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    593f7d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    136a38f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad21158 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a4221d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8e176f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a968b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5516c53 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    355f926 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e5ca6cf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6425b00 View commit details
    Browse the repository at this point in the history
  15. add utils.deprecated

    fengmk2 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    22e3980 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8ed0c6e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    8aff120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a6cb60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dea827b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b13931e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e28f95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98a77b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7bb2885 View commit details
    Browse the repository at this point in the history
  8. pass test/egg-ts.test.ts

    fengmk2 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    600b75d View commit details
    Browse the repository at this point in the history
  9. fix import error

    fengmk2 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    dcc9fc2 View commit details
    Browse the repository at this point in the history