kibana/packages/kbn-std
Aleh Zasypkin b306f007fb
Use spec-compliant URL parser to parse next URL parameter. (#183521)
## Summary

The Node.js URL parser [has been
deprecated](https://nodejs.org/api/url.html#urlparseurlstring-parsequerystring-slashesdenotehost)
and we should start slowly switching to the [spec-compliant URL
parser](https://url.spec.whatwg.org/#url-parsing) to parse URLs in
Kibana starting from the `next` query string parameter.

__Flaky Test Runner:__ [x65 for every added functional
test](https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/6010)
2024-05-17 13:39:52 +02:00
..
src Use spec-compliant URL parser to parse next URL parameter. (#183521) 2024-05-17 13:39:52 +02:00
BUILD.bazel Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
index.ts Space arbitrary destination support (#180872) 2024-04-22 12:11:50 +02:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json flag packages without side effects (#173351) 2023-12-19 02:46:39 -07:00
README.md Create the @kbn/std package (#77329) 2020-09-15 15:21:05 +02:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@kbn/std — Kibana standard library

This package is a set of utilities that can be used both on server-side and client-side.