Werner Punz created MYFACES-4749:
------------------------------------
Summary: Update the typescript compiler and build codebase to
Typescript 6.0
Key: MYFACES-4749
URL: https://issues.apache.org/jira/browse/MYFACES-4749
Project: MyFaces Core
Issue Type: Improvement
Affects Versions: 5.0.0, 4.1.3
Reporter: Werner Punz
Assignee: Werner Punz
While functionally nothing should change, typescript 6 is an important stepping
stone towards Typescript 7 which will be a Rust rewrite of the entire compiler
codebase. With it there will be some breaking changes regarding module support
which TS 6 already implements. The bundling now is offloaded into a separate
bundler via the bundler directive and webpack is our bundler and has been quite
a while. With the the node module support will get breaking changes in the
build process.
I have already prepared a new TS6 enabled version in my github project and this
needs to be upstreamed now into myfaces, however here also some changes need to
be performed on the setup for the build regarding the module resolution changes!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)