Piotrek Majewski
Piotrek Majewski
Export variables should export custom variables (not default)
This bug caused other plugins not to work correctly. The initial predicate wasn't parsed the same way it was parsed after click - which resulted in the arrows not pointing...
currently when `cg-busy` is applied on `tbody` or `tr` entire table will be marked as "loading" by inserting not valid html into `table` element. this PR enables a single `tr`...
# Intents - Dirty Checking Optimization This solution should allow to optimize (or even skip) dirty checking by analyzing effects in the **GlobalState** of the **IntentExecution** . In other words...
``` javascript class Database{ } class MySql extends Database {} class PostgreSql extends Database {} @Inject(Database,Database) class DatabaseSyncService { constructor(sourceDatabase: Database, destinationDatabase: Database){} } function main(){ var injector = new...