microsoft / microsoft/nodejstools
Importing of generated JS files not needed
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 355
- PR merge metrics
- No merged PRs in 30d
Description
Expected Behavior
When importing From Existing Code, if specified *.ts extension, but not *.js then only TS files should be added to the project
Actual Behavior
TS files + JS files imported in the Project and JS files has to be manually removed from the project
Steps to Reproduce
- Create project from Existing Code where TS files sitting alongside with compiled JS files
- Specify
*.tsin the import wizard
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Existing Code import wizard scenario with TypeScript files alongside compiled JavaScript files, specifying only *.ts. Trace how the wizard selects files; done means the project includes only the requested TypeScript files and does not require manually removing JavaScript files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100