This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git


The following commit(s) were added to refs/heads/main by this push:
     new 5fd0dbb  Generate source maps
5fd0dbb is described below

commit 5fd0dbbdbb337215b50fa79be17b70c7de050fbd
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu May 22 14:04:07 2025 +0100

    Generate source maps
---
 atr/static/js/finish-selected-move.js     | 1 +
 atr/static/js/finish-selected-move.js.map | 1 +
 tsconfig.json                             | 3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/atr/static/js/finish-selected-move.js 
b/atr/static/js/finish-selected-move.js
index 5351cf5..bcd1a58 100644
--- a/atr/static/js/finish-selected-move.js
+++ b/atr/static/js/finish-selected-move.js
@@ -327,3 +327,4 @@ document.addEventListener("DOMContentLoaded", function () {
     confirmMoveButton.addEventListener("click", onConfirmMoveClick);
     renderAllLists();
 });
+//# sourceMappingURL=finish-selected-move.js.map
diff --git a/atr/static/js/finish-selected-move.js.map 
b/atr/static/js/finish-selected-move.js.map
new file mode 100644
index 0000000..6016ed5
--- /dev/null
+++ b/atr/static/js/finish-selected-move.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"finish-selected-move.js","sourceRoot":"","sources":["../ts/finish-selected-move.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;;;;;;;;AAEb,IAAK,QAGJ;AAHD,WAAK,QAAQ;IACT,yBAAa,CAAA;IACb,uBAAW,CAAA;AACf,CAAC,EAHI,QAAQ,KAAR,QAAQ,QAGZ;AAED,MAAM,sBAAsB,GAAG,qBAAqB,CAAC;AACrD,MAAM,8BAA8B,GAAG,6BAA6B,CAAC;AACrE,MAAM,WAAW,GAAG,UAAU,CAAC;AAC/B,MAAM,mBAAmB,GAAG,kBAAkB,CAAC;AAC/C,MAAM,qBAAqB,GAAG,oBAAoB,CAAC;AACnD,MAAM,sBAAsB,GAAG,qBAAqB,CAAC;AACrD,MAAM,cAAc,GAAG,kBAAkB,CAAC;AAC1
 [...]
diff --git a/tsconfig.json b/tsconfig.json
index db5822f..29c000c 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -8,7 +8,8 @@
     "esModuleInterop": true,
     "skipLibCheck": true,
     "forceConsistentCasingInFileNames": true,
-    "resolveJsonModule": true
+    "resolveJsonModule": true,
+    "sourceMap": true
   },
   "include": [
     "./atr/static/ts/**/*.ts"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to