mirror of
https://github.com/AEPKILL/devtools-detector.git
synced 2026-04-26 23:15:48 +03:00
[PR #19] [MERGED] V2.0 #133
Labels
No labels
bug
bug
enhancement
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/devtools-detector#133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AEPKILL/devtools-detector/pull/19
Author: @AEPKILL
Created: 5/8/2021
Status: ✅ Merged
Merged: 5/8/2021
Merged by: @AEPKILL
Base:
master← Head:v2.0📝 Commits (6)
1e286a9feat: v2.08b1fcb2feat: update demo & readmedee53c9feat: add system infob00adb32.0.1acb69b7feat(demo): update devtools-detectorcf8e46efeat: removeupdate demoscript📊 Changes
37 files changed (+402 additions, -465 deletions)
View changed files
📝
.vscode/settings.json(+3 -1)📝
README.MD(+3 -4)📝
example/normal.html(+23 -11)📝
package-lock.json(+9 -4)📝
package.json(+6 -3)➕
src/checkers/debugger.checker.ts(+24 -0)➕
src/checkers/dep-reg-to-string.checker.ts(+30 -0)➕
src/checkers/element-id.checker.ts(+34 -0)➕
src/checkers/function-to-string.checker.ts(+41 -0)➕
src/checkers/reg-to-string.checker.ts(+30 -0)📝
src/classes/devtools-detector.ts(+96 -80)➖
src/devtools-checker/checker-group.ts(+0 -32)➖
src/devtools-checker/console-checker/common/dep-reg-to-string.ts(+0 -25)➖
src/devtools-checker/console-checker/common/element-id.ts(+0 -28)➖
src/devtools-checker/console-checker/common/function-to-string.ts(+0 -27)➖
src/devtools-checker/console-checker/common/reg-to-string.ts(+0 -25)➖
src/devtools-checker/console-checker/firefox.ts(+0 -18)➖
src/devtools-checker/console-checker/ie-edge.ts(+0 -13)➖
src/devtools-checker/console-checker/index.ts(+0 -12)➖
src/devtools-checker/console-checker/webkit.ts(+0 -20)...and 17 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.