1*eed53cd4SHONG Yifan# This directory contains implementations of starlark functions that contain 2*eed53cd4SHONG Yifan# complex logic. The objective is to keep the rules themselves as simple as 3*eed53cd4SHONG Yifan# possible, so that we can perform very thorough testing on the implementation. 4*eed53cd4SHONG Yifan 5*eed53cd4SHONG Yifan# I wanted to call it private / internal, but then buildifier complains about 6*eed53cd4SHONG Yifan# referencing it from the tests directory. 7