- 'src' - source code
- 'tests' - unit tests
- Run tests with:
npm test
The following features are available:
- load MPS files (*.mpsr) and expose their content as Typescript object model
- solutions, models, root nodes, nodes, children, references, properties
The core of the Typescript object model is given by the following classes:
SNode
- represents a nodeSModel
- represents a modelSSolution
- represents a solutionSRepository
- the repository containing the parsed model and meta-information
The plugin has currently the following limitations:
- only File-per-Root persistency is currently supported
- the recovered language information reflects only the used language in the loaded solutions