AutoSelectPredicate: (
    node: RNode<ParentInformation>,
    fullAst: NormalizedAst,
) => boolean

The structure of the predicate that should be used to determine if a given normalized node should be included in the reconstructed code, independent of if it is selected by the slice or not.

Type declaration

  • reconstructToCode
  • doNotAutoSelect
  • autoSelectLibrary