Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Braceless type = and implicit inline braceless types #264

Merged
merged 1 commit into from
Jan 21, 2023
Merged

Braceless type = and implicit inline braceless types #264

merged 1 commit into from
Jan 21, 2023

Conversation

STRd6
Copy link
Contributor

@STRd6 STRd6 commented Jan 21, 2023

Fixes #158

Added support for:

type Point =
  x: number
  y: number

type Point = x: number, y: number

type Point =
      x: a: number, b: number
      y: c: [string], d: =>

@STRd6 STRd6 temporarily deployed to build January 21, 2023 20:05 — with GitHub Actions Inactive
Copy link
Collaborator

@edemaine edemaine left a comment

Choose a reason for hiding this comment

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

Nice!

@STRd6 STRd6 merged commit 3e828a0 into main Jan 21, 2023
@STRd6 STRd6 deleted the 158 branch January 21, 2023 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeScript types without braces
2 participants