-
minor change to tutorial on converting skeleton app
Change skeleton-es2016 to skeleton-esnext
-
https://github.com/ArtemGovorov/wallaby-browserify-typescript/blob/2b8e2016b2cc66a23d4526921611e0c54b37e22f/wallaby.js#L17
If you configure with "es2015" then:
ReferenceError: Can't find variabl…
-
I am getting this error when merging typescript files using the Webpack BundleDeclarationsWebpackPlugin.
```
TypeError: BundleDeclarationsWebpackPlugin is not a constructor
```
What's wrong with…
-
I'm looking for project to try upgrading old code to new JavaScript standards.
So if you're planning to switch to es2015+, I can take a shot at this..
And if so, some questions..
- What minimum node…
-
From the docs, it looks like the project installs in the browser's global namespace.
Are there any plans to distribute an ES module directly to browsers (without Node.js) that can be imported with …
-
Perhaps it would be advisable to set defaualt presets as `latest,stage-0,react` (or `latest,stage-1,react`). We have `es2015,react` default presets, but why? Why not `es2015,es2016` (current year) or …
-
Acorn targets es2016 by default, not es2017 or later. You have to specify the version.
https://github.com/acornjs/acorn#main-parser
-
_.each(array, iteratee) ES5.1 array.forEach(iteratee)
_.map(array, iteratee) ES5.1 array.map(iteratee)
_.reduce(array, iteratee, memo) array.reduce(iteratee, memo)
_.reduceRight(arra…
qw789 updated
5 years ago
-
"as of June 2015 the spec for ES6/ES2015 has been approved. Following the new annual release cycle, ES7/ES2016 has been adopted in June 2016. See the ECMAScript 2016 Language Specification at Ecma Int…
-
I'm using the barebones example code in the documentation for the 'greet' command. Does clime work with ts-node? Either it clime doesn' work with ts-node or I'm missing something super silly.
I h…