-
vim-javascript has Flow support, but is missing many other ES2016+ features like decorators.
https://github.com/pangloss/vim-javascript/blob/master/extras/flow.vim
My vim syntax skills aren't good e…
-
I'm using this following plugins:
```
Plugin 'othree/yajs.vim'
Plugin 'othree/es.next.syntax.vim'
Plugin 'mxw/vim-jsx'
```
![syntax-highlight](https://cloud.githubusercontent.com/assets/416585/18424…
-
When Running the command ```npm run build``` Failed to lex partial as JSON to update the version. Skipping version rev... is shown.
Here's the package JSON:
```javascript
{
"name": "helloworld…
-
{
"compilerOptions": {
"outDir": "build/dist",
"module": "esnext",
"target": "es2016",
"lib": ["es6", "dom"],
"sourceMap": true,
"baseUrl": ".",
"jsx": "react",
…
-
When creating an example for a code block, the `@` character should not be parsed within the example code block. It should only be parsed when outside a code block.
This actually stops YUIDoc from be…
-
When working with async functions (through Babel), I sometimes face use cases where it would be desirable to get a reference to the currently running async function's promise (e.g. to store the refere…
-
Just getting started with bit and was trying to setup angular env, every time I try to install I end with version 0.1.9 which is not working for me.
```
bit import bit.envs/angular --compiler
…
-
I'd like for electron-compile to support CJSX. I rebased https://github.com/electron/electron-compile/pull/57 on top of `master` but found that it still didn't work. The problem is that the `require-h…
-
ES2016 added the exponentiation operator, which is a drop-in replacement of `Math.pow`.
```ts
Math.pow(2, 2);
// fixed to
2 ** 2
```
The fixer needs to add parens if necessary:
```ts
Mat…
-
minor change to tutorial on converting skeleton app
Change skeleton-es2016 to skeleton-esnext