[PR #182] [MERGED] Dev #124

Closed
opened 2026-01-15 11:42:33 +08:00 by yan · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kmvan/x-prober/pull/182
Author: @kmvan
Created: 6/19/2022
Status: Merged
Merged: 6/19/2022
Merged by: @kmvan

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

91 files changed (+20004 additions, -1684 deletions)

View changed files

📝 .eslintrc (+15 -1)
📝 .gitignore (+1 -2)
📝 .prettierrc (+1 -1)
📝 AppConfig.json (+1 -1)
📝 CHANGELOG.md (+6 -0)
build-lang.js (+0 -131)
📝 compiler/Compiler.php (+48 -43)
📝 compiler/ConfigGeneration.php (+11 -11)
📝 compiler/ScriptGeneration.php (+8 -8)
📝 composer.json (+1 -1)
📝 composer.lock (+273 -449)
📝 dist/prober.php (+4 -4)
jsconfig.json (+0 -8)
📝 locales/ja.po (+0 -0)
📝 locales/lang.pot (+3 -3)
📝 locales/zh.po (+0 -0)
📝 locales/zh_CN.po (+0 -0)
📝 locales/zh_HK.po (+0 -0)
📝 locales/zh_TW.po (+0 -0)
package-lock.json (+18653 -0)

...and 71 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kmvan/x-prober/pull/182 **Author:** [@kmvan](https://github.com/kmvan) **Created:** 6/19/2022 **Status:** ✅ Merged **Merged:** 6/19/2022 **Merged by:** [@kmvan](https://github.com/kmvan) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`616cf5b`](https://github.com/kmvan/x-prober/commit/616cf5b02648b9dfbe45a9047e1773917e6822a6) add `final` keyword - [`6ca9447`](https://github.com/kmvan/x-prober/commit/6ca944724ba716e480ff7121109c57a71bc46732) change console.error to console.warn - [`15a3284`](https://github.com/kmvan/x-prober/commit/15a3284ea59f401b50df8e67b4e1e72c3c0c3ebe) rebuild language module - [`e63fe14`](https://github.com/kmvan/x-prober/commit/e63fe142328f392863f4d3a03c1a26778b84c4a3) update package - [`48aa1ca`](https://github.com/kmvan/x-prober/commit/48aa1ca77fae92e93b38ef2304ef338c02a87e52) fix webpack config - [`de845c5`](https://github.com/kmvan/x-prober/commit/de845c51a154e14c34c53d953291029b521cd487) fix webpack config - [`a39dcff`](https://github.com/kmvan/x-prober/commit/a39dcff79c80bb1d625e4d7cda5b87885e3b44a8) fix css export - [`e494112`](https://github.com/kmvan/x-prober/commit/e4941127786d80fad8d50a313b5c7dc5917c9444) remove `isomorphic-unfetch` - [`20dc033`](https://github.com/kmvan/x-prober/commit/20dc0330f608fc15bb5a926e40d2cd1176bc85c8) update package - [`1587781`](https://github.com/kmvan/x-prober/commit/15877812ec47a06d88c964ff17deba2e13960f07) update composer ### 📊 Changes **91 files changed** (+20004 additions, -1684 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc` (+15 -1) 📝 `.gitignore` (+1 -2) 📝 `.prettierrc` (+1 -1) 📝 `AppConfig.json` (+1 -1) 📝 `CHANGELOG.md` (+6 -0) ➖ `build-lang.js` (+0 -131) 📝 `compiler/Compiler.php` (+48 -43) 📝 `compiler/ConfigGeneration.php` (+11 -11) 📝 `compiler/ScriptGeneration.php` (+8 -8) 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+273 -449) 📝 `dist/prober.php` (+4 -4) ➖ `jsconfig.json` (+0 -8) 📝 `locales/ja.po` (+0 -0) 📝 `locales/lang.pot` (+3 -3) 📝 `locales/zh.po` (+0 -0) 📝 `locales/zh_CN.po` (+0 -0) 📝 `locales/zh_HK.po` (+0 -0) 📝 `locales/zh_TW.po` (+0 -0) ➕ `package-lock.json` (+18653 -0) _...and 71 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yan added the pull-request label 2026-01-15 11:42:33 +08:00
yan closed this issue 2026-01-15 11:42:34 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yan/archived-x-prober#124