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