-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(NA): moving @kbn/server-route-repository to babel transpiler #107571
chore(NA): moving @kbn/server-route-repository to babel transpiler #107571
Conversation
Pinging @elastic/kibana-operations (Team:Operations) |
Pinging @elastic/apm-ui (Team:apm) |
ReturnOf, | ||
RouteRepositoryClient, | ||
ServerRouteRepository, | ||
ServerRoute, | ||
} from '@kbn/server-route-repository'; | ||
import { formatRequest } from '@kbn/server-route-repository/target/format_request'; | ||
// @ts-expect-error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you leave a comment as to what kind of error this is?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dgieselaar are we okay to move on here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
…lastic#107571) * chore(NA): moving @kbn/server-route-repository to babel transpiler * chore(NA): update types
…lastic#107571) * chore(NA): moving @kbn/server-route-repository to babel transpiler * chore(NA): update types
…107571) (#107716) * chore(NA): moving @kbn/server-route-repository to babel transpiler * chore(NA): update types Co-authored-by: Tiago Costa <[email protected]>
…107571) (#107715) * chore(NA): moving @kbn/server-route-repository to babel transpiler * chore(NA): update types Co-authored-by: Tiago Costa <[email protected]>
…lastic#107571) * chore(NA): moving @kbn/server-route-repository to babel transpiler * chore(NA): update types
One step forward on #69706
That PR moves the @kbn/server-route-repository from using tsc compiler to babel transpiler to produce the js outputs.