Skip to content

Commit

Permalink
Add ceasefire badge to support Gaza
Browse files Browse the repository at this point in the history
  • Loading branch information
haikyuu committed Jan 11, 2024
1 parent 9fe9320 commit 3be6c62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Ceasefire Now](https://badge.techforpalestine.org/default)](https://techforpalestine.org/learn-more)
## TS 2 Imba
alpha software that works well enough

Expand All @@ -16,4 +17,4 @@ Contributions are very welcome, the easiest way to contribute is to
2. If you face `"ASTType" is not supported`, create a `def ASTType(node, ctx) do debugger` in `builder.imba` and see if you can make it work. Start with returning an array with a random string, then create a failing test case, focus on it with `test.only` and run vitest on the file `npx vitest my_file.test.imba`. You can find a simple test [here](https://github.com/haikyuu/ts2imba/blob/main/src/tests/advanced/exportNamed.test.imba)
# Credits
- This wouldn't have been possible without the amazing work of https://github.com/rstacruz on https://github.com/js2coffee/js2coffee
- Thanks to @roman01la for https://github.com/roman01la/html-to-react-components
- Thanks to @roman01la for https://github.com/roman01la/html-to-react-components

0 comments on commit 3be6c62

Please sign in to comment.