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
I use STA via its API like this:
generateApi({ input: this.specLocalPath,, templates: 'templates', })
where templates directory contains all the templates copied from templates/base and templates/base.
templates
templates/base
In interface-data-contract I added a line:
interface-data-contract
<% throw new Error('here') %>
Now when I run the generator, I see that the template was located:
✨ "interface data contract" template found in "/projects/project/templates"
however the added line isn't being hit. Which means that the template isn't used.
What is going on here?
Version: 13.0.16 (the recent working one, see #934)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use STA via its API like this:
where
templates
directory contains all the templates copied fromtemplates/base
andtemplates/base
.In
interface-data-contract
I added a line:Now when I run the generator, I see that the template was located:
however the added line isn't being hit. Which means that the template isn't used.
What is going on here?
Version: 13.0.16 (the recent working one, see #934)
The text was updated successfully, but these errors were encountered: