kibana/packages/kbn-securitysolution-io-ts-utils
Tiago Costa bf6e1243f9
chore(NA): moving @kbn/securitysolution-io-ts-utils to babel transpiler (#110099)
* chore(NA): moving @kbn/securitysolution-io-ts-utils to babel transpiler

* chore(NA): introduce browser targets

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-26 18:21:45 +01:00
..
src [Security Solution] Utilizes constants package and deletes duplicate code (#100513) 2021-05-24 18:38:14 -06:00
.babelrc chore(NA): moving @kbn/securitysolution-io-ts-utils to babel transpiler (#110099) 2021-08-26 18:21:45 +01:00
.babelrc.browser chore(NA): moving @kbn/securitysolution-io-ts-utils to babel transpiler (#110099) 2021-08-26 18:21:45 +01:00
BUILD.bazel chore(NA): moving @kbn/securitysolution-io-ts-utils to babel transpiler (#110099) 2021-08-26 18:21:45 +01:00
jest.config.js
package.json chore(NA): moving @kbn/securitysolution-io-ts-utils to babel transpiler (#110099) 2021-08-26 18:21:45 +01:00
README.md [Security Solutions] Breaks down the io-ts packages to decrease plugin size (#100058) 2021-05-13 15:36:06 -06:00
tsconfig.json chore(NA): moving @kbn/securitysolution-io-ts-utils to babel transpiler (#110099) 2021-08-26 18:21:45 +01:00

kbn-securitysolution-io-ts-utils

Very small set of utilities for io-ts which we use across plugins within security solutions such as securitysolution, lists, cases, etc... This folder should remain small and concise since it is pulled into front end and the more files we add the more weight will be added to all of the plugins. Also, any new dependencies added to this will add weight here and the other plugins, so be careful of what is added here.

You might consider making another package instead and putting a dependency on this one if needed, instead.

Related packages are

  • kbn-securitysolution-io-ts-alerting-types
  • kbn-securitysolution-io-ts-list-types
  • kbn-securitysolution-io-ts-types