SourceFileResponse Type
SourceFileResponse contains the binary-encoded AST data for a source file. The Data field is base64-encoded binary data in the encoder's format.
Record fields
| Record Field |
Description
|
Full Usage:
Data
Field type: string
|
Data is the base64-encoded binary AST data in the encoder's format.
|