-
## The devDependency [jshint](https://github.com/jshint/jshint) was updated from `2.9.7` to `2.10.0`.
🚨 [View failing branch](https://github.com/richardschneider/money-works/compare/master...richard…
-
### 物件導向的基礎
(這是一個箱子裡,有多個你已定義好的功能(你想要的功能),有需要你可以一直複製相同箱子的故事)
(在物件導向的世界裡,不太會有直接去 call 一個 function 的情形,例如 add(),通常會是對一個物件做操作,例如:obj.add())
#### ECMAScript 6 中引入了類別 (class) 作為 JavaScript 現有原型程式(proto…
-
We need to put somewhere in this spec that base values provide defaults if not specified.
For example, the following code:
``` javascript
function doSomething(s string, n number, b boolean) {
}
var …
-
after `curl http://localhost:3000/\?_escaped_fragment_\=`
get lots of `select: Invalid argument`, and can't stop
I do these steps:
1. `meteor add jazeee:spiderable-longer-timeout`
2. add `Meteo…
-
## 前言
ES2015+ 有各种新特性(语法糖),尽管有很多特性尚未纳入标准或浏览器还没有原生支持,但是 Babel 的出现让前端可以不用担心兼容性问题而使用处于各种 stage 的 ES2015+ 语法。其实 class 关键字目前只是实现类的语法糖,但是可以帮助我们屏蔽掉每次实现类时的样本代码,逻辑更加清晰,并且阻止我们踩可能存在的坑,本篇文章从 ES5 的类实现到 ES6 中clas…
-
## Search Terms
class static side syntax interface type expression
## Suggestion
Currently, you can only specify the static side interface of a class with a declaration. From [the handbook](h…
-
TypeScript (and CoffeeScript for that matter) has to generate some helper functions when compiling into ES5 (classes, decorators, iterators, async stuff). Currently those helpers are generated per fil…
-
I have maintained ng-annotate for almost three years now and I think it's now time for me to either pass the maintainer bit forward or to declare ng-annotate feature complete, disabling implicit match…
-
It would be super cool if someone wrote a slim library for writing web components and custom elements in rust!
I'm imagining the library would have a trait, and if I (the library user) implement th…
-
To be backwards compatible the TKO library needs to be polyfilled. Examples of ES6 features that need polyfill:
- Generators
- Object.entries/Object.assign
- Backticks
- `=>` functions
- Sprea…