Sven Sauleau

Results 316 comments of Sven Sauleau

I think this make more sense with an eslint plugin which emits warning. This plugin should focus on optimizations and not best practice. If we focus on v8 performmance, what...

@Kovensky That's a good news. But there is always legacy stuff sitting around. Could this "optimization killers" also apply to other engines?

@bgirard Looks interesting, could you link your repo here? As a user I wouldn't like having a ton of warning just for the sake of optimization. This should be done...

Just an idea, but what about integrating stuff in https://github.com/facebook/mention-bot ? The "Programmatic API" seems great.

You need to fork this repo, push there and then open a pull request.

I would even prefer a direct link to the `.deb` (or equivalent for other distros), what do you think?

SVG should already have been optimized and we can enable Cloudflare's png/jpeg optimization on the fly, no need to do it here.

[Preview](https://deploy-preview-1933--babel.netlify.com/repl#?ast=true&babili=false&browsers=&build=&builtIns=false&spec=false&loose=false&code_lz=MYewdgzgLgBAhjAvDYAbOEIwIIwN4C-QA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=es2015%2Creact%2Cstage-2&prettier=false&targets=&version=6.26.0&envVersion=) That looks good. Would be cool to be able to click on the code and that it shows the location in the AST, as ASTExplorer. Also, do you have...