issues Search Results · repo:nivekcode/import-conductor language:TypeScript
Filter by
29 results
(61 ms)29 results
innivekcode/import-conductor (press backspace or delete to remove)Describe the bug Using npm 9 with lockfileVersion : 3 breaks get-third-party.ts at line 12
parseJsonFile(lockPath).dependencies because dependencies now are found at
parseJsonFile(lockPath).packages.dependencies. ...
mtrefzer
- Opened on May 29, 2023
- #99
Describe the feature We are using the import-conductor extensively for a larger mono-repo and are very happy with the
results so far.
One thing we noticed however is that the time to complete for each ...
markoberholzer-es
- 7
- Opened on Jan 6, 2023
- #88
Describe the feature I would like to have an option that forces imports to be on 1 line.
So this:
import huffman from n-ary-huffman ;
import { repr } from tiny-decoders ;
import iconsChecksum from ...
Waterstraal
- 1
- Opened on Jul 25, 2022
- #84
The problem happens when a file doesn t have an import statement and it tries to do something anyway and end up deleting
all the file content.
Steps to reproduce the behavior:
- Create a typescript ...
d10n4t4n
- 2
- Opened on May 18, 2022
- #78
Hey, just want to point out that one of the import-conductor dependencies are giving me a warning about vulnerability.
image
As I m using it on a production code, would be cool to bump up this simple-git ...
d10n4t4n
- 4
- Opened on Mar 24, 2022
- #69
Describe the bug
import type { QueryFetcher } from gqty ;
import { createClient } from gqty ;
This two lines are incorrectly merged into one
Steps to reproduce Steps to reproduce the behavior:
Expected ...
Lonli-Lokli
- Opened on Feb 14, 2022
- #67
I want to produce an executable node and for that I put #!/usr/bin/env node on the first line.
import-conductor must not move it
alaingiller
- Opened on Nov 18, 2020
- #49
Describe the bug with empty separator, eg --separator - wierd string added to the output
Steps to reproduce
before run:
import { Component, HostListener } from @angular/core ;
import { MatDialogRef ...
released
Lonli-Lokli
- 6
- Opened on Oct 19, 2020
- #48
Describe the bug This is a follow issue up per comment in #37 to create a minimal reproduction. Extra lines are produced
in the output
Steps to reproduce Created a repository reproducing the behavior. ...
bug
hacktoberfest
cgatian
- 3
- Opened on Sep 17, 2020
- #42
Describe the bug When code is placed between import statements. it s getting removed
Steps to reproduce Eg I have this code
import { AppModule } from ./app/app.module ;
import { environment } from ...
hacktoberfest
released
Lonli-Lokli
- 2
- Opened on Sep 7, 2020
- #40

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.