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

🔨 bundling #9

Closed
24 tasks done
unicornware opened this issue Sep 17, 2022 · 1 comment · Fixed by #10
Closed
24 tasks done

🔨 bundling #9

unicornware opened this issue Sep 17, 2022 · 1 comment · Fixed by #10
Assignees
Labels
scope:esbuild esbuild integration scope:node node.js program status:merged merged, but not released type:task project tasks

Comments

@unicornware
Copy link
Member

unicornware commented Sep 17, 2022

Prerequisites

  • i am a project maintainer

Proposed work

implementing bundle support via the esbuild build api.

Success criteria

  • interfaces
    • Entry
      • bundle? - enable bundling
      • name? - bundle output file name
  • make
    • refactor to support bundling
    • update tests
  • patches
    • dts-bundle-generator+6.13.0.patch
  • plugins
    • dts
      • refactor to simplify logic
      • generate bundled declaration files
  • utils
    • esbuilder
      • refactor loader configuration
        • pick loader based on entry.format and/or entry.bundle
          • note: some files should be copied during transpilation, but not when bundling. e.g: json files
      • refactor to support Entry.name?
      • refactor to support esbuild bundling and code splitting options
      • update tests

Related documents

Additional context

Linked issues

N/A

@unicornware unicornware added scope:node node.js program type:task project tasks scope:esbuild esbuild integration labels Sep 17, 2022
@unicornware unicornware self-assigned this Sep 17, 2022
@unicornware unicornware added the status:wip work in progress label Sep 17, 2022
@unicornware unicornware mentioned this issue Sep 25, 2022
5 tasks
@unicornware unicornware linked a pull request Sep 25, 2022 that will close this issue
5 tasks
@unicornware unicornware removed the status:wip work in progress label Sep 25, 2022
@github-actions github-actions bot added the status:merged merged, but not released label Sep 26, 2022
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity
after it was closed. Please open a new issue for related bugs or features. Be sure to
reference this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope:esbuild esbuild integration scope:node node.js program status:merged merged, but not released type:task project tasks
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant