eclipsesource / eclipsesource/generator-tabris-js

JSX template never load.

Open
#43 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4
Forks
3
PR merge metrics
No merged PRs in 30d

Description

There seems to be a problem with generetor in version 3.5.0 and in version 3.4.0
The javascript and jsx / javascript templates are essentially identical.
Practically the javascript / jsx template does not install any transpiler.
Practically the jsx template is never done installed.
I think the problem was here: yeoman generatos
https://github.com/eclipsesource/generator-tabris-js
generator.js:35: (!template || template.startsWith('js')) ? 'Disabled: TypeScript only' : false
generator.js:67: const tsc = !answers.template.startsWith('js');
Because JSX startsWith('js') too.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.