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.
Stores the metadata parsed directly from the Project file.
A Map linking file names to unparsed raw file content.
Converts the instance into a Buffer containing raw Project4 content.
A Promise that resolves to the raw Project4 data.
Creates an instance of SmileBASIC4ProjectContent, with the provided raw content as an input.
The raw Project4 content to parse.
A Promise resolving to the parsed Project4 content.
Generated using TypeDoc
Provides an interface to the content of a SmileBASICFileType.Project4 file.