Creates an empty instance.
A Map linking file names to parsed SmileBASICFiles. Do note that to do anything more than basic checks, you will need to use ToActualType() on the file.
A Map linking file names to unparsed raw file content.
Converts the instance into a Buffer containing raw Project3 content.
A Promise that resolves to the raw Project3 data.
Creates an instance of SmileBASIC3ProjectContent, with the provided raw content as an input.
The raw Project3 content to parse.
A Promise resolving to the parsed Project3 content.
Generated using TypeDoc
Provides an interface to the content of a SmileBASICFileType.Project3 file.