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

Supports importing all data in a single file #531

Open
3 tasks done
maxfrees opened this issue Sep 20, 2024 · 0 comments
Open
3 tasks done

Supports importing all data in a single file #531

maxfrees opened this issue Sep 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@maxfrees
Copy link

maxfrees commented Sep 20, 2024

Clear and concise description of the problem

src
-component

  • constants.ts

dirs can import the entire directory, but now we need to import all the data of a certain file

imports can implement { 'src/component/constants': ['a','b'....] }

But this would be too complicated if there is too much data. We hope to support importing all data in a single file.

Suggested solution

src
-component

  • constants.ts

dirs can import the entire directory, but now we need to import all the data of a certain file

imports can implement { 'src/component/constants': ['a','b'....] }

But this would be too complicated if there is too much data. We hope to support importing all data in a single file.

Alternative

No response

Additional context

No response

Validations

@maxfrees maxfrees added the enhancement New feature or request label Sep 20, 2024
@maxfrees maxfrees changed the title Supports importing all data in a single page Supports importing all data in a single file Sep 20, 2024
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