#Internal file got expose, and I don't know how to hide it from the public API

1 messages · Page 1 of 1 (latest)

surreal sonnet
tropic lintel
#

by default are modules named packagename/internal and packagename/internal/*.

#

Your module name is neither!

sudden heron
tropic lintel
#

internal_modules = [
"vec/dict/internal”
]

in your gleam toml ^.^