Skip to content
#

configuration-language

Here are 29 public repositories matching this topic...

silverraven691
silverraven691 commented Mar 11, 2022

Is your feature request related to a problem? Please describe.
In order to consult the stdlib's documentation, I have to read its source

Describe the solution you'd like
I'd like to be able to generate just enough markdown from the metadata of values (such as the stdlib, but not only) in other to stitch together a documentation page.

I think this could be implemented cheaply for no

moleike
moleike commented Apr 8, 2021

Add a -J / --jpath <dir> option in the cmdline executable to specify additional library search directories, right-most wins.

The additional paths are tried if it fails to load a module relative to the file it's imported from.
Here is how's it's done in the C++ implementation: https://github.com/google/jsonnet/blob/master/core/libjsonnet.cpp#L232

enhancement good first issue command line

Improve this page

Add a description, image, and links to the configuration-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the configuration-language topic, visit your repo's landing page and select "manage topics."

Learn more