imba
imba copied to clipboard
🐤 The friendly full-stack language
### Description `import {a,} from './a' ` doesn't work ^^' ### Reproduction https://scrimba.com/scrim/cQ6J2EhD ### System Environment ```text * ```
### Description Setting className on self is omitted when self has inline styles ### Reproduction https://scrimba.com/scrim/c8w63KHE ### System Environment ```text all ```
### Description according to https://github.com/krausest/js-framework-benchmark which have imba version 1.5 implementation at https://github.com/krausest/js-framework-benchmark/blob/master/frameworks/keyed/imba/src/main.imba I want to update it's benchmark to imba version 2 to submit the updated version what i...
When building a full stack app for deployment on a shared hosting server, imba build will generate references to my local filesystem that won't be valid on the hosting platform....
Shorten each badge to 1 line in order to remove awkward hypertext from the spaces between the badges.
### Description Hey team, an imba user reported an error in my project, and I ran across a peculiar situation. In plain vite, If import [object-hash](https://github.com/puleos/object-hash), I see no warnings....
There is a section of [imba-ui components](https://github.com/imba/imba/tree/master/packages/imba-ui/components), where we have custom imba components. I would like to work on documenting these UI components. This would give users a understanding of...
Removed the empty hypertext between them.
### Description Since updating from alpha 234 to 237, I am getting this @font-face issue and unhelpful code line references int he console.  ![CleanShot...
Since Imba doesn't currently have a Macro System, I've been experimenting with the GNU M4 macro processor as well as some custom pre-processor code. ### The Problem However, the Imba...