Documentation
¶
Overview ¶
Package glazedmigration provides source migrations for removed Glazed APIs.
The analyzer rewrites and reports call sites that reference Glazed settings APIs removed by the GLZ-OUTPUT-FLAGS-CLEANUP cleanup. It covers:
- NewGlazedSchema / NewGlazedSection -> NewStructuredOutputSection (R1/R2)
- With*SectionOptions wrappers -> unwrapped into the constructor call (R3)
- default-map key "output" -> "format" (R4)
- GlazedSlug -> StructuredOutputSlug (R5)
- Setup* runtime helpers -> report-only (R6/R7/R8)
- removed feature sections -> report-only (R9)
It runs despite type errors because the removed symbols make consuming code fail to type-check.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "glazedmigration", Doc: "migrate removed Glazed APIs to their structured-output replacements", RunDespiteErrors: true, Run: run, }
Analyzer rewrites and reports calls to removed Glazed settings APIs.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.