caofangkun / closure-templates

Automatically exported from code.google.com/p/closure-templates
Apache License 2.0
0 stars 0 forks source link

Add option not to rename parameters in template file #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Enhancement: For every template file, it should be possible to tell the 
compiler that user parameters should not be renamed.

See this discussion: 
https://groups.google.com/group/closure-templates-discuss/browse_thread/thread/7
5181421ba7ce22c

Original issue reported on code.google.com by bj...@turban.no on 19 Feb 2011 at 11:32

GoogleCodeExporter commented 8 years ago
This is outside the scope of Closure Templates.  The correct way to tell the 
Closure Compiler not to rename a particular name is to make it an "extern".

Original comment by kai.hu...@gmail.com on 22 Feb 2011 at 6:56