We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
example: json2ts fhir.schema.json (a schema file with content)
simply hangs without any output in windows power shell environment.
Sorry, something went wrong.
Hi @harica @bcherny Any clue/update on this? It hangs on Ubuntu as well.
json2ts -i fhir.schema.json -o fhir.d.ts
No luck with this too,
const schema = JSON.parse( fs.readFileSync(path.resolve(__dirname, 'fhir.schema.json'), 'utf8') ); compile(schema, 'FHIRSchema') .then(ts => fs.writeFileSync('fhir.d.ts', ts)) .catch(console.error);
Link to download fhir.schema.json : https://www.hl7.org/fhir/fhir.schema.json.zip
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: