-
I noticed that you compiled your module by bablel like (tool from ES2016 to JS).
But for nodejs you need to export `module.exports = print` not `exports.default = print`
You can solve this by c…
-
I tried to run guide.js with a Vue.js + Webpack + Rails application but I failed to.
I somehow managed to modify `dist/guide.js` to be loaded within a Vue.js ES2016 component but tours never actual…
-
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…
-
I have a question. I couldn't understand what the name, `es7-reflect-metadata`, means.
Draft of ES7 (should be called as ES2016) has been snapshotted already. ReflectMetadata never be included by ES…
-
How can I add this support in Reactjs where ES2015 and ES2016 are used.
Where modules are not required but imported.
tried these but didn't work
```
import lunr from 'lunr';
require('../node…
-
When following the instructions for using axios here https://github.com/ferdikoomen/openapi-typescript-codegen/blob/HEAD/docs/axios-support.md
I get the following error when compiling. I'm not f…
-
> ✘ [ERROR] Transforming JavaScript decorators to the configured target environment ("es2016") is not supported yet
> node_modules/@mathigon/studio/frontend/course.ts:38:0:
> 38 │ @register('x-c…
-
Strong demand yesterday for:
1. Sliders for size and color of edges,nodes, typo.
1. Chi2 /Student (real name of sigma)/ narrow fischer stats packages.
2. timeline. (need to work on a player)
3. Geo.
…
-
Once I execute `npm link WIP_MODULE` babel can't load a plugin from my main package. If I unlink and `npm install` again all works.
Relevant portion of the `package.json`:
```javascript
"dev…
-
**ES2018** included breaking changes to some abstract operations, most notably #67 and #68.
There’s also #62, which itself is a …