Closed stevewgr closed 2 years ago
As part of the update towards a newer compiler, I temporarily enabled ForceConformanceInForLoopScope in order to separate things.
ForceConformanceInForLoopScope
This property will be deprecated soon and we need to prevent access of variables outside the scope of the for loop.
Currently this is considered as 95% done in this PR: https://github.com/stevewgr/ko/pull/33
Description
As part of the update towards a newer compiler, I temporarily enabled
ForceConformanceInForLoopScope
in order to separate things.This property will be deprecated soon and we need to prevent access of variables outside the scope of the for loop.
Currently this is considered as 95% done in this PR: https://github.com/stevewgr/ko/pull/33