guides
guides copied to clipboard
[DEPRECATION] Extending CompilerContext is deprecated, please use the CompilerContextInterface instead.
Feature request
In version 1 it's possible to extend the compiler context to add extra functionality to the compiler. A better way of doing this is using encapsulation using the CompilerContextInterface.
In v2 we will make the compilercontext final and extending this class will be impossible.