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: provide bundled API #49

Merged
merged 6 commits into from
Oct 12, 2022
Merged

feat: provide bundled API #49

merged 6 commits into from
Oct 12, 2022

Commits on Oct 10, 2022

  1. feat: provide bundled API

    Node.js core doesn't support relative require calls, so this change
    provides a bundles API for Postject, so that it can be used easily
    in Node.js. Undici too follows the same strategy.
    
    Refs: nodejs/undici#1183
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    RaisinTen committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    5b4f6b4 View commit details
    Browse the repository at this point in the history
  2. fixup! test: bump timeout value from 60000 to 65000

    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    RaisinTen committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    4b3eaa1 View commit details
    Browse the repository at this point in the history
  3. fixup! test: bump timeout value from 65000 to 70000

    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    RaisinTen committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    f070310 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. fixup! fix: --output-api-header handling

    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    RaisinTen committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3a6a2ec View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. fixup! refactor: bundling and copying to dist logic

    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    RaisinTen committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    1c30eb7 View commit details
    Browse the repository at this point in the history
  2. fixup! chore: Error -> TypeError

    Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
    RaisinTen and dsanders11 authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    d693a81 View commit details
    Browse the repository at this point in the history