Gábor Antal

Results 6 issues of Gábor Antal

This patch allows to automatically format source files (declared in the 'extensions' config option, where one can set a source file extension and a syntax highlighter synonym for that extension)....

In ES2020, support of named export has been added [1]. Traversing an ExportAllDeclaration previously missed its 'exported' key which is an identifier. In this patchset, the traverse of the 'exported'...

Trying to use the tool in a standard Node.js environment. It is a common thing that files start with a shebang (#!/usr/bin/env node). This cause parse error when the code...

I'm using webpack plugin to bundle my application into one single js file. I'm using the library version of eslint which depends on esquery. After a successful build, running the...

**Is your feature request related to a problem? Please describe.** Currently, only fixed number of iteration can be set to the optimizer. However, a convergence criteria would be useful. **Describe...

enhancement

Bootstrap3 is missing from requirements.txt. Python 3.8.1 is used, with virtualenv. After installing requirements, bootstrap is missing when trying to run any command. Solution is easy, simply run the command...