@paparats/shared 0.1.0 → 0.1.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 +5 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/language-excludes.d.ts +14 -0
- package/dist/language-excludes.d.ts.map +1 -0
- package/dist/language-excludes.js +150 -0
- package/dist/language-excludes.js.map +1 -0
- package/dist/language-excludes.test.d.ts +2 -0
- package/dist/language-excludes.test.d.ts.map +1 -0
- package/dist/language-excludes.test.js +55 -0
- package/dist/language-excludes.test.js.map +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,5 +11,9 @@ npm install @paparats/shared
|
|
|
11
11
|
## Usage
|
|
12
12
|
|
|
13
13
|
```ts
|
|
14
|
-
import {
|
|
14
|
+
import {
|
|
15
|
+
validateIndexingPaths,
|
|
16
|
+
createGitignoreFilter,
|
|
17
|
+
normalizeExcludePatterns,
|
|
18
|
+
} from '@paparats/shared';
|
|
15
19
|
```
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { validateIndexingPaths } from './path-validation.js';
|
|
2
2
|
export { normalizeExcludePatterns } from './exclude-patterns.js';
|
|
3
|
+
export { LANGUAGE_EXCLUDE_DEFAULTS, COMMON_EXCLUDE, DEFAULT_EXCLUDE_BARE, getDefaultExcludeForLanguages, } from './language-excludes.js';
|
|
3
4
|
export { createGitignoreFilter, filterFilesByGitignore } from './gitignore.js';
|
|
4
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EACL,yBAAyB,EACzB,cAAc,EACd,oBAAoB,EACpB,6BAA6B,GAC9B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { validateIndexingPaths } from './path-validation.js';
|
|
2
2
|
export { normalizeExcludePatterns } from './exclude-patterns.js';
|
|
3
|
+
export { LANGUAGE_EXCLUDE_DEFAULTS, COMMON_EXCLUDE, DEFAULT_EXCLUDE_BARE, getDefaultExcludeForLanguages, } from './language-excludes.js';
|
|
3
4
|
export { createGitignoreFilter, filterFilesByGitignore } from './gitignore.js';
|
|
4
5
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EACL,yBAAyB,EACzB,cAAc,EACd,oBAAoB,EACpB,6BAA6B,GAC9B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Language-specific default exclude patterns (bare format).
|
|
3
|
+
* Best practices and language-specific build/cache artifacts.
|
|
4
|
+
* Single source of truth for init, CLI config, and server config.
|
|
5
|
+
*/
|
|
6
|
+
export declare const LANGUAGE_EXCLUDE_DEFAULTS: Record<string, string[]>;
|
|
7
|
+
export declare const COMMON_EXCLUDE: string[];
|
|
8
|
+
/**
|
|
9
|
+
* Bare names for generic fallback (EMFILE-critical paths).
|
|
10
|
+
* Includes explicit globs for patterns that must not be normalized.
|
|
11
|
+
*/
|
|
12
|
+
export declare const DEFAULT_EXCLUDE_BARE: string[];
|
|
13
|
+
export declare function getDefaultExcludeForLanguages(languages: string[]): string[];
|
|
14
|
+
//# sourceMappingURL=language-excludes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"language-excludes.d.ts","sourceRoot":"","sources":["../src/language-excludes.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CA6G9D,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,CAAC;AAEvC;;;GAGG;AACH,eAAO,MAAM,oBAAoB,UAiBhC,CAAC;AAEF,wBAAgB,6BAA6B,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAW3E"}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Language-specific default exclude patterns (bare format).
|
|
3
|
+
* Best practices and language-specific build/cache artifacts.
|
|
4
|
+
* Single source of truth for init, CLI config, and server config.
|
|
5
|
+
*/
|
|
6
|
+
export const LANGUAGE_EXCLUDE_DEFAULTS = {
|
|
7
|
+
ruby: [
|
|
8
|
+
'vendor',
|
|
9
|
+
'tmp',
|
|
10
|
+
'log',
|
|
11
|
+
'spec',
|
|
12
|
+
'test',
|
|
13
|
+
'node_modules',
|
|
14
|
+
'.bundle',
|
|
15
|
+
'coverage',
|
|
16
|
+
'public/packs',
|
|
17
|
+
'public/assets',
|
|
18
|
+
'storage',
|
|
19
|
+
'.byebug_history',
|
|
20
|
+
'sig',
|
|
21
|
+
'sorbet',
|
|
22
|
+
'**/*.rbi',
|
|
23
|
+
],
|
|
24
|
+
typescript: [
|
|
25
|
+
'node_modules',
|
|
26
|
+
'dist',
|
|
27
|
+
'.next',
|
|
28
|
+
'coverage',
|
|
29
|
+
'build',
|
|
30
|
+
'.turbo',
|
|
31
|
+
'out',
|
|
32
|
+
'.cache',
|
|
33
|
+
'.vercel',
|
|
34
|
+
'.swc',
|
|
35
|
+
'*.tsbuildinfo',
|
|
36
|
+
],
|
|
37
|
+
javascript: [
|
|
38
|
+
'node_modules',
|
|
39
|
+
'dist',
|
|
40
|
+
'coverage',
|
|
41
|
+
'build',
|
|
42
|
+
'.cache',
|
|
43
|
+
'.parcel-cache',
|
|
44
|
+
'out',
|
|
45
|
+
'.nuxt',
|
|
46
|
+
'.output',
|
|
47
|
+
],
|
|
48
|
+
python: [
|
|
49
|
+
'venv',
|
|
50
|
+
'__pycache__',
|
|
51
|
+
'.venv',
|
|
52
|
+
'.mypy_cache',
|
|
53
|
+
'*.egg-info',
|
|
54
|
+
'.pytest_cache',
|
|
55
|
+
'.tox',
|
|
56
|
+
'.coverage',
|
|
57
|
+
'htmlcov',
|
|
58
|
+
'dist',
|
|
59
|
+
'build',
|
|
60
|
+
'.ruff_cache',
|
|
61
|
+
'.pytype',
|
|
62
|
+
],
|
|
63
|
+
go: ['vendor', 'bin', '.idea', '*.test', '*.out'],
|
|
64
|
+
rust: ['target', 'Cargo.lock', '**/*.rs.bk', '.cargo'],
|
|
65
|
+
java: [
|
|
66
|
+
'build',
|
|
67
|
+
'.gradle',
|
|
68
|
+
'target',
|
|
69
|
+
'bin',
|
|
70
|
+
'.idea',
|
|
71
|
+
'.classpath',
|
|
72
|
+
'.project',
|
|
73
|
+
'.settings',
|
|
74
|
+
'*.class',
|
|
75
|
+
'*.jar',
|
|
76
|
+
'*.war',
|
|
77
|
+
],
|
|
78
|
+
terraform: [
|
|
79
|
+
'.terraform',
|
|
80
|
+
'*.tfstate',
|
|
81
|
+
'*.tfstate.backup',
|
|
82
|
+
'.terraform.lock.hcl',
|
|
83
|
+
'crash.log',
|
|
84
|
+
'override.tf',
|
|
85
|
+
'override.tf.json',
|
|
86
|
+
],
|
|
87
|
+
c: ['build', 'cmake-build-*', '*.o', '*.so', '*.a', '*.exe', '*.out', 'compile_commands.json'],
|
|
88
|
+
cpp: [
|
|
89
|
+
'build',
|
|
90
|
+
'cmake-build-*',
|
|
91
|
+
'*.o',
|
|
92
|
+
'*.so',
|
|
93
|
+
'*.a',
|
|
94
|
+
'*.exe',
|
|
95
|
+
'*.out',
|
|
96
|
+
'compile_commands.json',
|
|
97
|
+
'.ccls-cache',
|
|
98
|
+
'.clangd',
|
|
99
|
+
],
|
|
100
|
+
csharp: ['bin', 'obj', '.vs', '*.user', '*.suo', 'packages', '.vscode', '*.cache'],
|
|
101
|
+
php: [
|
|
102
|
+
'vendor',
|
|
103
|
+
'node_modules',
|
|
104
|
+
'.phpunit.cache',
|
|
105
|
+
'storage/framework/cache',
|
|
106
|
+
'storage/logs',
|
|
107
|
+
'bootstrap/cache',
|
|
108
|
+
'.env',
|
|
109
|
+
],
|
|
110
|
+
elixir: ['_build', 'deps', '.elixir_ls', 'cover', 'doc', '*.beam', '.fetch'],
|
|
111
|
+
scala: ['target', '.bsp', '.metals', '.bloop', 'project/target', 'project/project'],
|
|
112
|
+
kotlin: ['build', '.gradle', '.idea', '*.iml', 'out', 'bin'],
|
|
113
|
+
swift: ['.build', '.swiftpm', 'DerivedData', '*.xcodeproj', '*.xcworkspace', 'Pods'],
|
|
114
|
+
generic: ['node_modules', 'vendor', 'target', '.git', 'build', 'dist'],
|
|
115
|
+
};
|
|
116
|
+
export const COMMON_EXCLUDE = ['.git'];
|
|
117
|
+
/**
|
|
118
|
+
* Bare names for generic fallback (EMFILE-critical paths).
|
|
119
|
+
* Includes explicit globs for patterns that must not be normalized.
|
|
120
|
+
*/
|
|
121
|
+
export const DEFAULT_EXCLUDE_BARE = [
|
|
122
|
+
'node_modules',
|
|
123
|
+
'**/node_modules',
|
|
124
|
+
'dist',
|
|
125
|
+
'.git',
|
|
126
|
+
'build',
|
|
127
|
+
'vendor',
|
|
128
|
+
'target',
|
|
129
|
+
'.next',
|
|
130
|
+
'.nuxt',
|
|
131
|
+
'coverage',
|
|
132
|
+
'.turbo',
|
|
133
|
+
'.cache',
|
|
134
|
+
'__pycache__',
|
|
135
|
+
'**/.pnp.*',
|
|
136
|
+
'.yarn/cache',
|
|
137
|
+
'.yarn/unplugged',
|
|
138
|
+
];
|
|
139
|
+
export function getDefaultExcludeForLanguages(languages) {
|
|
140
|
+
const merged = new Set(COMMON_EXCLUDE);
|
|
141
|
+
for (const lang of languages) {
|
|
142
|
+
const excludes = LANGUAGE_EXCLUDE_DEFAULTS[lang] ??
|
|
143
|
+
LANGUAGE_EXCLUDE_DEFAULTS.typescript ??
|
|
144
|
+
LANGUAGE_EXCLUDE_DEFAULTS.generic ??
|
|
145
|
+
[];
|
|
146
|
+
excludes.forEach((e) => merged.add(e));
|
|
147
|
+
}
|
|
148
|
+
return Array.from(merged);
|
|
149
|
+
}
|
|
150
|
+
//# sourceMappingURL=language-excludes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"language-excludes.js","sourceRoot":"","sources":["../src/language-excludes.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"language-excludes.test.d.ts","sourceRoot":"","sources":["../src/language-excludes.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { describe, it, expect } from 'vitest';
|
|
2
|
+
import { getDefaultExcludeForLanguages, LANGUAGE_EXCLUDE_DEFAULTS, COMMON_EXCLUDE, DEFAULT_EXCLUDE_BARE, } from './language-excludes.js';
|
|
3
|
+
describe('getDefaultExcludeForLanguages', () => {
|
|
4
|
+
it('returns COMMON_EXCLUDE for empty languages', () => {
|
|
5
|
+
const result = getDefaultExcludeForLanguages([]);
|
|
6
|
+
expect(result).toEqual(COMMON_EXCLUDE);
|
|
7
|
+
});
|
|
8
|
+
it('merges COMMON_EXCLUDE with language-specific excludes for single language', () => {
|
|
9
|
+
const result = getDefaultExcludeForLanguages(['ruby']);
|
|
10
|
+
expect(result).toContain('.git');
|
|
11
|
+
expect(result).toContain('vendor');
|
|
12
|
+
expect(result).toContain('tmp');
|
|
13
|
+
expect(result).toContain('spec');
|
|
14
|
+
expect(result).not.toContain('.next');
|
|
15
|
+
});
|
|
16
|
+
it('merges multiple languages', () => {
|
|
17
|
+
const result = getDefaultExcludeForLanguages(['ruby', 'typescript']);
|
|
18
|
+
expect(result).toContain('.git');
|
|
19
|
+
expect(result).toContain('vendor');
|
|
20
|
+
expect(result).toContain('tmp');
|
|
21
|
+
expect(result).toContain('.next');
|
|
22
|
+
expect(result).toContain('.turbo');
|
|
23
|
+
});
|
|
24
|
+
it('deduplicates when languages overlap', () => {
|
|
25
|
+
const result = getDefaultExcludeForLanguages(['typescript', 'javascript']);
|
|
26
|
+
expect(result.filter((e) => e === 'node_modules')).toHaveLength(1);
|
|
27
|
+
});
|
|
28
|
+
it('falls back to typescript for unknown language', () => {
|
|
29
|
+
const result = getDefaultExcludeForLanguages(['unknown-lang']);
|
|
30
|
+
expect(result).toContain('node_modules');
|
|
31
|
+
expect(result).toContain('dist');
|
|
32
|
+
expect(result).toContain('.next');
|
|
33
|
+
});
|
|
34
|
+
});
|
|
35
|
+
describe('LANGUAGE_EXCLUDE_DEFAULTS', () => {
|
|
36
|
+
it('has generic entry for server fallback', () => {
|
|
37
|
+
expect(LANGUAGE_EXCLUDE_DEFAULTS.generic).toBeDefined();
|
|
38
|
+
expect(LANGUAGE_EXCLUDE_DEFAULTS.generic).toContain('node_modules');
|
|
39
|
+
expect(LANGUAGE_EXCLUDE_DEFAULTS.generic).toContain('.git');
|
|
40
|
+
});
|
|
41
|
+
it('has typescript as default fallback', () => {
|
|
42
|
+
expect(LANGUAGE_EXCLUDE_DEFAULTS.typescript).toBeDefined();
|
|
43
|
+
expect(LANGUAGE_EXCLUDE_DEFAULTS.typescript).toContain('node_modules');
|
|
44
|
+
});
|
|
45
|
+
});
|
|
46
|
+
describe('DEFAULT_EXCLUDE_BARE', () => {
|
|
47
|
+
it('includes EMFILE-critical paths', () => {
|
|
48
|
+
expect(DEFAULT_EXCLUDE_BARE).toContain('node_modules');
|
|
49
|
+
expect(DEFAULT_EXCLUDE_BARE).toContain('dist');
|
|
50
|
+
expect(DEFAULT_EXCLUDE_BARE).toContain('.git');
|
|
51
|
+
expect(DEFAULT_EXCLUDE_BARE).toContain('.next');
|
|
52
|
+
expect(DEFAULT_EXCLUDE_BARE).toContain('__pycache__');
|
|
53
|
+
});
|
|
54
|
+
});
|
|
55
|
+
//# sourceMappingURL=language-excludes.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"language-excludes.test.js","sourceRoot":"","sources":["../src/language-excludes.test.ts"],"names":[],"mappings":"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"}
|