You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: