Skip to content

Validate -main-is flag using parseIdentifier

Jade requested to merge wip/T24368 into master

This patch aims to validate the input given to the -main-is flag by parsing the input and validating that it is a (qualified) identifier or a module.

Fixes #24368 (closed)

Merge request reports