You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new package @kipper/json-reporter, which transforms a given AST and its metadata into JSON format, so that other applications can read the data and perform operations based on them.
This would be specifically very important for the Kipper-Lang/IntelliJ-Plugin, which would depend on the locally installed Kipper version and require that metadata to allow for IDE error and warning reporting.
Exact behaviour / changes you want
Add new package @kipper/json-reporter in the monorepo, which would be automatically required by the @kipper/core.
Add the JSON-reporting functionality and add a standardised scheme to allow for easy parsing.
The text was updated successfully, but these errors were encountered:
Is there an existing proposal for this?
This feature does not exist in the latest version
Proposal
Add a new package
@kipper/json-reporter
, which transforms a given AST and its metadata into JSON format, so that other applications can read the data and perform operations based on them.This would be specifically very important for the
Kipper-Lang/IntelliJ-Plugin
, which would depend on the locally installed Kipper version and require that metadata to allow for IDE error and warning reporting.Exact behaviour / changes you want
@kipper/json-reporter
in the monorepo, which would be automatically required by the@kipper/core
.The text was updated successfully, but these errors were encountered: