sbt/internal/util-interface/src/main/java/xsbti
Eugene Yokota 4521f43995 Support debug output for macros
It's sometimes useful to get the output of the macro-generated code.
This adds a mechanism to allow plugins.sbt to pass in scalacOptions,
which we can later check from the macro.

1. -Xmacro-settings:sbt:Vprint prints out the code.
2. Adding -Xmacro-settings:sbt:print-tree-structure prints out the tree structure.
2025-05-27 00:58:41 -04:00
..
Action.java fix typo 2025-01-02 13:52:51 +09:00
Attic.java Support debug output for macros 2025-05-27 00:58:41 -04:00
DiagnosticCode.java Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
DiagnosticRelatedInformation.java Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
Logger.java Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
Position.java Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
Problem.java Spelling (#8028) 2025-02-04 01:11:28 -05:00
Severity.java Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
T2.java Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
TextEdit.java Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
WorkspaceEdit.java Spelling (#8028) 2025-02-04 01:11:28 -05:00