Skip to content
Snippets Groups Projects
  1. Sep 19, 2023
  2. Jul 08, 2023
    • Hugo Hörnquist's avatar
      66a1ea31
    • Hugo Hörnquist's avatar
      Replace handling of Puppet code. · 6b5c4286
      Hugo Hörnquist authored
      Previously the the input json was directly mapped into the output
      strings, through different formatters. This changes it so we instead
      first build a proper AST of python objects, which is later mapped to
      output strings (still through formatters).
      
      This gives us much better type information, and will give way to much
      more advanced formatters in the future.
      
      This includes some regressions:
      * Docstrings aren't handled as well
      * The code lacks any form of hyperlinks.
      6b5c4286
  3. Jul 03, 2023
  4. Jul 01, 2023
  5. Jun 26, 2023
Loading