Alex

Results 6 comments of Alex

I think i found out now what was the problem. I also run the command "yarn start", when i started the debug mode in Visual Studio Code and so it...

Currently I haven't found a solution to debug the code without first transpiling it into plain JS. When you first transpile the code into plain JS, the VSCode debugger works...

I've solved it now with the following: ``` persons: (iteration) => { return morphism( { personsId: 'id', personsName: 'name' }, iteration.persons ); }, ``` Can you confirm that this is...

Hi @eisbehr- , thank´s for your answear. Yeah thats true, that you cannot export your library, when you have a client-side script. A solution would be to put your code...

Yeah but that solution wouldn't be nice. The jquery library will now be imported twice, when the developer is using the library in his project. Have a look at other...

Is there any progress on this ticket? More and more applications are using json columns in their databases and so it would be a great feature to support this, especially...