(context: TransformationContext, feature: LuaLibFeature)
| 6 | export { LuaLibFeature }; |
| 7 | |
| 8 | export function importLuaLibFeature(context: TransformationContext, feature: LuaLibFeature): void { |
| 9 | context.usedLuaLibFeatures.add(feature); |
| 10 | } |
| 11 | |
| 12 | export function transformLuaLibFunction( |
| 13 | context: TransformationContext, |
no test coverage detected