Closed effigies closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.68%. Comparing base (
07cbca5
) to head (748cf3c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Bummer...
x Build failed in 2.07s
error during build:
Error: [vite:esbuild-transpile] Transform failed with 1 error:
assets/index-!~{001}~.js:5620:43: ERROR: Top-level await is not available in the configured target environment ("chrome87", "edge88", "es2020", "firefox78", "safari14" + 2 overrides)
Top-level await is not available in the configured target environment ("chrome87", "edge88", "es2020", "firefox78", "safari14" + 2 overrides)
5618| new Command().name("bids-validator").type("debugLevel", new EnumType(LogLevelNames)).description(
5619| "This tool checks if a dataset in a given directory is compatible with the Brain Imaging Data Structure specification. To learn more about Brain Imaging Data Structure visit http://bids.neuroimaging.io/"
5620| ).arguments("<dataset_directory>").version(await getVersion()).option("--json", "Output machine readable JSON").option(
| ^
5621| "-s, --schema <type:string>",
5622| "Specify a schema version to use for validation",
I think this should be good to go.
Rebased to resolve tests (I hope).
Should emit the right version for released versions on deno.land. We can improve it for untagged versions in the future.