Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvasek committed May 3, 2017
1 parent dc949c1 commit a8cbf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformAST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function getProperties(checker: ts.TypeChecker, type: ts.Type, interfaceDeclarat
const typeInfo = getType(prop);
return {
name: i.getName(),
text: i.valueDeclaration.getText(),
// text: i.valueDeclaration.getText(),
type: typeInfo.type,
values: typeInfo.values || [],
isRequired: !prop.questionToken,
Expand Down

0 comments on commit a8cbf01

Please sign in to comment.