This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch feature/coffeescript-to-typescript in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 47699c617172d7406141e763dab1de3096005af6 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Fri Apr 4 14:54:13 2025 -0300 TAP5-2804: changing file extensions from .js to .ts --- tapestry-core/src/main/typescript/src/{ajax.js => ajax.ts} | 0 .../src/main/typescript/src/{ajaxformloop.js => ajaxformloop.ts} | 0 tapestry-core/src/main/typescript/src/{alert.js => alert.ts} | 0 .../src/main/typescript/src/{autocomplete.js => autocomplete.ts} | 0 tapestry-core/src/main/typescript/src/{bootstrap.js => bootstrap.ts} | 0 .../src/main/typescript/src/{confirm-click.js => confirm-click.ts} | 0 tapestry-core/src/main/typescript/src/{console.js => console.ts} | 0 tapestry-core/src/main/typescript/src/{datefield.js => datefield.ts} | 0 tapestry-core/src/main/typescript/src/{events.js => events.ts} | 0 .../main/typescript/src/{exception-display.js => exception-display.ts} | 0 .../src/main/typescript/src/{exception-frame.js => exception-frame.ts} | 0 tapestry-core/src/main/typescript/src/{fields.js => fields.ts} | 0 .../src/main/typescript/src/{form-fragment.js => form-fragment.ts} | 0 tapestry-core/src/main/typescript/src/{forms.js => forms.ts} | 0 tapestry-core/src/main/typescript/src/{graphviz.js => graphviz.ts} | 0 tapestry-core/src/main/typescript/src/{init.js => init.ts} | 0 tapestry-core/src/main/typescript/src/{localdate.js => localdate.ts} | 0 tapestry-core/src/main/typescript/src/{messages.js => messages.ts} | 0 tapestry-core/src/main/typescript/src/{moment.js => moment.ts} | 0 tapestry-core/src/main/typescript/src/{pageinit.js => pageinit.ts} | 0 tapestry-core/src/main/typescript/src/{palette.js => palette.ts} | 0 tapestry-core/src/main/typescript/src/{select.js => select.ts} | 0 .../src/main/typescript/src/{time-interval.js => time-interval.ts} | 0 tapestry-core/src/main/typescript/src/{tree.js => tree.ts} | 0 tapestry-core/src/main/typescript/src/{utils.js => utils.ts} | 0 tapestry-core/src/main/typescript/src/{validation.js => validation.ts} | 0 .../src/main/typescript/src/{zone-refresh.js => zone-refresh.ts} | 0 tapestry-core/src/main/typescript/src/{zone.js => zone.ts} | 0 28 files changed, 0 insertions(+), 0 deletions(-) diff --git a/tapestry-core/src/main/typescript/src/ajax.js b/tapestry-core/src/main/typescript/src/ajax.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/ajax.js rename to tapestry-core/src/main/typescript/src/ajax.ts diff --git a/tapestry-core/src/main/typescript/src/ajaxformloop.js b/tapestry-core/src/main/typescript/src/ajaxformloop.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/ajaxformloop.js rename to tapestry-core/src/main/typescript/src/ajaxformloop.ts diff --git a/tapestry-core/src/main/typescript/src/alert.js b/tapestry-core/src/main/typescript/src/alert.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/alert.js rename to tapestry-core/src/main/typescript/src/alert.ts diff --git a/tapestry-core/src/main/typescript/src/autocomplete.js b/tapestry-core/src/main/typescript/src/autocomplete.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/autocomplete.js rename to tapestry-core/src/main/typescript/src/autocomplete.ts diff --git a/tapestry-core/src/main/typescript/src/bootstrap.js b/tapestry-core/src/main/typescript/src/bootstrap.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/bootstrap.js rename to tapestry-core/src/main/typescript/src/bootstrap.ts diff --git a/tapestry-core/src/main/typescript/src/confirm-click.js b/tapestry-core/src/main/typescript/src/confirm-click.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/confirm-click.js rename to tapestry-core/src/main/typescript/src/confirm-click.ts diff --git a/tapestry-core/src/main/typescript/src/console.js b/tapestry-core/src/main/typescript/src/console.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/console.js rename to tapestry-core/src/main/typescript/src/console.ts diff --git a/tapestry-core/src/main/typescript/src/datefield.js b/tapestry-core/src/main/typescript/src/datefield.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/datefield.js rename to tapestry-core/src/main/typescript/src/datefield.ts diff --git a/tapestry-core/src/main/typescript/src/events.js b/tapestry-core/src/main/typescript/src/events.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/events.js rename to tapestry-core/src/main/typescript/src/events.ts diff --git a/tapestry-core/src/main/typescript/src/exception-display.js b/tapestry-core/src/main/typescript/src/exception-display.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/exception-display.js rename to tapestry-core/src/main/typescript/src/exception-display.ts diff --git a/tapestry-core/src/main/typescript/src/exception-frame.js b/tapestry-core/src/main/typescript/src/exception-frame.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/exception-frame.js rename to tapestry-core/src/main/typescript/src/exception-frame.ts diff --git a/tapestry-core/src/main/typescript/src/fields.js b/tapestry-core/src/main/typescript/src/fields.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/fields.js rename to tapestry-core/src/main/typescript/src/fields.ts diff --git a/tapestry-core/src/main/typescript/src/form-fragment.js b/tapestry-core/src/main/typescript/src/form-fragment.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/form-fragment.js rename to tapestry-core/src/main/typescript/src/form-fragment.ts diff --git a/tapestry-core/src/main/typescript/src/forms.js b/tapestry-core/src/main/typescript/src/forms.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/forms.js rename to tapestry-core/src/main/typescript/src/forms.ts diff --git a/tapestry-core/src/main/typescript/src/graphviz.js b/tapestry-core/src/main/typescript/src/graphviz.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/graphviz.js rename to tapestry-core/src/main/typescript/src/graphviz.ts diff --git a/tapestry-core/src/main/typescript/src/init.js b/tapestry-core/src/main/typescript/src/init.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/init.js rename to tapestry-core/src/main/typescript/src/init.ts diff --git a/tapestry-core/src/main/typescript/src/localdate.js b/tapestry-core/src/main/typescript/src/localdate.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/localdate.js rename to tapestry-core/src/main/typescript/src/localdate.ts diff --git a/tapestry-core/src/main/typescript/src/messages.js b/tapestry-core/src/main/typescript/src/messages.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/messages.js rename to tapestry-core/src/main/typescript/src/messages.ts diff --git a/tapestry-core/src/main/typescript/src/moment.js b/tapestry-core/src/main/typescript/src/moment.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/moment.js rename to tapestry-core/src/main/typescript/src/moment.ts diff --git a/tapestry-core/src/main/typescript/src/pageinit.js b/tapestry-core/src/main/typescript/src/pageinit.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/pageinit.js rename to tapestry-core/src/main/typescript/src/pageinit.ts diff --git a/tapestry-core/src/main/typescript/src/palette.js b/tapestry-core/src/main/typescript/src/palette.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/palette.js rename to tapestry-core/src/main/typescript/src/palette.ts diff --git a/tapestry-core/src/main/typescript/src/select.js b/tapestry-core/src/main/typescript/src/select.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/select.js rename to tapestry-core/src/main/typescript/src/select.ts diff --git a/tapestry-core/src/main/typescript/src/time-interval.js b/tapestry-core/src/main/typescript/src/time-interval.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/time-interval.js rename to tapestry-core/src/main/typescript/src/time-interval.ts diff --git a/tapestry-core/src/main/typescript/src/tree.js b/tapestry-core/src/main/typescript/src/tree.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/tree.js rename to tapestry-core/src/main/typescript/src/tree.ts diff --git a/tapestry-core/src/main/typescript/src/utils.js b/tapestry-core/src/main/typescript/src/utils.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/utils.js rename to tapestry-core/src/main/typescript/src/utils.ts diff --git a/tapestry-core/src/main/typescript/src/validation.js b/tapestry-core/src/main/typescript/src/validation.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/validation.js rename to tapestry-core/src/main/typescript/src/validation.ts diff --git a/tapestry-core/src/main/typescript/src/zone-refresh.js b/tapestry-core/src/main/typescript/src/zone-refresh.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/zone-refresh.js rename to tapestry-core/src/main/typescript/src/zone-refresh.ts diff --git a/tapestry-core/src/main/typescript/src/zone.js b/tapestry-core/src/main/typescript/src/zone.ts similarity index 100% rename from tapestry-core/src/main/typescript/src/zone.js rename to tapestry-core/src/main/typescript/src/zone.ts