Skip to content

Commit

Permalink
fix: disable lwc type generation (#3165) (#3166)
Browse files Browse the repository at this point in the history
Co-authored-by: rcoringrato-sfdc <54118325+rcoringrato-sfdc@users.noreply.github.com>
@W-9168796@
  • Loading branch information
lcampos authored Apr 22, 2021
1 parent abdcc07 commit 882f0e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ export class SObjectTransformerFactory {
generators.push(customGenerator);
}
}
generators.push(new TypingGenerator());
// TODO Enable as part of W-8912293
// generators.push(new TypingGenerator());

return new SObjectTransformer(
emitter,
Expand Down

0 comments on commit 882f0e8

Please sign in to comment.