reverofevil

Results 24 issues of reverofevil

Could you add a direct convertion routine from base N to base M, where N and M are represented as arrays?

Source maps generated by browserify with `jsx-transform` are wrong. There is no JSX displayed in devtools.

[`ForOfStatement`](https://github.com/estree/estree/blob/master/es2015.md#forofstatement) should not inherit from `ForInStatement` due to incompatible `type`s. It was at some point of time fixed for `NewExpression` which inherited from `CallExpression` and had incompatible `type`'s type. Same...

get rewritten into ``` javascript [ 1, 2 ] ``` which is not what one would expect rewriting the code. That's a small, innocent literal array. And yet I see...

enhancement
easy

### Issue type * [x] Feature Request ### Prerequisites * [x] Did you search the repository issues? * [x] Did you perform a web search (google, yahoo, etc)? ### Description...

Compare ```ts readFile(id: TFileHandle, options?: IReadFileOptions | string): Promise; ``` to Node's ```ts function readFile(path: PathLike | FileHandle, options?: { encoding?: null, flag?: OpenMode } & Abortable | null): Promise;...

Please, use `path.join`.

enhancement

When there is a `case class` with `BeanProperty`-annotated field, the following code sometimes generates JSON with duplicate fields. For example, `pId` field gets serialized twice, as `pId` and `pid`. ```...

http://lakhin.com/projects/papa-carlo/demo/ Any "" is a syntax error.