view-ignored 0.4.8 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +84 -103
- package/out/index.d.ts +1 -4
- package/out/index.js +1 -4
- package/out/patterns/gitignore.d.ts +3 -0
- package/out/patterns/gitignore.js +35 -0
- package/out/patterns/index.d.ts +4 -0
- package/out/patterns/index.js +4 -0
- package/out/patterns/jsrjson.d.ts +4 -0
- package/out/patterns/jsrjson.js +39 -0
- package/out/patterns/matcher.d.ts +102 -0
- package/out/patterns/matcher.js +125 -0
- package/out/patterns/packagejson.d.ts +3 -0
- package/out/patterns/packagejson.js +25 -0
- package/out/scan.d.ts +49 -0
- package/out/scan.js +114 -0
- package/out/targets/git.d.ts +2 -0
- package/out/targets/git.js +22 -0
- package/out/targets/index.d.ts +6 -0
- package/out/targets/index.js +6 -0
- package/out/targets/jsr.d.ts +2 -0
- package/out/targets/jsr.js +25 -0
- package/out/targets/npm.d.ts +2 -0
- package/out/targets/npm.js +46 -0
- package/out/targets/target.d.ts +10 -0
- package/out/targets/target.js +1 -0
- package/out/targets/vsce.d.ts +2 -0
- package/out/targets/vsce.js +24 -0
- package/out/targets/yarn.d.ts +2 -0
- package/out/targets/yarn.js +49 -0
- package/out/walk.d.ts +2 -0
- package/out/walk.js +19 -0
- package/package.json +20 -54
- package/bin/viewig +0 -4
- package/out/browser/binds/index.d.ts +0 -56
- package/out/browser/binds/index.d.ts.map +0 -1
- package/out/browser/binds/index.js +0 -95
- package/out/browser/binds/index.js.map +0 -1
- package/out/browser/binds/plugins/git.d.ts +0 -23
- package/out/browser/binds/plugins/git.d.ts.map +0 -1
- package/out/browser/binds/plugins/git.js +0 -67
- package/out/browser/binds/plugins/git.js.map +0 -1
- package/out/browser/binds/plugins/jsr.d.ts +0 -39
- package/out/browser/binds/plugins/jsr.d.ts.map +0 -1
- package/out/browser/binds/plugins/jsr.js +0 -117
- package/out/browser/binds/plugins/jsr.js.map +0 -1
- package/out/browser/binds/plugins/npm.d.ts +0 -39
- package/out/browser/binds/plugins/npm.d.ts.map +0 -1
- package/out/browser/binds/plugins/npm.js +0 -146
- package/out/browser/binds/plugins/npm.js.map +0 -1
- package/out/browser/binds/plugins/vsce.d.ts +0 -26
- package/out/browser/binds/plugins/vsce.d.ts.map +0 -1
- package/out/browser/binds/plugins/vsce.js +0 -71
- package/out/browser/binds/plugins/vsce.js.map +0 -1
- package/out/browser/binds/plugins/yarn.d.ts +0 -12
- package/out/browser/binds/plugins/yarn.d.ts.map +0 -1
- package/out/browser/binds/plugins/yarn.js +0 -36
- package/out/browser/binds/plugins/yarn.js.map +0 -1
- package/out/browser/binds/scanner.d.ts +0 -47
- package/out/browser/binds/scanner.d.ts.map +0 -1
- package/out/browser/binds/scanner.js +0 -166
- package/out/browser/binds/scanner.js.map +0 -1
- package/out/browser/binds/targets.d.ts +0 -78
- package/out/browser/binds/targets.d.ts.map +0 -1
- package/out/browser/binds/targets.js +0 -46
- package/out/browser/binds/targets.js.map +0 -1
- package/out/browser/conc.d.ts +0 -2
- package/out/browser/conc.d.ts.map +0 -1
- package/out/browser/conc.js +0 -19
- package/out/browser/conc.js.map +0 -1
- package/out/browser/errors.d.ts +0 -47
- package/out/browser/errors.d.ts.map +0 -1
- package/out/browser/errors.js +0 -35
- package/out/browser/errors.js.map +0 -1
- package/out/browser/filtering.d.ts +0 -13
- package/out/browser/filtering.d.ts.map +0 -1
- package/out/browser/filtering.js +0 -12
- package/out/browser/filtering.js.map +0 -1
- package/out/browser/fs/directory.d.ts +0 -145
- package/out/browser/fs/directory.d.ts.map +0 -1
- package/out/browser/fs/directory.js +0 -244
- package/out/browser/fs/directory.js.map +0 -1
- package/out/browser/fs/file-info.d.ts +0 -89
- package/out/browser/fs/file-info.d.ts.map +0 -1
- package/out/browser/fs/file-info.js +0 -101
- package/out/browser/fs/file-info.js.map +0 -1
- package/out/browser/fs/file.d.ts +0 -39
- package/out/browser/fs/file.d.ts.map +0 -1
- package/out/browser/fs/file.js +0 -42
- package/out/browser/fs/file.js.map +0 -1
- package/out/browser/fs/index.d.ts +0 -5
- package/out/browser/fs/index.d.ts.map +0 -1
- package/out/browser/fs/index.js +0 -5
- package/out/browser/fs/index.js.map +0 -1
- package/out/browser/fs/source-info.d.ts +0 -29
- package/out/browser/fs/source-info.d.ts.map +0 -1
- package/out/browser/fs/source-info.js +0 -31
- package/out/browser/fs/source-info.js.map +0 -1
- package/out/browser/index.d.ts +0 -4
- package/out/browser/index.d.ts.map +0 -1
- package/out/browser/index.js +0 -4
- package/out/browser/index.js.map +0 -1
- package/out/browser/lib.d.ts +0 -138
- package/out/browser/lib.d.ts.map +0 -1
- package/out/browser/lib.js +0 -93
- package/out/browser/lib.js.map +0 -1
- package/out/browser/sorting.d.ts +0 -52
- package/out/browser/sorting.d.ts.map +0 -1
- package/out/browser/sorting.js +0 -137
- package/out/browser/sorting.js.map +0 -1
- package/out/browser/styling.d.ts +0 -92
- package/out/browser/styling.d.ts.map +0 -1
- package/out/browser/styling.js +0 -66
- package/out/browser/styling.js.map +0 -1
- package/out/cli.d.ts +0 -90
- package/out/cli.d.ts.map +0 -1
- package/out/cli.js +0 -360
- package/out/cli.js.map +0 -1
- package/out/config.d.ts +0 -186
- package/out/config.d.ts.map +0 -1
- package/out/config.js +0 -370
- package/out/config.js.map +0 -1
- package/out/errors.d.ts +0 -7
- package/out/errors.d.ts.map +0 -1
- package/out/errors.js +0 -3
- package/out/errors.js.map +0 -1
- package/out/index.d.ts.map +0 -1
- package/out/index.js.map +0 -1
- package/out/lib.d.ts +0 -5
- package/out/lib.d.ts.map +0 -1
- package/out/lib.js +0 -5
- package/out/lib.js.map +0 -1
- package/out/styling.d.ts +0 -5
- package/out/styling.d.ts.map +0 -1
- package/out/styling.js +0 -49
- package/out/styling.js.map +0 -1
package/README.md
CHANGED
|
@@ -5,130 +5,111 @@
|
|
|
5
5
|
[](https://github.com/Mopsgamer/view-ignored)
|
|
6
6
|
[](https://github.com/Mopsgamer/view-ignored/issues)
|
|
7
7
|
|
|
8
|
-
Retrieve list of files ignored/included
|
|
9
|
-
tools.
|
|
8
|
+
Retrieve list of files ignored/included
|
|
9
|
+
by Git, NPM, Yarn, JSR, VSCE or other tools.
|
|
10
10
|
|
|
11
11
|
## Requirements
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
- Node.js 18 or later for production
|
|
14
|
+
- Node.js 20 or later for production type definitions
|
|
15
|
+
- Node.js 22 or later for development type definitions
|
|
14
16
|
|
|
15
17
|
## Highlights
|
|
16
18
|
|
|
17
|
-
- **
|
|
19
|
+
- **Native.** Get a list of included files using configuration file
|
|
18
20
|
readers, not command-line wrappers.
|
|
19
|
-
- **
|
|
20
|
-
|
|
21
|
-
- **
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
21
|
+
- **Plugins.** Built-in [targets](#targets) for popular tools. Use custom
|
|
22
|
+
targets by implementing the `Target` interface.
|
|
23
|
+
- **TypeScript.** Written in TypeScript with type definitions included.
|
|
24
|
+
- **Lightweight.** Minimal dependencies for fast performance and small bundle size.
|
|
25
|
+
- **Easy-to-modify.** Well-written and MIT-licensed.
|
|
26
|
+
|
|
27
|
+
> [!NOTE]
|
|
28
|
+
> Despite the name of the package being "view-ignored",
|
|
29
|
+
> the primary purpose is to get the list of
|
|
30
|
+
> **included** files, i.e., files that are **not ignored**.
|
|
31
|
+
> You can invert the results if you need the ignored files
|
|
32
|
+
> by setting the `invert` option to `true`.
|
|
27
33
|
|
|
28
34
|
## Usage
|
|
29
35
|
|
|
30
|
-
###
|
|
31
|
-
|
|
32
|
-
After installing globally, you can use the following commands:
|
|
33
|
-
|
|
34
|
-
```bash
|
|
35
|
-
# get started
|
|
36
|
-
npm i -g view-ignored
|
|
37
|
-
viewig --help
|
|
38
|
-
view-ignored --help
|
|
39
|
-
|
|
40
|
-
# scan: git (default) and npm
|
|
41
|
-
viewig scan
|
|
42
|
-
viewig scan --target=npm
|
|
43
|
-
viewig sc -t npm
|
|
44
|
-
viewig scan --parsable
|
|
45
|
-
|
|
46
|
-
# scan: plugins (space, comma or pipe separated)
|
|
47
|
-
# all built-in plugins loaded automatically
|
|
48
|
-
# Replace example1/example2 with real plugin names
|
|
49
|
-
viewig scan --plugins="example1, example2"
|
|
50
|
-
viewig scan --plugins="example1 example2"
|
|
51
|
-
viewig scan --plugins example1 example2
|
|
52
|
-
viewig scan --plugins example1, example2
|
|
53
|
-
|
|
54
|
-
# config: print configuration entries
|
|
55
|
-
viewig config get
|
|
56
|
-
viewig config get --real
|
|
57
|
-
# config: set npm as default target and scan for npm
|
|
58
|
-
viewig config set target=npm
|
|
59
|
-
viewig scan
|
|
60
|
-
# config: always use nerdfonts
|
|
61
|
-
viewig config set style=tree
|
|
62
|
-
# config: always use Nerd Fonts for decoration
|
|
63
|
-
viewig config set decor=nerdfonts
|
|
64
|
-
# config: always use plugins
|
|
65
|
-
viewig config set plugins=example1,example2
|
|
66
|
-
```
|
|
67
|
-
|
|
68
|
-
### Programmatically
|
|
36
|
+
### Basic example
|
|
69
37
|
|
|
70
|
-
|
|
38
|
+
```ts
|
|
39
|
+
import * as vign from "view-ignored";
|
|
40
|
+
import { Git } from "view-ignored/targets";
|
|
71
41
|
|
|
72
|
-
|
|
73
|
-
|
|
42
|
+
const results = await vign.scan({ target: Git });
|
|
43
|
+
results.paths.has(".git/HEAD");
|
|
44
|
+
```
|
|
74
45
|
|
|
75
|
-
|
|
76
|
-
await vign.Plugins.loadBuiltIns(); // load all built-in plugins
|
|
77
|
-
await vign.Plugins.loadPlugins(["example"]); // load third-party plugins
|
|
46
|
+
### Using custom target
|
|
78
47
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
48
|
+
```ts
|
|
49
|
+
import * as vign from "view-ignored";
|
|
50
|
+
import {
|
|
51
|
+
type SourceExtractor,
|
|
52
|
+
type SignedPattern,
|
|
53
|
+
extractGitignore
|
|
54
|
+
findAndExtract,
|
|
55
|
+
signedPatternIgnores,
|
|
56
|
+
} from "view-ignored/patterns";
|
|
57
|
+
import type { Target } from "view-ignored/targets";
|
|
58
|
+
|
|
59
|
+
const gitSources = ['.gitignore'];
|
|
60
|
+
const gitSourceMap = new Map<string, SourceExtractor>([
|
|
61
|
+
['.gitignore', extractGitignore]
|
|
62
|
+
]);
|
|
63
|
+
const gitPattern: SignedPattern = {
|
|
64
|
+
exclude: [
|
|
65
|
+
'.git',
|
|
66
|
+
'.DS_Store',
|
|
67
|
+
],
|
|
68
|
+
include: []
|
|
69
|
+
};
|
|
88
70
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
71
|
+
export const Git: Target = {
|
|
72
|
+
async matcher(entry, isDir, ctx) {
|
|
73
|
+
if (isDir) {
|
|
74
|
+
await findAndExtract(entry, gitSources, gitSourceMap, ctx);
|
|
75
|
+
return true;
|
|
76
|
+
}
|
|
77
|
+
return await signedPatternIgnores(gitPattern, entry, gitSources, gitSourceMap, ctx);
|
|
93
78
|
}
|
|
94
|
-
}
|
|
95
|
-
```
|
|
96
|
-
|
|
97
|
-
#### Sorting
|
|
98
|
-
|
|
99
|
-
```js
|
|
100
|
-
const sorter = vign.Sorting.firstFolders;
|
|
101
|
-
const fileInfoList = await vign.scan(".", { target: "npm" });
|
|
102
|
-
const fileInfoSorted = fileInfoList.sort((a, b) =>
|
|
103
|
-
sorter(String(a), String(b))
|
|
104
|
-
);
|
|
79
|
+
};
|
|
105
80
|
```
|
|
106
81
|
|
|
107
|
-
#### Plugin export example
|
|
108
|
-
|
|
109
82
|
```ts
|
|
110
|
-
|
|
111
|
-
id,
|
|
112
|
-
icon,
|
|
113
|
-
name,
|
|
114
|
-
testCommand,
|
|
115
|
-
scanOptions: {
|
|
116
|
-
target: methodologyGitignoreLike(".gitignore"),
|
|
117
|
-
},
|
|
118
|
-
};
|
|
119
|
-
const git: Plugins.PluginExport = { viewignored: { addTargets: [bind] } };
|
|
120
|
-
export default git;
|
|
83
|
+
vign.scan({ target: Git });
|
|
121
84
|
```
|
|
122
85
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
-
|
|
130
|
-
|
|
131
|
-
-
|
|
86
|
+
## Targets
|
|
87
|
+
|
|
88
|
+
> [!NOTE]
|
|
89
|
+
> Each scanner expects minimal configurations, but the actual tool can have
|
|
90
|
+
> more/less complex rules. Refer to the documentation of each tool for details.
|
|
91
|
+
|
|
92
|
+
The following built-in scanners are available:
|
|
93
|
+
|
|
94
|
+
- Git
|
|
95
|
+
- Reads `.gitignore` files but does not consider global settings.
|
|
96
|
+
- Check this scanner by running `git ls-tree -r HEAD --name-only`.
|
|
97
|
+
- See the implementation of [Git target](https://github.com/Mopsgamer/view-ignored/tree/main/src/targets/git.ts) for details.
|
|
98
|
+
- NPM (compatible with Bun, PNPM, and others)
|
|
99
|
+
- Reads `.npmignore` and `package.json` `files` field.
|
|
100
|
+
- No additional checks for `name`, `version` or `publishConfig`.
|
|
101
|
+
- Check this scanner by running `npm pack --dry-run`.
|
|
102
|
+
- See the implementation of [NPM target](https://github.com/Mopsgamer/view-ignored/tree/main/src/targets/npm.ts) for details.
|
|
103
|
+
- Yarn
|
|
104
|
+
- Same behavior as `npm`, but also reads `.yarnignore`.
|
|
105
|
+
- See the implementation of [Yarn target](https://github.com/Mopsgamer/view-ignored/tree/main/src/targets/yarn.ts) for details.
|
|
106
|
+
- VSCE
|
|
107
|
+
- Reads `.vscodeignore` and `package.json` `files` field.
|
|
108
|
+
- Check this scanner by running `vsce ls`.
|
|
109
|
+
- See the implementation of [VSCE target](https://github.com/Mopsgamer/view-ignored/tree/main/src/targets/vsce.ts) for details.
|
|
110
|
+
- JSR (compatible with Deno)
|
|
111
|
+
- Reads `jsr.json(c)` and `deno.json(c)` `include` and `exclude` fields.
|
|
112
|
+
- See the implementation of [JSR target](https://github.com/Mopsgamer/view-ignored/tree/main/src/targets/jsr.ts) for details.
|
|
132
113
|
|
|
133
114
|
## License
|
|
134
115
|
|
package/out/index.d.ts
CHANGED
package/out/index.js
CHANGED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { minimatch } from 'minimatch';
|
|
2
|
+
export function extractGitignore(source, content) {
|
|
3
|
+
for (let line of content.toString().split('\n')) {
|
|
4
|
+
line = line.trim();
|
|
5
|
+
if (line === '' || line.startsWith('#')) {
|
|
6
|
+
continue;
|
|
7
|
+
}
|
|
8
|
+
const cdx = line.indexOf('#');
|
|
9
|
+
if (cdx >= 0) {
|
|
10
|
+
line = line.substring(-cdx);
|
|
11
|
+
}
|
|
12
|
+
if (line.startsWith('!')) {
|
|
13
|
+
source.pattern.include.push(line.substring(1));
|
|
14
|
+
}
|
|
15
|
+
else {
|
|
16
|
+
source.pattern.exclude.push(line);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
// TODO: validate gitignore
|
|
20
|
+
}
|
|
21
|
+
extractGitignore;
|
|
22
|
+
export function gitignoreMatch(pattern, path) {
|
|
23
|
+
const o = { dot: true };
|
|
24
|
+
if (pattern.startsWith('/')) {
|
|
25
|
+
pattern = pattern.substring(1);
|
|
26
|
+
}
|
|
27
|
+
else if (!pattern.startsWith('**/')) {
|
|
28
|
+
if (minimatch(path, '**/' + pattern, o))
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
if (pattern.endsWith('/')) {
|
|
32
|
+
pattern = pattern.substring(-1);
|
|
33
|
+
}
|
|
34
|
+
return minimatch(path, pattern, o) || minimatch(path, pattern + '/**', o);
|
|
35
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type } from 'arktype';
|
|
2
|
+
import type { Source } from './matcher.js';
|
|
3
|
+
export declare function extractJsrJson(source: Source, content: Buffer<ArrayBuffer>): type.errors | undefined;
|
|
4
|
+
export declare function extractJsrJsonc(source: Source, content: Buffer<ArrayBuffer>): type.errors | undefined;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { type } from 'arktype';
|
|
2
|
+
import stripJsonComments from 'strip-json-comments';
|
|
3
|
+
const jsrManifest = type({
|
|
4
|
+
exclude: 'string[]?',
|
|
5
|
+
include: 'string[]?',
|
|
6
|
+
publish: {
|
|
7
|
+
exclude: 'string[]?',
|
|
8
|
+
include: 'string[]?',
|
|
9
|
+
},
|
|
10
|
+
});
|
|
11
|
+
const parse = jsrManifest.pipe((s) => JSON.parse(s));
|
|
12
|
+
export function extractJsrJson(source, content) {
|
|
13
|
+
const dist = parse(content.toString());
|
|
14
|
+
if (dist instanceof type.errors) {
|
|
15
|
+
return dist;
|
|
16
|
+
}
|
|
17
|
+
if (!dist.publish) {
|
|
18
|
+
if (dist.exclude) {
|
|
19
|
+
source.pattern.exclude.push(...dist.exclude);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
else if (dist.publish.exclude) {
|
|
23
|
+
source.pattern.exclude.push(...dist.publish.exclude);
|
|
24
|
+
}
|
|
25
|
+
if (!dist.publish) {
|
|
26
|
+
if (dist.include) {
|
|
27
|
+
source.pattern.include.push(...dist.include);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
else if (dist.publish.include) {
|
|
31
|
+
source.pattern.include.push(...dist.publish.include);
|
|
32
|
+
}
|
|
33
|
+
return;
|
|
34
|
+
}
|
|
35
|
+
extractJsrJson;
|
|
36
|
+
export function extractJsrJsonc(source, content) {
|
|
37
|
+
return extractJsrJson(source, Buffer.from(stripJsonComments(content.toString())));
|
|
38
|
+
}
|
|
39
|
+
extractJsrJsonc;
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The results and statistics of a scanning operation.
|
|
3
|
+
*/
|
|
4
|
+
export type MatcherContext = {
|
|
5
|
+
/**
|
|
6
|
+
* `Set` can be sorted, but `view-ignored`
|
|
7
|
+
* does not sort paths.
|
|
8
|
+
* @example
|
|
9
|
+
* new Set(sort(new Set(['a/b', 'a/a'])))
|
|
10
|
+
*/
|
|
11
|
+
paths: Set<string>;
|
|
12
|
+
/**
|
|
13
|
+
* Maps directory paths to their corresponding sources.
|
|
14
|
+
* @example
|
|
15
|
+
* "src" => Source
|
|
16
|
+
*/
|
|
17
|
+
external: Map<string, Source>;
|
|
18
|
+
/**
|
|
19
|
+
* Maps directory paths to the quantity of path segments they contain.
|
|
20
|
+
* @example
|
|
21
|
+
* "src/components" => 2
|
|
22
|
+
*/
|
|
23
|
+
depthPaths: Map<string, number>;
|
|
24
|
+
/**
|
|
25
|
+
* Any errors encountered while processing source files.
|
|
26
|
+
*/
|
|
27
|
+
sourceErrors: Error[];
|
|
28
|
+
/**
|
|
29
|
+
* Total number of files scanned.
|
|
30
|
+
*/
|
|
31
|
+
totalFiles: number;
|
|
32
|
+
/**
|
|
33
|
+
* Total number of files matched by the target.
|
|
34
|
+
*/
|
|
35
|
+
totalMatchedFiles: number;
|
|
36
|
+
/**
|
|
37
|
+
* Total number of directories scanned.
|
|
38
|
+
*/
|
|
39
|
+
totalDirs: number;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Represents a list of positive minimatch patterns.
|
|
43
|
+
*/
|
|
44
|
+
export type Pattern = string[];
|
|
45
|
+
export declare function patternMatches(pattern: Pattern, path: string): boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Represents a set of include and exclude patterns.
|
|
48
|
+
* These patterns are positive minimatch patterns.
|
|
49
|
+
*/
|
|
50
|
+
export type SignedPattern = {
|
|
51
|
+
include: Pattern;
|
|
52
|
+
exclude: Pattern;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* Combined internal and external patterns for matching.
|
|
56
|
+
* Used in {@link signedPatternIgnores} function.
|
|
57
|
+
*/
|
|
58
|
+
export type PatternMatcher = {
|
|
59
|
+
internal: SignedPattern;
|
|
60
|
+
external: SignedPattern;
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Checks whether a given path should be ignored based on its patterns.
|
|
64
|
+
* @see {@link findAndExtract}
|
|
65
|
+
* @see {@link signedPatternIgnores}
|
|
66
|
+
* @see {@link https://github.com/Mopsgamer/view-ignored/tree/main/src/targets} for usage examples.
|
|
67
|
+
*/
|
|
68
|
+
export type PathChecker = (path: string, isDir: boolean, ctx: MatcherContext) => Promise<boolean>;
|
|
69
|
+
/**
|
|
70
|
+
* Represents a source of patterns for matching paths.
|
|
71
|
+
*/
|
|
72
|
+
export type Source = {
|
|
73
|
+
/**
|
|
74
|
+
* Patterns defined within the source file.
|
|
75
|
+
* Those patterns are for ignoring files.
|
|
76
|
+
*/
|
|
77
|
+
pattern: SignedPattern;
|
|
78
|
+
/**
|
|
79
|
+
* Name of the source file.
|
|
80
|
+
*/
|
|
81
|
+
name: string;
|
|
82
|
+
/**
|
|
83
|
+
* Indicates if the matching logic is inverted.
|
|
84
|
+
* For example, `package.json` `files` field inverts the matching logic,
|
|
85
|
+
* because it specifies files to include rather than exclude.
|
|
86
|
+
*/
|
|
87
|
+
inverted: boolean;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* Populates a `Source` object from the content of a source file.
|
|
91
|
+
* @see {@link Source.pattern} for more details.
|
|
92
|
+
*/
|
|
93
|
+
export type SourceExtractor = (source: Source, content: Buffer<ArrayBuffer>) => void;
|
|
94
|
+
/**
|
|
95
|
+
* Populates the {@link MatcherContext.external} map with {@link Source} objects.
|
|
96
|
+
*/
|
|
97
|
+
export declare function findAndExtract(directory: string, sources: string[], matcher: Map<string, SourceExtractor>, ctx: MatcherContext): Promise<void>;
|
|
98
|
+
/**
|
|
99
|
+
* Checks whether a given file should be ignored based on internal and external patterns.
|
|
100
|
+
* Populates unknown sources using {@link findAndExtract}.
|
|
101
|
+
*/
|
|
102
|
+
export declare function signedPatternIgnores(internal: SignedPattern, file: string, sources: string[], sourceMap: Map<string, SourceExtractor>, ctx: MatcherContext): Promise<boolean>;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import * as fsp from 'node:fs/promises';
|
|
2
|
+
import { dirname } from 'node:path';
|
|
3
|
+
import { gitignoreMatch } from './gitignore.js';
|
|
4
|
+
export function patternMatches(pattern, path) {
|
|
5
|
+
for (const p of pattern) {
|
|
6
|
+
const matched = gitignoreMatch(p, path);
|
|
7
|
+
if (matched) {
|
|
8
|
+
return true;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return false;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Populates the {@link MatcherContext.external} map with {@link Source} objects.
|
|
15
|
+
*/
|
|
16
|
+
export async function findAndExtract(directory, sources, matcher, ctx) {
|
|
17
|
+
const keys = [];
|
|
18
|
+
for (const sourceFileName of sources) {
|
|
19
|
+
for (;;) {
|
|
20
|
+
let buff;
|
|
21
|
+
try {
|
|
22
|
+
buff = await fsp.readFile(directory + '/' + sourceFileName);
|
|
23
|
+
}
|
|
24
|
+
catch (err) {
|
|
25
|
+
const error = err;
|
|
26
|
+
if (error.code !== 'ENOENT') {
|
|
27
|
+
ctx.sourceErrors.push(error);
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
const dir = dirname(directory);
|
|
32
|
+
if (!ctx.external.has(directory)) {
|
|
33
|
+
keys.push(directory);
|
|
34
|
+
}
|
|
35
|
+
if (!buff) {
|
|
36
|
+
if (directory === '.') {
|
|
37
|
+
break;
|
|
38
|
+
}
|
|
39
|
+
directory = dir;
|
|
40
|
+
continue;
|
|
41
|
+
}
|
|
42
|
+
if (directory === '.' && !keys.length) {
|
|
43
|
+
break;
|
|
44
|
+
}
|
|
45
|
+
const sourceExtractor = matcher.get(sourceFileName);
|
|
46
|
+
if (!sourceExtractor) {
|
|
47
|
+
const err = new Error('No extractor for source file: ' + sourceFileName);
|
|
48
|
+
ctx.sourceErrors.push(err);
|
|
49
|
+
break;
|
|
50
|
+
}
|
|
51
|
+
const source = {
|
|
52
|
+
inverted: false,
|
|
53
|
+
name: sourceFileName,
|
|
54
|
+
pattern: {
|
|
55
|
+
exclude: [],
|
|
56
|
+
include: [],
|
|
57
|
+
},
|
|
58
|
+
};
|
|
59
|
+
try {
|
|
60
|
+
sourceExtractor(source, buff);
|
|
61
|
+
}
|
|
62
|
+
catch (err) {
|
|
63
|
+
ctx.sourceErrors.push(err);
|
|
64
|
+
break;
|
|
65
|
+
}
|
|
66
|
+
for (const key of keys) {
|
|
67
|
+
const m = ctx.external.get(key);
|
|
68
|
+
if (!m) {
|
|
69
|
+
ctx.external.set(key, source);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
if (directory === '.') {
|
|
73
|
+
return;
|
|
74
|
+
}
|
|
75
|
+
keys.length = 0;
|
|
76
|
+
directory = dir;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Checks whether a given file should be ignored based on internal and external patterns.
|
|
82
|
+
* Populates unknown sources using {@link findAndExtract}.
|
|
83
|
+
*/
|
|
84
|
+
export async function signedPatternIgnores(internal, file, sources, sourceMap, ctx) {
|
|
85
|
+
const parent = dirname(file);
|
|
86
|
+
let source = ctx.external.get(parent);
|
|
87
|
+
if (!source) {
|
|
88
|
+
await findAndExtract(parent, sources, sourceMap, ctx);
|
|
89
|
+
if (ctx.sourceErrors.length) {
|
|
90
|
+
return false;
|
|
91
|
+
}
|
|
92
|
+
source = ctx.external.get(parent);
|
|
93
|
+
if (!source) {
|
|
94
|
+
return false;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
const matcher = {
|
|
98
|
+
internal,
|
|
99
|
+
external: source.pattern,
|
|
100
|
+
};
|
|
101
|
+
try {
|
|
102
|
+
let check = false;
|
|
103
|
+
check = patternMatches(matcher.internal.exclude, file);
|
|
104
|
+
if (check) {
|
|
105
|
+
return true;
|
|
106
|
+
}
|
|
107
|
+
check = patternMatches(matcher.internal.include, file);
|
|
108
|
+
if (check) {
|
|
109
|
+
return false;
|
|
110
|
+
}
|
|
111
|
+
check = patternMatches(matcher.external.exclude, file);
|
|
112
|
+
if (check) {
|
|
113
|
+
return true;
|
|
114
|
+
}
|
|
115
|
+
check = patternMatches(matcher.external.include, file);
|
|
116
|
+
if (check) {
|
|
117
|
+
return false;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
catch (err) {
|
|
121
|
+
ctx.sourceErrors.push(err);
|
|
122
|
+
return false;
|
|
123
|
+
}
|
|
124
|
+
return source.inverted;
|
|
125
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { type } from 'arktype';
|
|
2
|
+
const nodeJsManifest = type({
|
|
3
|
+
files: 'string[]?',
|
|
4
|
+
});
|
|
5
|
+
const parse = nodeJsManifest.pipe((s) => JSON.parse(s));
|
|
6
|
+
export function extractPackageJson(source, content) {
|
|
7
|
+
source.inverted = true;
|
|
8
|
+
const dist = parse(content.toString());
|
|
9
|
+
if (dist instanceof type.errors) {
|
|
10
|
+
return dist;
|
|
11
|
+
}
|
|
12
|
+
if (!dist.files) {
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
for (const p of dist.files) {
|
|
16
|
+
if (p.startsWith('!')) {
|
|
17
|
+
source.pattern.exclude.push(...p.substring(1));
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
source.pattern.include.push(...p);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
extractPackageJson;
|
package/out/scan.d.ts
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import type { MatcherContext } from './patterns/matcher.js';
|
|
2
|
+
import type { Target } from './targets/target.js';
|
|
3
|
+
export type DepthMode = 'files' | undefined;
|
|
4
|
+
export type ScanOptions = {
|
|
5
|
+
/**
|
|
6
|
+
* Provides the matcher to use for scanning.
|
|
7
|
+
*/
|
|
8
|
+
target: Target;
|
|
9
|
+
/**
|
|
10
|
+
* Current working directory to start the scan from.
|
|
11
|
+
*/
|
|
12
|
+
cwd?: string;
|
|
13
|
+
/**
|
|
14
|
+
* If enabled, the scan will return files that are ignored by the target matcher.
|
|
15
|
+
*/
|
|
16
|
+
invert?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Starting from depth `0` means you will see
|
|
19
|
+
* children of the current working directory.
|
|
20
|
+
*/
|
|
21
|
+
depth?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Return as soon as possible.
|
|
24
|
+
*/
|
|
25
|
+
signal?: AbortSignal;
|
|
26
|
+
/**
|
|
27
|
+
* Requires depth >= 0.
|
|
28
|
+
* If enabled, directories will be processed faster
|
|
29
|
+
* by skipping files after first match.
|
|
30
|
+
* This makes the scan faster but affects
|
|
31
|
+
* {@link MatcherContext.totalDirs},
|
|
32
|
+
* {@link MatcherContext.totalFiles},
|
|
33
|
+
* {@link MatcherContext.totalMatchedFiles}
|
|
34
|
+
* and {@link MatcherContext.depthPaths}.
|
|
35
|
+
*/
|
|
36
|
+
fastDepth?: boolean;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Scan the directory for included files based on the provided targets.
|
|
40
|
+
*
|
|
41
|
+
* Note that this function uses `fs/promises.readFile` and `fs/promises.opendir` without options within
|
|
42
|
+
* custom recursion, instead of `fs.promises.readdir` with `{ withFileTypes: true }.
|
|
43
|
+
* It also normalizes paths to use forward slashes.
|
|
44
|
+
* Please report any issues if you encounter problems related to this behavior.
|
|
45
|
+
*
|
|
46
|
+
* @param options Scan options.
|
|
47
|
+
* @returns A promise that resolves to a {@link MatcherContext} containing the scan results.
|
|
48
|
+
*/
|
|
49
|
+
export declare function scan(options: ScanOptions): Promise<MatcherContext>;
|