Alex Ewerlöf

Results 12 comments of Alex Ewerlöf

@nene thank you for Lebab. I hit this wall too soon. What if ``` // a.js exports.x = 'x'; exports.y = 'y'; ``` gets transferred to: ``` export var __lebabModuleExports...

@tmikaeld it was a while ago I worked on this branch. Don't have time to go through it and prepare it for release. You can fork it and use it...

To keep the lib small and focused, it's better to offload this to the user to do whatever they want. The users can easily achieve this using the `tokenize()` and...

I haven't seen something like that. This is how Mucromustache used to work before but it changed to improve performance. As a user, it's easy to add that behavior by...

This could be achieved by passing an identity function (`x => x`) to the `renderFnAsync()` but with the current setup the code wouldn't look super intuitive. It would be better...

We discussed this today and decided not to change the standard because: 1. It's too late. This small change has massive ramifications to implementation 2. "Total" seems to be the...

To reduce duplication of effort, and diverging from whatever convention and preference you may have in mind, I'd prefer if you guys add the basic tests and I'll add to...

@anoopknayak yeah I'm aware of that format. The general format for specifying repeating periods in ISO 8601 is: `R[n]/start/duration` where * The `R` character is for repetition (there's a `R[n]`...