get_assembled_code
Retrieve the assembled source code for a file to verify that methods, handlers, imports, and reactive state are correctly built after saving. Use this to validate your component before deployment.
Instructions
Get the assembled source code for a file. Returns the actual Vue SFC or PHP class as it would be rendered.
Use this after save_file to verify the component was built correctly:
Check that all methods are included
Verify @click handlers are wired to methods
Confirm imports and reactive state are present
Spot any missing pieces before deployment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the file to get assembled code for |