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

Bundle and export individual modules #88

Open
paulshryock opened this issue Sep 30, 2023 · 0 comments
Open

Bundle and export individual modules #88

paulshryock opened this issue Sep 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@paulshryock
Copy link
Owner

paulshryock commented Sep 30, 2023

User story

As a library consumer, I want to import modules from individual files, so that I don't have to import everything if I'm not using tree-shaking.

Acceptance criteria

  • GIVEN I am consuming this library in an application,
  • WHEN I import a module using syntax like import { someModule } from '@paulshryock/abstractions/some-module',
  • THEN someModule is imported from a file only containing that module.
@paulshryock paulshryock added the enhancement New feature or request label Sep 30, 2023
@paulshryock paulshryock reopened this Nov 16, 2023
@paulshryock paulshryock reopened this Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant