-
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
Move Spaces, Security and EncryptedSavedObjects plugins to separate TS projects #88365
Conversation
5b6513c
to
59a6847
Compare
💚 Build SucceededMetrics [docs]Module Count
Page load bundle
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-security (Team:Security) |
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.
LGTM!
"declarationMap": true | ||
}, | ||
"include": ["common/**/*", "public/**/*", "server/**/*"], | ||
"references": [ |
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.
Thanks for taking the time to sort these alphabetically 🏅
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.
I must admit it becomes an obsession for me 🙈
…S projects (elastic#88365) # Conflicts: # x-pack/tsconfig.json
7.x/7.12.0: dd20886 |
Summary
This PR makes the following changes:
Metrics
Metrics captured with
node --max-old-space-size=8192 ./node_modules/.bin/tsc -p x-pack/tsconfig.json --extendedDiagnostics --noEmit
master
branch