We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fa79a commit b3df85eCopy full SHA for b3df85e
3 files changed
defines.json
@@ -0,0 +1,10 @@
1
+[
2
+ {
3
+ "define": "om_noconsole",
4
+ "doc": "Remove all calls to om.Console"
5
+ },
6
7
+ "define": "om_noconsole_macro",
8
+ "doc": "Remove all calls to om.Console in macro context"
9
+ }
10
+]
haxelib.json
@@ -13,5 +13,9 @@
13
],
14
"releasenote": "See CHANGELOG",
15
"classPath": "src/",
16
- "dependencies": {}
+ "dependencies": {},
17
+ "documentation": {
18
+ "defines": "defines.json",
19
+ "metadata": "metas.json"
20
21
}
metas.json
@@ -0,0 +1 @@
+[]
0 commit comments