syntax_check

Check syntax errors for imports and declarations and attempts to recover based on source code and context.

Arguments

Returns

TypeDescription

string

Path to the file after attempting syntax correction.

Example

- name: syntax_check
  arguments: {}
  returns: 'path_to_corrected_file'

Last updated