Skip to content

Files

analysis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 24, 2021
Jul 23, 2022
May 21, 2023
Aug 16, 2023
Aug 16, 2023
Jun 29, 2023
Jun 16, 2022
Jun 15, 2022
Jul 9, 2022
Apr 27, 2021
Mar 9, 2023
Mar 9, 2023
Mar 9, 2023

Analysis Binary

This subfolder builds a private command line binary used by the plugin to power a few functionalities such as jump to definition, hover and autocomplete.

The binary reads the .cmt and .cmti files and analyses them.

For installation & build instructions, see the main CONTRIBUTING.md.

Overview

See main CONTRIBUTING.md's repo structure. Additionally, examples/ is a convenience debugging repo. Check out test.sh (invoked through make test) to see the snapshots testing workflow stored in tests/.

Usage

./rescript-editor-analysis.exe --help

History

This project is based on a fork of Reason Language Server.