Skip to content

feature/run-type-options#61

Merged
FabianoEger merged 2 commits into
mainfrom
feature/run-type-options
Jun 18, 2026
Merged

feature/run-type-options#61
FabianoEger merged 2 commits into
mainfrom
feature/run-type-options

Conversation

@mateuscardosodeveloper

@mateuscardosodeveloper mateuscardosodeveloper commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

What does PR do?

Adds a shared RunTypeOptions type to represent the supported analysis runtimes and applies it across the analysis modules, replacing the old node/python-only options.

Core change

  • New shared type RunTypeOptions in Common_Type covering all current runtimes: node-legacy, python-legacy, node-rt2025, python-rt2025, deno-rt2025
  • Analysis fields updated so ScriptFile.language and AnalysisCreateInfo.runtime use the new type instead of the narrow node/python literals
  • Docstrings refreshed to use the new runtime values (e.g. python-rt2025) in usage examples
  • Docs updated to reference RunTypeOptions and expose the full list of supported values

Introduce a shared RunTypeOptions literal in Common_Type and use it for the analysis script language and runtime fields, replacing the old node/python-only options. Update docs to reference the new type and expose the supported runtime values.
@FabianoEger FabianoEger merged commit 7224321 into main Jun 18, 2026
6 checks passed
@FabianoEger FabianoEger deleted the feature/run-type-options branch June 18, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants