markushedvall / node-plantuml

A Node.js module and CLI for running PlantUML
MIT License
193 stars 53 forks source link

[BUG] Support for conditional variable definition in the preprocessor #44

Open ktalebian opened 2 years ago

ktalebian commented 2 years ago

This CLI is not supporting the conditional variable definition defined in https://plantuml.com/preprocessing. If your code has !$someVar ?= "true", you get an error Unknown variable $someVar when you want to use it.