|
|
|
|
|
by Yahivin
1203 days ago
|
|
Good news! Civet fixes several of the more contentious design decisions from CoffeeScript by trying to be more in line with ES semantics. You need to declare variables by default in Civet. You can opt in to CoffeeScript's automatic var if you need to migrate from a CoffeeScript codebase by using the "civet autoVar" directive. More info: https://civet.dev/cheatsheet#variable-declaration |
|