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

Add Svelte to Examples #2194

Merged
merged 25 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ jobs:
env:
- CYPRESS_framework=scalajs-react
<<: *defaults
- stage: test
env:
- CYPRESS_framework=svelte
<<: *defaults
- stage: test
env:
- CYPRESS_framework=typescript-angular
Expand Down
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
lit:
<<: *defaults
# compiled-to-js frameworks
svelte:
<<: *defaults
kotlin-react:
<<: *defaults
typescript-react:
Expand Down Expand Up @@ -172,6 +174,7 @@ workflows:
compiled-to-js:
jobs:
# elm is not working very well
- svelte
- typescript-react
- binding-scala
- angular-dart
Expand Down
7 changes: 7 additions & 0 deletions examples/svelte/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# misc
.DS_Store
1 change: 1 addition & 0 deletions examples/svelte/dist/assets/index-a145fce1.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading