fhd / clostache

{{ mustache }} for Clojure
GNU Lesser General Public License v3.0
318 stars 62 forks source link

Better type hint position #64

Open vemv opened 4 years ago

vemv commented 4 years ago

https://github.com/fhd/clostache/blob/f6ad1f40b5b8b30a7a00b3ff4a685fecded3f303/src/clostache/parser.clj#L10 places the type hint on the symbol, while for a number the years the recommended way is to place it on the argv.

https://clojure.org/reference/java_interop#typehints (last paragraph)

https://gist.github.com/pjstadig/6fa4ebf465f6d438b4dcc2a5bfbb3db6