Skip to content

Commit

Permalink
format JavaScript only
Browse files Browse the repository at this point in the history
  • Loading branch information
christinerose authored Jul 31, 2024
1 parent adb875a commit 14d01c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/reference/dune/env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Fields supported in ``<settings>`` are:
``separate``.

- ``(js_of_ocaml (sourcemap <mode>))`` controls whether to generate sourcemap
or not where ``<mode>`` is either ``no``, ``file`` (to generate sourcemap in a ``.map`` file next the the generated javascript file) or ``inline`` (to inline the sourcemap at the end of the generated javascript file).
or not where ``<mode>`` is either ``no``, ``file`` (to generate sourcemap in a ``.map`` file next the the generated javascript file) or ``inline`` (to inline the sourcemap at the end of the generated JavaScript file).

- ``(js_of_ocaml (runtest_alias <alias-name>))`` specifies the alias under which
:ref:`inline_tests` and tests (:ref:`tests-stanza`) run for the `js` mode.
Expand Down

0 comments on commit 14d01c7

Please sign in to comment.