|
|
|
|
|
by orf
3739 days ago
|
|
This is awesome! One comment, it might be a good idea to make the docstrings in JS appear above the functions rather than inside them? Chrome refuses to optimize functions if they are above a certain size in bytes, which includes comments, so it seems most 'docstrings' are placed above the definition rather than inside. Also does str(x) convert to x.toString(x)? I'm going to use this in a project I have in mind :) |
|
Do you have any link for this chrome detail about optimization?
str(x) conversion is missing... i'll will implement it asap