1This directory contains all the code extending the common Flicker library 2to make it fully compatible with Winscope. The common Flicker library is 3written is Kotlin and compiled to JavaScript and then extended by the code in 4this directory. 5 6To use flickerlib in the rest of the Winscope source code use 7`import { ... } from '@/flickerlib'` rather than importing the compiled 8common Flicker library directly. 9 10The flickerlib classes are extended through mixins (functions, getter, and 11setters) that are injected into the original compiled common Flicker library 12classes.