Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Fix: Handle object types without annotations (fixes #148) #154

Merged
merged 1 commit into from
Feb 5, 2017

Conversation

soda0289
Copy link
Member

@soda0289 soda0289 commented Feb 2, 2017

Typescript allows object/interface type definitions without type annotations. This commit will replace missing type annotations with null instead of trying to convert them.

@eslintbot
Copy link

LGTM

@soda0289 soda0289 changed the title Fix: Handle object types with annotations (fixes #148) Fix: Handle object types without annotations (fixes #148) Feb 2, 2017
Typescript allows object/interface type definitions without type
annotations. This commit will replace missing type annotations with
null instead of trying to convert them.
@soda0289 soda0289 force-pushed the fix-object-type-without-annotation branch from 62070d2 to a04f92f Compare February 2, 2017 05:18
@eslintbot
Copy link

LGTM

Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@nzakas nzakas merged commit 11d5a7d into eslint:master Feb 5, 2017
soda0289 added a commit to soda0289/typescript-eslint-parser that referenced this pull request Feb 7, 2017
…nt#154)

Typescript allows object/interface type definitions without type
annotations. This commit will replace missing type annotations with
null instead of trying to convert them.
@soda0289 soda0289 deleted the fix-object-type-without-annotation branch May 23, 2017 13:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants