Code to analyze the kibana codebase. Assumes the kibana codebase is located next to the clone of this repo - ../kibana.
This currently does exactly one thing - it finds Private invocations, looks at the argument (provider) passed to Private, and creates a json object of the file paths based on the provider name.
-
clone repo next to your kibana repo
-
yarn -
yarn run find-private -
Grab a nice beverage, this is going to take a minute or two.
-
Look at
output/find-private.json -
yarn run find-private-deps -
yarn start