google / closure-templates

A client- and server-side templating system that helps you dynamically build reusable HTML and UI elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run StrictDepsPass in SoyHeaderCompiler

Yannic opened this issue · comments

It would be great if SoyHeaderCompiler would run StrictDepsPass, so we can, e.g., fail the Build already at soy_library level and not wait until running the language generators.

Bonus points if it's possible to select between --strict_deps={OFF,WARN,ERROR}.

This should be doable. Let me try this