[][src]Type Definition tweep::Context

type Context = PartialContext;

The output context type for Errors and Warnings. If the feature full-context is enabled, this will be a FullContext which will include the ability to retrieve the associated source Twee v3 code. Otherwise, it will be a PartialContext which will only include the file name and a starting location for the error/warning