Skip to content

Commit

Permalink
Retain original rootDir for scrubbing user-specific paths from @ts-ig…
Browse files Browse the repository at this point in the history
…nore comments (#15)
  • Loading branch information
acmcelwee authored Sep 3, 2019
1 parent 9a3f08a commit 71d858c
Show file tree
Hide file tree
Showing 23 changed files with 49 additions and 47 deletions.
1 change: 1 addition & 0 deletions dist/cli.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export interface FilePaths {
rootDir: string;
projectDir: string;
include: string[];
exclude: string[];
extensions: string[];
Expand Down
14 changes: 9 additions & 5 deletions dist/cli.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cli.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions dist/collectFiles.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
export default function collectFiles(paths: {
rootDir: string;
include: string[];
exclude: string[];
extensions: string[];
}): Promise<string[]>;
import { FilePaths } from "cli";
export default function collectFiles(paths: FilePaths): Promise<string[]>;
4 changes: 2 additions & 2 deletions dist/collectFiles.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/collectFiles.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commitAll.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commitAll.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/convertCodebase.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 71d858c

Please sign in to comment.