Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(processors): civet#627

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
Shyam-Chen wants to merge2 commits intosveltejs:mainfromShyam-Chen:main
Closed

feat(processors): civet#627

Shyam-Chen wants to merge2 commits intosveltejs:mainfromShyam-Chen:main

Conversation

@Shyam-Chen
Copy link

@Shyam-ChenShyam-Chen commentedMar 6, 2024
edited
Loading

Add@danielx/civet.

Before submitting the PR, please make sure you do the following

  • It's really useful if your PR relates to an outstanding issue, so please reference it in your PR, or create an explanatory one for discussion. In many cases features are absent for a reason.
  • This message body should clearly illustrate what problems it solves. If there are related issues, remember to reference them.
  • Ideally, include a test that fails without this PR but passes with it. PRs will only be merged once they pass CI. (Remember to runpnpm lint!)

Tests

  • Run the tests withnpm test orpnpm test

image

image

<scriptlang="civet">  count .=$state0functionincrement:voidcount+=1</script><templatelang="pug">button.XButton(onclick!="{() => increment()}").clicks: {count}</template><stylelang="styl">  .XButton    color#f96743</style>
<script>let count=$state(0);functionincrement() {    count+=1;  }</script><button>  clicks: {count}</button><style>.XButton {color:#f96743;  }</style>

@Shyam-Chen
Copy link
Author

duplicate of#600

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@Shyam-Chen

[8]ページ先頭

©2009-2025 Movatter.jp