ENGINE: Fixed Missing web-interface folder

This commit is contained in:
2025-11-01 04:03:42 -06:00
parent da37098d91
commit 0e13358c7e
55705 changed files with 936334 additions and 0 deletions

View File

@@ -0,0 +1 @@
function o(n){return!n||typeof n!="object"?"":"position"in n||"type"in n?t(n.position):"start"in n||"end"in n?t(n):"line"in n||"column"in n?i(n):""}function i(n){return r(n&&n.line)+":"+r(n&&n.column)}function t(n){return i(n&&n.start)+"-"+i(n&&n.end)}function r(n){return n&&typeof n=="number"?n:1}export{o as s};