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

WIP: feat: babel支持ts4.5 import type语法 #285

Merged
merged 1 commit into from
May 6, 2022

Conversation

typistZxd
Copy link
Contributor

@typistZxd typistZxd commented May 5, 2022

Support type-only import/export specifiers will be landed in TS 4.5.

import { type Foo } from "foo";
export { type Foo } from "foo";

相关:babel/babel#13802

close #284

@netlify
Copy link

netlify bot commented May 5, 2022

Deploy Preview for emp2 ready!

Name Link
🔨 Latest commit 9663108
🔍 Latest deploy log https://app.netlify.com/sites/emp2/deploys/6273f8229ceb92000b461c53
😎 Deploy Preview https://deploy-preview-285--emp2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@ckken ckken merged commit 7e0760a into empjs:next May 6, 2022
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.

support type-only import/export specifiers
2 participants