[ 
https://issues.apache.org/jira/browse/TAP5-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940182#comment-17940182
 ] 

Hudson commented on TAP5-2803:
------------------------------

FAILURE: Integrated in Jenkins build Tapestry » TAP5-2803 #3 (See 
[https://ci-builds.apache.org/job/Tapestry/job/TAP5-2803/3/])
TAP5-2803: adding @Import(esModule) (thiago: rev 
c2835733f42a0017f3e4c3f17770192340d0a745)
* (edit) 5_10_RELEASE_NOTES.md
* (edit) 
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/EsModuleTests.java
* (edit) 
tapestry-core/src/main/java/org/apache/tapestry5/annotations/Import.java
* (edit) 
tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/ImportWorker.java
* (edit) 
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/EsModuleDemo.java
TAP5-2803: fixing DocumentLinkerImplTest failures (thiago: rev 
50560e64214f212dbfaffee25344ef21d0c6bf77)
* (edit) 
tapestry-core/src/test/groovy/org/apache/tapestry5/internal/services/DocumentLinkerImplTest.groovy
TAP5-2803: fixing live reloading of files in /META-INF/es-assets (thiago: rev 
37dcd99502d11cc41189bc5ddd7caa6fc6ffc6e9)
* (edit) 
tapestry-core/src/main/java/org/apache/tapestry5/internal/services/assets/ResourceChangeTrackerImpl.java
* (edit) 
tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/URLChangeTracker.java
* (edit) 
tapestry-core/src/main/java/org/apache/tapestry5/internal/services/javascript/EsModuleManagerImpl.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
>
> 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)

Reply via email to