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

Roadmap: Accept other JS extensions #3

Open
DaviSena opened this issue Jun 23, 2020 · 0 comments
Open

Roadmap: Accept other JS extensions #3

DaviSena opened this issue Jun 23, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@DaviSena
Copy link
Collaborator

DaviSena commented Jun 23, 2020

Accept other JS extensions

Problem

Today, the js-to-markdown only locates and parses JS files with the .js extension. The .js extension is hardcoded inside the getFilesFromInputDirectories function declared in index.js project file.

Feature description

Enable the module to locate and parse other JS files extensions (.jsx, .ts, .tsx, ...).
Maybe it will be necessary to create a new configuration property where the user can indicate one or more file extensions that are necessary to parse.

@DaviSena DaviSena added the enhancement New feature or request label Jun 23, 2020
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