Jake Verbaten

Results 287 comments of Jake Verbaten

This is not done yet, the `rows` field is still public instead of private which does not allow it to be swapped easily without a breaking change.

In that case add a "for informal ex platoon see wiki (link)" section to the readme :)

@JeffSpies Your usecase sounds very custom. I had a custom use case for `standard` + `typescript` + .js files with jsdoc comments. I ended up creating https://github.com/Raynos/tsdocstandard Creating a module...

@feross The main advantages of `standardx` are - Install one top level dependency. ( eslint requires many top level dependencies because of plugins and configs and so much bullshit )...

Consider the number you use for function parameters ( https://eslint.org/docs/rules/max-params ). ESLint says 4 function parameters in a method or function is too much. Making 4 statements too many seems...

In theory source maps are not needed with `sucrase` because the compiler preserves line numbers. You can just look at the JS it generates without the type annotations.

> Allow Sucrase to read a tsconfig.json for its config (including which directories to compile and which to exclude, etc). Implemented in https://github.com/alangpierce/sucrase/pull/509

@jisaacks I just tried your branch. I'm afraid it won't work cleanly with my default theme :( This might be an issue for https://github.com/EleazarCrusader/nexus-theme/issues/9

It might also be an issue with https://github.com/Benvie/JavaScriptNext.tmLanguage/blob/master/JavaScriptNext.tmTheme#L1493 not sure how to apply patches or where to apply them.