kibana/packages/elastic-datemath
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
..
__tests__ [@elastic/datemath] Remove build step from datemath package. (#75505) 2020-08-21 19:27:34 -06:00
.npmignore [@elastic/datemath] Remove build step from datemath package. (#75505) 2020-08-21 19:27:34 -06:00
index.d.ts [@elastic/datemath] Remove build step from datemath package. (#75505) 2020-08-21 19:27:34 -06:00
index.js [@elastic/datemath] Remove build step from datemath package. (#75505) 2020-08-21 19:27:34 -06:00
package.json [@elastic/datemath] Remove build step from datemath package. (#75505) 2020-08-21 19:27:34 -06:00
readme rename README.md to readme, avoiding issues with case change 2020-04-01 15:03:43 -07:00
tsconfig.json Introduce TS incremental builds & move src/test_utils to TS project (#76082) 2020-09-03 14:20:04 +02:00

# datemath

Datemath string parser used in Kibana. This is published to NPM for use in a limited number of locations outside of Kibana, but is not regularly updated and may get seriously out of date.

If you file an issue in elastic/kibana we can probably update it for you if needed, though you probably shouldn't depend on this package for anything important.