-
Doesn't work for EM6 syntax
-
TypeError: Class constructor Plugin cannot be invoked without 'new' means the plugin class has been transpiled and
that won't work, it has to be a native ES6 class. please add support
-
We should be using [es6 features](http://jamesknelson.com/es6-the-bits-youll-actually-use/) and use a Gulp [transpiler](https://www.npmjs.com/package/gulp-es6-transpiler).
-
``` js
Template.viewer.helpers({
issue: function () {
let currentIssue = Gitssues.settings.currentIssue.get();
if (!currentIssue) {
return null;
}
retur…
-
-
SWeet arrow functions,
-
https://www.inflearn.com/course/es6-%EA%B0%95%EC%A2%8C-%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8#
-
-
I'm trying to create an es6 module with relatively minimal capabilities beyond using tex2svg. I tried creating a bundle from this file:
```typescript
import { mathjax } from "mathjax-full/js/mathjax…
-
https://github.com/viktorevstigneev/Expense_Tracker/blob/630da9c0d6764cf367c2de2bca8136302052bd64/js/main.js#L18
Используй все возможности ES6. Шаблонные строки - одна из них.
Данный фрагмент кода г…