-
Updated
Mar 1, 2018 - JavaScript
codegeneration
Here are 74 public repositories matching this topic...
Parent issue: #335
Every plugin must be able to use all properties to construct the exact PSI element being fed in to achieve isomorphism between Quote and Scope. To ensure that AST parsing and our quote-and-template system is robust, more testing is needed to increase stability and reliability.
Checklist for WhenExpression
- Destructure and make available all methods related to re
-
Updated
Sep 22, 2020 - Java
-
Updated
Jan 26, 2020 - Kotlin
-
Updated
Aug 14, 2020 - Go
-
Updated
Sep 24, 2020 - Go
-
Updated
Oct 8, 2020 - Kotlin
-
Updated
May 20, 2017 - Ruby
-
Updated
May 23, 2019 - Rust
-
Updated
Aug 9, 2020 - C#
-
Updated
Sep 13, 2019 - C#
-
Updated
Aug 4, 2020 - C#
-
Updated
Jul 27, 2020 - C#
-
Updated
Mar 2, 2019 - Kotlin
-
Updated
Jan 16, 2019 - Java
-
Updated
May 24, 2018 - Ruby
-
Updated
Apr 26, 2017 - C
-
Updated
Nov 23, 2019 - TypeScript
-
Updated
Mar 14, 2020 - Kotlin
-
Updated
Jul 11, 2017 - Lua
-
Updated
Jul 3, 2017 - Go
-
Updated
Mar 13, 2019 - Go
- introduce two buttons for issue #23
- start animation with
PLAYbutton - pause animation with
PAUSEbutton - reset animation with
STOPbutton PLAYandPAUSEcould be implemented in one button (like VLC or similar tools)
-
Updated
Nov 8, 2018 - JavaScript
-
Updated
Sep 24, 2018 - C#
-
Updated
Jul 23, 2019 - C#
-
Updated
Sep 10, 2020 - Kotlin
Improve this page
Add a description, image, and links to the codegeneration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codegeneration topic, visit your repo's landing page and select "manage topics."
While generating project, we first pass it through validators to check for any errors in the uidl that is shared. But in the current check, we need a mandatory
componentsfiled.Like a field
components: {}is mandatory or checks fail, even when we are not using any components. Refactor to fix the validator to ignore if no components are used and specified in the UIDL