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.
1 parent 5ffa76d commit f55d4faCopy full SHA for f55d4fa
src/DynamicExpressions.jl
@@ -37,13 +37,11 @@ using Reexport
37
@reexport import .EvaluationHelpersModule
38
@reexport import .ExtensionInterfaceModule: node_to_symbolic, symbolic_to_node
39
40
-function __init__()
41
- #! format: off
42
- @static if !isdefined(Base, :get_extension)
43
- @require SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" include("../ext/DynamicExpressionsSymbolicUtilsExt.jl")
44
- end
45
- #! format: on
+#! format: off
+if !isdefined(Base, :get_extension)
+ @init @require SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" include("../ext/DynamicExpressionsSymbolicUtilsExt.jl")
46
end
+#! format: on
47
48
include("deprecated.jl")
49
0 commit comments