-
Notifications
You must be signed in to change notification settings - Fork 924
[4/4] Api fixups #8911
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
base: wuandy/RealPpl_3
Are you sure you want to change the base?
[4/4] Api fixups #8911
Conversation
|
Vertex AI Mock Responses Check
|
33caa24
to
5065573
Compare
61c5400
to
75e26e7
Compare
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.
@wu-hui, allocation of work is what I see that needs to be done for the TODOs in this PR. For now, I will not start on these to avoid more conflicts.
json({ preferConst: true }), | ||
terser(util.manglePrivatePropertiesOptions) | ||
json({ preferConst: true }) | ||
//terser(util.manglePrivatePropertiesOptions) |
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.
Needs to be fixed before merging to allow packaging. I can do this if you want.
@@ -96,7 +96,8 @@ exports.resolveNodeExterns = function (id) { | |||
/** Breaks the build if there is a circular dependency. */ | |||
exports.onwarn = function (warning, defaultWarn) { | |||
if (warning.code === 'CIRCULAR_DEPENDENCY') { | |||
throw new Error(warning); | |||
// TODO reenable. This is a temp workaround to allow build | |||
//throw new Error(warning); |
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.
Needs to be fixed before merging to allow packaging. I can do this if you want.
5065573
to
5cb4499
Compare
75e26e7
to
40d7b0d
Compare
No description provided.