fix(compiler): update codegen API#2919
Conversation
packages/webpack/src/plugin.ts
Outdated
| }, {}); | ||
| }) | ||
| .then(() => cb(), (err) => cb(err)); | ||
| .then(() => cb(), (err:any) => cb(err)); |
There was a problem hiding this comment.
Failed linting because of no space after the :
|
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
|
I signed it |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
fixes codegen API to support new
transitiveModulesdependency.Fixes #2917.