-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
Feature Request: support file URL #19
Comments
File URLs are not supported by the version of I've started a fork that upgrades I did this as a quick hack just to use file URLs, so some features were stripped as a result of some changes to the |
Major +1 here, I am working with a local |
@samtstern
Let me know if you have any issues 😄 |
No luck here:
|
I also need this |
@nicojs, try: $ npx beaulac/cxsd "file://my-schema.xsd"
Unhandled rejection Error: ENOENT: no such file or directory, stat 'my-schema.xsd/' |
So this tool cannot read a local schema file and generate TypeScript definitions? |
It was really surprising when I discovered that I had to use a URL and that file URLs were not supported. I'd like to request support for file URLs. Absent that, it would be great to get a better error message.
Thanks!
The text was updated successfully, but these errors were encountered: