psych-ds / psychds-validator

Validator tools for the psych-DS specification
0 stars 1 forks source link

Prepare codebase for bundling #51

Closed bleonar5 closed 1 month ago

bleonar5 commented 1 month ago

A number of changes were required to prepare the CLI codebase for bundling, mostly involving moving the JSON-LD processing stage to earlier in the process (the readFileTree function in deno.ts) and then adjusting much of the downstream functionality to account for the fact that metadata objects will already be in expanded form by the time that validation begins. Unit tests were updated.