kibana/packages/kbn-dev-utils
Mikhail Shustov e9e0ca3782
Introduce TS incremental builds & move src/test_utils to TS project (#76082)
* move test_helpers to the core

* create base tsconfig

* all tsconfigs use the base one

* use test_helpers exposed from the src/core

* move getFieldFormatsRegistry to data plugin

* add test_utils project

* compile types after checkout

* add a stub for platform tsconfig.json

* fix broken import

* fix broken path to the base config

* set tsBuildInfoFile for project without outDir

* do not commit tsbuildinfo file

* do not check output d.ts files

* fix type error

* use separate config to build types

* rollback changes to include paths

* mute import zone error

* rename files to avoid references to tsd

* do not use tsd for type tests

* include all ts files in project

* run buildRefs before type check to ensure the latest version

* store tsbuildinfo locally

* update paths to base config

* comment out core/tsconfig.json

* remove ui path

* fix wrong tsbuildinfo path
2020-09-03 14:20:04 +02:00
..
certs Add support for certificates in PKCS#12 (P12) key stores (#53810) 2020-01-09 13:03:16 -05:00
src [plugin-helpers] improve 3rd party KP plugin support (#75019) 2020-08-27 14:56:48 -07:00
tooling_log [kbn/dev-utils] expose public tooling_log module (#68868) 2020-06-12 18:47:29 -07:00
package.json [plugin-helpers] improve 3rd party KP plugin support (#75019) 2020-08-27 14:56:48 -07:00
README.md
tsconfig.json Introduce TS incremental builds & move src/test_utils to TS project (#76082) 2020-09-03 14:20:04 +02:00
yarn.lock Add lockfile symlinks (#55440) 2020-01-27 11:38:20 -05:00

dev utils

proc runner

For running integration tests in Kibana

tooling log