pfff is mainly an OCaml API to write static analysis, dynamic analysis, code visualizations, code navigations, or style-preserving source-to-source transformations such as refactorings on source code.
What:
Added the ability to parse decorated class fields, which look like @Input() field: string;. Notably, these are not methods, as they are not functions, which was what I added last time.
Test plan:
We now parse @$DEC() $INPUT: string as:
What: Added the ability to parse decorated class fields, which look like
@Input() field: string;
. Notably, these are not methods, as they are not functions, which was what I added last time.Test plan: We now parse
@$DEC() $INPUT: string
as:Security