-
It is very useful for basic type checking, and IMO is a bit less hackish (and easier) than `typeof node.value`. Here's my idea:
``` js
interface Literal
-
After the last update my app stop running:
![image](https://cloud.githubusercontent.com/assets/1017515/5781595/3e190d40-9d9b-11e4-8043-8cbf06ba249c.png)
When I downgrade to version 0.11.1 all back t…
-
After many requests and some soul-searching, I've come around to believing that ESLint should optionally support JSX. My rationale is based on:
1. The growing popularity of React/JSX
2. The existence …
-
Moving the discussion from https://code.google.com/p/esprima/issues/detail?id=607
To summarize, even if the comment attachment algorithm is less ambiguous in 2.0, it was more useful in 1.2 to the lib…
-
It could be possible to insert vertex and fragment shader code inline using this trick:
https://github.com/sindresorhus/multiline
I think we could even extract it at transform time and generate prop…
-
Using thes deps:
```
"jsx": "github:floatdrop/plugin-jsx@beta",
"react": "npm:react@0.13.0-beta.1",
```
---
In _index.html_: `System.import('app.jsx!');`
In _app.jsx_: `import React from 'react';` …
-
Node's CommonJS implementation is awesome.
But, one of Harmonic goals is push ES6 forward, using its new features when possible, testing, etc.
We can try to use ES6 modules on Harmonic with:
https://g…
-
See discussion on #16
```
$ npm run tsdef
> catberry-ts@0.0.0 tsdef /home/rexim/Programming/mine/catberry-ts
> gulp tsdef
[00:42:10] Failed to load external module typescript-register
[00:42:10] F…
rexim updated
9 years ago
-
I may be missing something but I cannot get default exports to work with the current or previous few versions of es6-module-transpiler.
Error:
```
...\node_modules\es6-module-transpiler\lib\exports.…
-
Trying to load file containing the following code will fail:
``` javascript
// bug.js
"format cjs";
var x = " require('fail')";
// Note that the following is OK:
// var y = "require('fail')";
```
…