1) Joshua Lawrence discussed codemods to migrate Ember component argument type checking from decorators to template helpers using JSON mapping files and multiple codemod passes.
2) He demonstrated mapping argument decorators in a component class to a JSON file, using the JSON to generate template helpers, and removing the decorators via codemods.
3) Putting the codemods together allows automated migration of argument type checking from decorators to template helpers across many components.