Luke Page

Results 171 comments of Luke Page

I agree that it most makes sense as an extension of the existing eslint rule - prefer destructuring. Otherwise it would be re-implementing alot of the same logic I expect....

Am I the only one in favor on commas? I would think of the syntax as sugar for arrays and the only thing missing is the ‘[‘ and ‘]’ where...

Finom gave me rights a few years ago but I am in the same situation- used this to switch to modules and I don’t want to maintain.

@scottrippey I would love it if the less AST supported visiting and did its eval and tocss operations through that.. then you could make a visitor that output less and...

@gustavohenke I came across this too https://github.com/sellside/dry

the url string could get pretty big.. and isn't there a 2048 limit? in the same way as http://lea.verou.me/2011/12/introducing-dabblet-an-interactive-css-playground/ couldn't it save to github gists ? then it wouldn't need...

@scottrippey sorry I wasn't clear.. yes, gists can be created from an api on the client (e.g. in the browser). Dabblet does this. Here is what a quick search led...

@brian-frichette Thanks - any sharing will be good, mainly thought gists were a good idea to save you work/need for a serverside component.. Think your solution will be good.

I've forked and am re-writing. You can use this.. http://lesscss.org/less-preview/

I guess without changes to your code I could do ``` dict.dictionaryTable["newword"] = [[]]; ```