/** * SourceString to be parsed. */ export type SourceString = string; /** * Code is a string containing valid typescript code. */ export type Code = string;