bids-validator-deno 2.2.1__tar.gz → 2.2.2__tar.gz
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.
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/PKG-INFO +1 -1
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/deno.json +2 -2
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/pyproject.toml +1 -1
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/deno.ts +6 -5
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/openers.ts +15 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/repo.ts +17 -15
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/issues/list.ts +4 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/expressionLanguage.ts +16 -4
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/walk.ts +2 -16
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/LICENSE +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/README.md +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/pdm_build.py +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/.git-meta.json +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/bids-validator.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/access.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/access.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/browser.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/browser.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/deno.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/dwi.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/dwi.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/filetree.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/filetree.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/gzip.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/gzip.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/ignore.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/ignore.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/inheritance.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/inheritance.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/json.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/json.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/nifti.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/nifti.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/openers.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/streams.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/streams.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/tiff.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/tiff.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/tsv.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/files/tsv.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/issues/datasetIssues.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/issues/datasetIssues.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/issues/list.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/main.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/applyRules.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/applyRules.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/associations.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/associations.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/context.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/context.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/datatypes.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/datatypes.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/entities.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/entities.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/expressionLanguage.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/fixtures.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/tables.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/tables.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/walk.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/setup/loadSchema.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/setup/loadSchema.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/setup/options.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/setup/options.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/setup/requestPermissions.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/summary/collectSubjectMetadata.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/summary/summary.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/summary/summary.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/README.md +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/bom-utf16.tsv +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/bom-utf8.json +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/generate-filenames.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/bids_examples.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/common.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/derivatives.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/empty_files.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/hed-integration.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/nifti_rules.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/valid_dataset.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/valid_filenames.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/valid_headers.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/nullReadBytes.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/regression.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/schema-expression-language.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/simple-dataset.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/utils.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/types/check.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/types/columns.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/types/columns.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/types/filetree.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/types/issues.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/types/schema.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/types/validation-result.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/utils/errors.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/utils/logger.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/utils/logger.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/utils/memoize.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/utils/objectPathHandler.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/utils/output.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/utils/queue.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/bids.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/bids.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/citation.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/citation.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/filenameCase.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/filenameCase.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/filenameIdentify.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/filenameIdentify.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/filenameValidate.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/filenameValidate.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/hed.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/internal/emptyFile.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/internal/unusedFile.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/json.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/validateFiles.test.ts +0 -0
- {bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/version.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bids/validator",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": "./src/bids-validator.ts",
|
|
6
6
|
"./main": "./src/main.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"imports": {
|
|
30
30
|
"@ajv": "npm:ajv@^8.17.1",
|
|
31
|
-
"@bids/schema": "jsr:@bids/schema@~1.1.
|
|
31
|
+
"@bids/schema": "jsr:@bids/schema@~1.1.1",
|
|
32
32
|
"@cliffy/command": "jsr:@effigies/cliffy-command@1.0.0-dev.8",
|
|
33
33
|
"@cliffy/table": "jsr:@effigies/cliffy-table@1.0.0-dev.5",
|
|
34
34
|
"@hed/validator": "npm:hed-validator@~4.1.4",
|
|
@@ -6,8 +6,8 @@ import * as posix from '@std/path/posix'
|
|
|
6
6
|
import { BIDSFile, type FileOpener, FileTree } from '../types/filetree.ts'
|
|
7
7
|
import { requestReadPermission } from '../setup/requestPermissions.ts'
|
|
8
8
|
import { FileIgnoreRules, readBidsIgnore } from './ignore.ts'
|
|
9
|
-
import { FsFileOpener, HTTPOpener } from './openers.ts'
|
|
10
|
-
import { resolveAnnexedFile } from './repo.ts'
|
|
9
|
+
import { FsFileOpener, HTTPOpener, NullFileOpener } from './openers.ts'
|
|
10
|
+
import { parseAnnexedFile, resolveAnnexedFile } from './repo.ts'
|
|
11
11
|
import fs from 'node:fs'
|
|
12
12
|
|
|
13
13
|
export class BIDSFileDeno extends BIDSFile {
|
|
@@ -51,12 +51,13 @@ async function _readFileTree({
|
|
|
51
51
|
try {
|
|
52
52
|
const fileInfo = await Deno.stat(fullPath)
|
|
53
53
|
opener = new FsFileOpener(rootPath, thisPath, fileInfo)
|
|
54
|
-
} catch (
|
|
54
|
+
} catch (_) {
|
|
55
|
+
const { key, size, gitdir } = await parseAnnexedFile(fullPath)
|
|
55
56
|
try {
|
|
56
|
-
const { url
|
|
57
|
+
const { url } = await resolveAnnexedFile(key, preferredRemote, { cache, fs, gitdir })
|
|
57
58
|
opener = new HTTPOpener(url, size)
|
|
58
59
|
} catch (_) {
|
|
59
|
-
|
|
60
|
+
opener = new NullFileOpener(size)
|
|
60
61
|
}
|
|
61
62
|
}
|
|
62
63
|
tree.files.push(new BIDSFile(thisPath, opener, ignore, tree))
|
|
@@ -126,3 +126,18 @@ export class HTTPOpener implements FileOpener {
|
|
|
126
126
|
return new Uint8Array(await response.arrayBuffer())
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
+
|
|
130
|
+
export class NullFileOpener implements FileOpener {
|
|
131
|
+
size: number
|
|
132
|
+
constructor(size = 0) {
|
|
133
|
+
this.size = size
|
|
134
|
+
}
|
|
135
|
+
stream = async () =>
|
|
136
|
+
new ReadableStream({
|
|
137
|
+
start(controller) {
|
|
138
|
+
controller.close()
|
|
139
|
+
},
|
|
140
|
+
})
|
|
141
|
+
text = async () => ''
|
|
142
|
+
readBytes = async (size: number, offset?: number) => new Uint8Array()
|
|
143
|
+
}
|
|
@@ -84,27 +84,29 @@ export async function readRemotes(options: any): Promise<Record<string, Record<s
|
|
|
84
84
|
return byUUID
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
|
|
88
|
-
* Resolve an annexed file location to an HTTP URL, if a public S3 remote is available
|
|
89
|
-
*/
|
|
90
|
-
export async function resolveAnnexedFile(
|
|
87
|
+
export async function parseAnnexedFile(
|
|
91
88
|
path: string,
|
|
92
|
-
|
|
93
|
-
options?: any,
|
|
94
|
-
): Promise<{ url: string; size: number }> {
|
|
95
|
-
// path is known to be a symlink
|
|
89
|
+
): Promise<{ key: string; size: number; gitdir: string }> {
|
|
96
90
|
const target = await Deno.readLink(path)
|
|
97
91
|
const { dir, base } = parse(target)
|
|
98
92
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
const gitdir = join(dirname(path), ...dirs.slice(0, dirs.indexOf('.git') + 1))
|
|
102
|
-
options = { ...options, gitdir }
|
|
103
|
-
}
|
|
93
|
+
const dirs = dir.split(SEPARATOR_PATTERN)
|
|
94
|
+
const gitdir = join(dirname(path), ...dirs.slice(0, dirs.indexOf('.git') + 1))
|
|
104
95
|
|
|
105
96
|
const size = +base.match(annexKeyRegex)?.groups?.size!
|
|
106
97
|
|
|
107
|
-
|
|
98
|
+
return { key: base, size, gitdir }
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Resolve an annexed file location to an HTTP URL, if a public S3 remote is available
|
|
103
|
+
*/
|
|
104
|
+
export async function resolveAnnexedFile(
|
|
105
|
+
key: string,
|
|
106
|
+
remote?: string,
|
|
107
|
+
options?: any,
|
|
108
|
+
): Promise<{ url: string }> {
|
|
109
|
+
const rmet = await readRmet(key, options)
|
|
108
110
|
const remotes = await readRemotes(options)
|
|
109
111
|
let uuid: string
|
|
110
112
|
if (remote) {
|
|
@@ -137,5 +139,5 @@ export async function resolveAnnexedFile(
|
|
|
137
139
|
const metadata = rmet[uuid]
|
|
138
140
|
const url = `${publicurl}/${metadata.path}?versionId=${metadata.version}`
|
|
139
141
|
|
|
140
|
-
return { url
|
|
142
|
+
return { url }
|
|
141
143
|
}
|
|
@@ -203,6 +203,10 @@ export const bidsIssues: IssueDefinitionRecord = {
|
|
|
203
203
|
severity: 'error',
|
|
204
204
|
reason: 'Files with the same name but different casing have been found.',
|
|
205
205
|
},
|
|
206
|
+
INVALID_FILE_ENCODING: {
|
|
207
|
+
severity: 'error',
|
|
208
|
+
reason: 'File encoding is not valid UTF-8.',
|
|
209
|
+
},
|
|
206
210
|
}
|
|
207
211
|
|
|
208
212
|
export const nonSchemaIssues = { ...bidsIssues }
|
|
@@ -79,11 +79,23 @@ export const expressionFunctions = {
|
|
|
79
79
|
}
|
|
80
80
|
return typeof operand
|
|
81
81
|
},
|
|
82
|
-
min: (list: number[]): number | null => {
|
|
83
|
-
|
|
82
|
+
min: (list: number | number[]): number | null => {
|
|
83
|
+
if (list == null) {
|
|
84
|
+
return null
|
|
85
|
+
}
|
|
86
|
+
if (!Array.isArray(list)) {
|
|
87
|
+
list = [list]
|
|
88
|
+
}
|
|
89
|
+
return Math.min(...list.map(Number).filter((x) => !isNaN(x)))
|
|
84
90
|
},
|
|
85
|
-
max: (list: number[]): number | null => {
|
|
86
|
-
|
|
91
|
+
max: (list: number | number[]): number | null => {
|
|
92
|
+
if (list == null) {
|
|
93
|
+
return null
|
|
94
|
+
}
|
|
95
|
+
if (!Array.isArray(list)) {
|
|
96
|
+
list = [list]
|
|
97
|
+
}
|
|
98
|
+
return Math.max(...list.map(Number).filter((x) => !isNaN(x)))
|
|
87
99
|
},
|
|
88
100
|
length: <T>(list: T[]): number | null => {
|
|
89
101
|
if (Array.isArray(list) || typeof list == 'string') {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { BIDSContext, type BIDSContextDataset } from './context.ts'
|
|
2
|
-
import { BIDSFile,
|
|
2
|
+
import { BIDSFile, type FileTree } from '../types/filetree.ts'
|
|
3
3
|
import type { DatasetIssues } from '../issues/datasetIssues.ts'
|
|
4
|
+
import { NullFileOpener } from '../files/openers.ts'
|
|
4
5
|
import { loadTSV } from '../files/tsv.ts'
|
|
5
6
|
import { loadJSON } from '../files/json.ts'
|
|
6
7
|
import { queuedAsyncIterator } from '../utils/queue.ts'
|
|
@@ -14,21 +15,6 @@ function* quickWalk(dir: FileTree): Generator<BIDSFile> {
|
|
|
14
15
|
}
|
|
15
16
|
}
|
|
16
17
|
|
|
17
|
-
class NullFileOpener implements FileOpener {
|
|
18
|
-
size: number
|
|
19
|
-
constructor(size = 0) {
|
|
20
|
-
this.size = size
|
|
21
|
-
}
|
|
22
|
-
stream = async () =>
|
|
23
|
-
new ReadableStream({
|
|
24
|
-
start(controller) {
|
|
25
|
-
controller.close()
|
|
26
|
-
},
|
|
27
|
-
})
|
|
28
|
-
text = async () => ''
|
|
29
|
-
readBytes = async (size: number, offset?: number) => new Uint8Array()
|
|
30
|
-
}
|
|
31
|
-
|
|
32
18
|
function pseudoFile(dir: FileTree, opaque: boolean): BIDSFile {
|
|
33
19
|
return new BIDSFile(
|
|
34
20
|
// Use a trailing slash to indicate directory
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/schema/expressionLanguage.test.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/summary/collectSubjectMetadata.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/bids_examples.test.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/hed-integration.test.ts
RENAMED
|
File without changes
|
|
File without changes
|
{bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/valid_dataset.test.ts
RENAMED
|
File without changes
|
{bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/valid_filenames.test.ts
RENAMED
|
File without changes
|
{bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/local/valid_headers.test.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/tests/schema-expression-language.test.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/filenameIdentify.test.ts
RENAMED
|
File without changes
|
|
File without changes
|
{bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/filenameValidate.test.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/internal/emptyFile.ts
RENAMED
|
File without changes
|
{bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/internal/unusedFile.ts
RENAMED
|
File without changes
|
|
File without changes
|
{bids_validator_deno-2.2.1 → bids_validator_deno-2.2.2}/src/validators/validateFiles.test.ts
RENAMED
|
File without changes
|
|
File without changes
|