[
https://issues.apache.org/jira/browse/TAP5-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16266706#comment-16266706
]
Hudson commented on TAP5-2591:
------------------------------
FAILURE: Integrated in Jenkins build tapestry-trunk-freestyle #1684 (See
[https://builds.apache.org/job/tapestry-trunk-freestyle/1684/])
TAP5-2591: add support for TypeScript modules (jkemnade: rev
0f2c01c9a6747721ceaebba114a15bf48fb577e9)
* (add) tapestry-webresources/src/test/resources/t5/webresources/park-example.ts
* (edit)
tapestry-webresources/src/main/java/org/apache/tapestry5/webresources/modules/WebResourcesModule.java
* (add)
tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/TypeScriptCompiler.java
* (add)
tapestry-webresources/src/test/resources/t5/webresources/park-example-compiled.js
* (add)
tapestry-webresources/src/main/resources/org/apache/tapestry5/webresources/internal/typescript.js
* (add)
tapestry-webresources/src/test/groovy/t5/webresources/tests/TypeScriptCompilerSpec.groovy
* (add)
tapestry-webresources/src/main/resources/org/apache/tapestry5/webresources/internal/invoke-typescript.js
* (add)
tapestry-webresources/src/test/resources/t5/webresources/greeter-compiled.js
* (edit) tapestry-webresources/build.gradle
* (add) tapestry-webresources/src/test/resources/t5/webresources/greeter.ts
> TypeScript support
> ------------------
>
> Key: TAP5-2591
> URL: https://issues.apache.org/jira/browse/TAP5-2591
> Project: Tapestry 5
> Issue Type: Improvement
> Components: tapestry-webresources
> Reporter: Jochen Kemnade
> Assignee: Jochen Kemnade
> Labels: desired_for_5.5, help-wanted
> Fix For: 5.5.0
>
>
> We should support TypeScript modules.
> This should be pretty straight-forward, similar to what we do for
> CoffeeScript. We should only have to add the TypeScript compiler and compile
> the modules with the appropriate options
> (https://www.typescriptlang.org/docs/handbook/compiler-options.html).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)