eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
165 stars 112 forks source link

Faces 5.0: we need to split faces-uncompressed.js in interface and implementation #5506

Open BalusC opened 2 months ago

BalusC commented 2 months ago

That can only be done if we migrate to TypeScript. Then we can put interface ts in Faces project and keep implementation ts here in Mojarra project. Then we can finally run jsdoc from Faces project.

Related: