-
Notifications
You must be signed in to change notification settings - Fork 892
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
Rename kbn-optimizer to osd-optimizer (#37) #59
Rename kbn-optimizer to osd-optimizer (#37) #59
Conversation
Signed-off-by: Bishoy Boktor <boktorbb@amazon.com>
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.
Nice LGTM
@@ -42,8 +42,7 @@ export function logOptimizerState(log: ToolingLog, config: OptimizerConfig) { | |||
|
|||
if (event?.type === 'bundle not cached') { | |||
log.debug( | |||
`[${event.bundle.id}] bundle not cached because [${event.reason}]${ | |||
event.diff ? `, diff:\n${event.diff}` : '' | |||
`[${event.bundle.id}] bundle not cached because [${event.reason}]${event.diff ? `, diff:\n${event.diff}` : '' |
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.
is this change needed? looks like formatting change, i would avoid any other changes just to get clean diff.
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.
This happens automatically by eslint on save.
}, | ||
"include": [ | ||
"index.d.ts", | ||
"src/**/*" | ||
] | ||
} | ||
} |
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.
np: missing new line.
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.
Automatic on save
Signed-off-by: Bishoy Boktor <boktorbb@amazon.com>
Signed-off-by: Bishoy Boktor boktorbb@amazon.com