danielgtaylor / python-betterproto

Clean, modern, Python 3.6+ code generator & library for Protobuf 3 and async gRPC
MIT License
1.56k stars 218 forks source link

Use strict undefined #633

Closed AdrienVannson closed 1 month ago

AdrienVannson commented 1 month ago

Summary

This prevents jinja from silencing errors occuring in the template file. I mentioned this here: https://github.com/danielgtaylor/python-betterproto/pull/630

At that time, I thought it would be necessary to fix other bugs before it works, but it actually already works.

Checklist