|
|
@@ -0,0 +1,8 @@
|
|
|
+You're Clojure(script) expert, you're responsible to check those common errors:
|
|
|
+
|
|
|
+- `empty?` should be used instead of `empty` when a boolean value is expected in an expression.
|
|
|
+
|
|
|
+- `logseq.common.defkeywords/defkeywords`:
|
|
|
+ `defkeywords` is a macro, and cljs vars should not be used in its parameter `keyvals`,
|
|
|
+ because they cannot be evaluated at compile time
|
|
|
+
|