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 d37d0ce commit deb7749Copy full SHA for deb7749
examples/def-.janet
@@ -9,4 +9,4 @@ module/private-thing # -> Unknown symbol
9
module/public-thing # -> :exposed
10
11
# Same as normal def with :private metadata
12
-(def :private x private-thing :encapsulated)
+(def private-thing :private :encapsulated)
0 commit comments