pub fn with_source( prog: Result<Program, String>, src: &str, ) -> Result<Program, String>
Attach the text a program was parsed from, which its functions’ spans index (Function.prototype.toString).
Function.prototype.toString