We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0cf93c + d5d02c8 commit b68bc41Copy full SHA for b68bc41
bindings/python/happyx/happyx_win.pyd
-5.11 KB
src/happyx/routing/routing/types.nim
@@ -20,19 +20,19 @@ type
20
path*: string
21
22
23
-when exportPython or defined(docgen):
+when exportPython:
24
import
25
nimpy,
26
nimpy/py_types,
27
regex,
28
- ../bindings/python_types
+ ../../bindings/python_types
29
type
30
RouteObject* = PyObject
31
elif defined(napibuild):
32
33
denim,
34
35
- ../bindings/node_types
+ ../../bindings/node_types
36
37
RouteObject* = napi_value
38
elif exportJvm:
@@ -41,7 +41,7 @@ elif exportJvm:
41
jnim/private/[jni_wrapper],
42
jnim/java/[lang, util],
43
44
- ../bindings/java_types
+ ../../bindings/java_types
45
46
RouteObject* = PathParam
47
else:
0 commit comments