You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TSLint has a few nits to pick with our generated code. Adding a few comments to the templates will suppress them. For now, lets just turn it of for generated files:
// tslint:disable
I also think we should remove or comment out the decorators from codegen templates, to avoid dependencies needing to enable this still-experimental feature. Our stub decorators should be internal.
The text was updated successfully, but these errors were encountered:
TSLint has a few nits to pick with our generated code. Adding a few comments to the templates will suppress them. For now, lets just turn it of for generated files:
I also think we should remove or comment out the decorators from codegen templates, to avoid dependencies needing to enable this still-experimental feature. Our stub decorators should be internal.
The text was updated successfully, but these errors were encountered: