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

[FEATURE REQUEST] Options.input #1

Open
silvioprog opened this issue Mar 7, 2021 · 1 comment
Open

[FEATURE REQUEST] Options.input #1

silvioprog opened this issue Mar 7, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@silvioprog
Copy link

silvioprog commented Mar 7, 2021

Hi.

It would by nice to allow the user to specify the input origin, for example:

export default {
  input: 'src/index.js',
  plugins: [
    svelteDts({ input: "src/index.js" }), // or { input: [ "src/foo.js", "src/bar.js" ] }
...

cheers

@andrelmlins
Copy link
Owner

Hello @silvioprog, are you interested in sending a PR correcting?

@andrelmlins andrelmlins added the good first issue Good for newcomers label Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants