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

feat(twoslash-vue): support cut-before #41

Merged
merged 3 commits into from
Jun 11, 2024
Merged

Conversation

zhiyuanzmj
Copy link
Contributor

@zhiyuanzmj zhiyuanzmj commented Jun 1, 2024

<script setup lang="ts">
import { ref } from "vue"
// ---cut---
const foo = ref('')
// ---cut-before---
const bar = ref('')
</script>

Copy link

netlify bot commented Jun 1, 2024

Deploy Preview for twoslash ready!

Name Link
🔨 Latest commit 75e5199
🔍 Latest deploy log https://app.netlify.com/sites/twoslash/deploys/66657a687be51c0008b262a8
😎 Deploy Preview https://deploy-preview-41--twoslash.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 configuration.

@zhiyuanzmj zhiyuanzmj changed the title fix(twoslash-vue): support cut-before feat(twoslash-vue): support cut-before Jun 1, 2024
@zhiyuanzmj zhiyuanzmj requested a review from antfu June 3, 2024 07:28
@antfu antfu merged commit 7a2b1ac into twoslashes:main Jun 11, 2024
9 checks passed
@mattpocock
Copy link
Contributor

Got a link to where this syntax is documented?

@zhiyuanzmj
Copy link
Contributor Author

Got a link to where this syntax is documented?有记录该语法的链接吗?关闭

https://twoslash.netlify.app/refs/notations#cut-before

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.

3 participants