ChuckJonas / ts-force

A Salesforce REST Client written in Typescript for Typescript
88 stars 21 forks source link

Allows for strict null checks to be allowed #32

Closed DServy closed 7 years ago

DServy commented 7 years ago

Marks "reference" as optional, so when we generate it as undefined it stops throwing a type error for TS configs that have "strictNullCheck" set to true

ChuckJonas commented 7 years ago

looks like these changes are also included in #33. Closing this one out.