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

Parse TypeScript primitive and literal types. #1115

Closed

Conversation

seonggun-kim
Copy link

Summary

TypeScript built-in type primitives: boolean, string, number, undefined, any, unknown, never, void, bigint, symbol.

TypeScript literal types: null, boolean, string, number, bigint literals.

Test Plan

Added regression tests.

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Sep 6, 2023
@facebook-github-bot
Copy link
Contributor

@avp has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot pushed a commit that referenced this pull request Sep 11, 2023
Summary:
TypeScript built-in type primitives: `boolean`, `string`, `number`, `undefined`, `any`, `unknown`, `never`, `void`, `bigint`, `symbol`.

TypeScript literal types: `null`, `boolean`, `string`, `number`, `bigint` literals.

Pull Request resolved: #1115

Test Plan: Added regression tests.

Reviewed By: tmikov

Differential Revision: D49053990

Pulled By: avp

fbshipit-source-id: e1276f27094bc09e681537c78675dc1c565aa386
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 28a6a70.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants