Skip to content

feat: support animation function in lang='ts'#106

Open
SGAMERyu wants to merge 2 commits intoTahul:mainfrom
SGAMERyu:feature/animation
Open

feat: support animation function in lang='ts'#106
SGAMERyu wants to merge 2 commits intoTahul:mainfrom
SGAMERyu:feature/animation

Conversation

@SGAMERyu
Copy link
Copy Markdown
Contributor

support feature #44

@netlify
Copy link
Copy Markdown

netlify Bot commented Sep 16, 2023

Deploy Preview for pinceau failed.

Name Link
🔨 Latest commit 5925718
🔍 Latest deploy log https://app.netlify.com/sites/pinceau/deploys/6505c33cb304770008c3f702

@SGAMERyu SGAMERyu changed the title Feature/animation feat: support animation function in lang='ts' Sep 16, 2023
Comment thread src/volar.ts
'\ntype OmittedKeysPinceau = \'onVnodeBeforeMount\' | \'onVnodeBeforeUnmount\' | \'onVnodeBeforeUpdate\' | \'onVnodeMounted\' | \'onVnodeUnmounted\' | \'onVnodeUpdated\' | \'key\' | \'ref\' | \'ref_for\' | \'ref_key\' | \'style\' | \'class\'\n',
`\ntype PinceauProps = Omit<InstanceType<typeof import('${fileName}').default>['$props'], OmittedKeysPinceau>\n`,
'\nfunction css (declaration: CSSFunctionType<PinceauProps>) { return { declaration } }\n',
'\nfunction keyframes(declartion: Record<string, any>) { return declaration }',
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

declartion -> declaration maybe?

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.

2 participants