Christian Vogel
Christian Vogel
This currently gives an error: ```pug mywidget array child1 child2 ``` Expected generated Dart code is: ```dart MyWidget( child: [ Child1(), Child2() ] ) ``` However the result is: ```dart...
I made sure I pulled the latest version... I get this error (default set to 150 in elizabeth config to test): ellie.js export --output DayOneExport --directory /Users/christianvogel/Dropbox\ (Personal)/Apps/Day\ One/Journal.dayone ##...
Can you add support for .vue files? I have not been able to find this combination (nativescript+vue+typescript+.vue files) anywhere..