[
https://issues.apache.org/jira/browse/TAP5-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17950069#comment-17950069
]
Hudson commented on TAP5-2803:
------------------------------
SUCCESS: Integrated in Jenkins build Tapestry » tapestry-java-17-freestyle #156
(See
[https://ci-builds.apache.org/job/Tapestry/job/tapestry-java-17-freestyle/156/])
TAP5-2803: trying to figure out the suffix.mjs test failure (thiago: rev
5db995d901da6c39c9fb2c9e85cc4221133f1b7b)
* (edit)
tapestry-core/src/main/java/org/apache/tapestry5/internal/services/javascript/EsModuleManagerImpl.java
* (edit)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/EsModuleTests.java
> Add support for JavaScript/ECMAScript 6 modules
> -----------------------------------------------
>
> Key: TAP5-2803
> URL: https://issues.apache.org/jira/browse/TAP5-2803
> Project: Tapestry 5
> Issue Type: New Feature
> Components: tapestry-core
> Reporter: Thiago Henrique De Paula Figueiredo
> Assignee: Thiago Henrique De Paula Figueiredo
> Priority: Major
> Fix For: 5.10.0
>
>
> Right now, while Tapestry has built-in support for including JavaScript files
> and Require.js modules in components, pages and mixins, it has none for
> JavaScript/ECMAScript 6
> [modules|[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules].]
> This makes using them in Tapestry webapps hard to do.
> To avoid confusion with Require.js modules, which are referred as "modules"
> in the Tapestry support for them (@Import's module attribute,
> JavaScriptSupport require() methods), JavaScript modules will be referred in
> the new code as "esModule" (as in ECMAScript module, ECMAScript 6 being the
> JavaScript standard which defines how modules work).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)