guides icon indicating copy to clipboard operation
guides copied to clipboard

[DEPRECATION] Extending CompilerContext is deprecated, please use the CompilerContextInterface instead.

Open jaapio opened this issue 10 months ago • 0 comments

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.

jaapio avatar Apr 12 '24 11:04 jaapio