extension-develop 4.0.2 → 4.0.3-canary.328.4af5697
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/0~rspack-config.mjs +97 -108
- package/dist/101.mjs +201 -2
- package/dist/845.mjs +39 -0
- package/dist/css-parse-guard-loader.mjs +26 -0
- package/dist/extension-js-devtools/chrome/content_scripts/content-0.js +2 -2
- package/dist/extension-js-devtools/chrome/manifest.json +2 -2
- package/dist/extension-js-devtools/chromium/content_scripts/content-0.js +2 -2
- package/dist/extension-js-devtools/chromium/manifest.json +2 -2
- package/dist/extension-js-devtools/edge/content_scripts/content-0.js +2 -2
- package/dist/extension-js-devtools/edge/manifest.json +2 -2
- package/dist/extension-js-devtools/extension-js/chrome/events.ndjson +2 -2
- package/dist/extension-js-devtools/extension-js/chrome/ready.json +5 -5
- package/dist/extension-js-devtools/extension-js/chromium/events.ndjson +2 -2
- package/dist/extension-js-devtools/extension-js/chromium/ready.json +5 -5
- package/dist/extension-js-devtools/extension-js/edge/events.ndjson +2 -2
- package/dist/extension-js-devtools/extension-js/edge/ready.json +5 -5
- package/dist/extension-js-devtools/extension-js/firefox/events.ndjson +2 -2
- package/dist/extension-js-devtools/extension-js/firefox/ready.json +4 -4
- package/dist/extension-js-devtools/firefox/content_scripts/content-0.js +2 -2
- package/dist/extension-js-devtools/firefox/manifest.json +2 -2
- package/dist/extension-js-theme/extension-js/chrome/events.ndjson +2 -2
- package/dist/extension-js-theme/extension-js/chrome/ready.json +5 -5
- package/dist/extension-js-theme/extension-js/chromium/events.ndjson +2 -2
- package/dist/extension-js-theme/extension-js/chromium/ready.json +5 -5
- package/dist/extension-js-theme/extension-js/edge/events.ndjson +2 -2
- package/dist/extension-js-theme/extension-js/edge/ready.json +5 -5
- package/dist/extension-js-theme/extension-js/firefox/events.ndjson +6 -4
- package/dist/extension-js-theme/extension-js/firefox/ready.json +5 -5
- package/dist/feature-scripts-classic-concat-loader.js +6 -0
- package/dist/feature-scripts-classic-concat-loader.mjs +6 -0
- package/package.json +1 -1
- package/dist/extension-js-devtools/chrome/scripts/logger-client.js +0 -1
- package/dist/extension-js-devtools/chromium/scripts/logger-client.js +0 -1
- package/dist/extension-js-devtools/edge/scripts/logger-client.js +0 -1
- package/dist/extension-js-devtools/firefox/scripts/logger-client.js +0 -1
- /package/dist/extension-js-devtools/chrome/{icons → images}/logo.png +0 -0
- /package/dist/extension-js-devtools/chromium/{icons → images}/logo.png +0 -0
- /package/dist/extension-js-devtools/edge/{icons → images}/logo.png +0 -0
- /package/dist/extension-js-devtools/firefox/{icons → images}/logo.png +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"description": "Extension.js built-in developer tools",
|
|
6
6
|
"author": "Cezar Augusto",
|
|
7
7
|
"icons": {
|
|
8
|
-
"48": "
|
|
8
|
+
"48": "images/logo.png"
|
|
9
9
|
},
|
|
10
10
|
"devtools_page": "devtools/index.html",
|
|
11
11
|
"content_scripts": [
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"action": {
|
|
27
27
|
"default_icon": {
|
|
28
|
-
"48": "
|
|
28
|
+
"48": "images/logo.png"
|
|
29
29
|
},
|
|
30
30
|
"default_title": "Open Extension.js"
|
|
31
31
|
},
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{"type":"compile_start","ts":"2026-07-
|
|
2
|
-
{"type":"compile_success","ts":"2026-07-
|
|
1
|
+
{"type":"compile_start","ts":"2026-07-02T22:13:53.760Z","command":"start","browser":"chrome"}
|
|
2
|
+
{"type":"compile_success","ts":"2026-07-02T22:13:54.686Z","command":"start","browser":"chrome","durationMs":1024,"errorCount":0}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"schemaVersion": 2,
|
|
3
3
|
"command": "start",
|
|
4
4
|
"browser": "chrome",
|
|
5
|
-
"runId": "
|
|
6
|
-
"startedAt": "2026-07-
|
|
5
|
+
"runId": "mr42a7of-hj82xftf",
|
|
6
|
+
"startedAt": "2026-07-02T22:13:53.631Z",
|
|
7
7
|
"distPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/dist/chrome",
|
|
8
8
|
"manifestPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/src/manifest.json",
|
|
9
9
|
"port": null,
|
|
10
10
|
"controlPort": null,
|
|
11
11
|
"status": "ready",
|
|
12
|
-
"pid":
|
|
13
|
-
"ts": "2026-07-
|
|
14
|
-
"compiledAt": "2026-07-
|
|
12
|
+
"pid": 2738,
|
|
13
|
+
"ts": "2026-07-02T22:13:54.686Z",
|
|
14
|
+
"compiledAt": "2026-07-02T22:13:54.686Z",
|
|
15
15
|
"errors": []
|
|
16
16
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{"type":"compile_start","ts":"2026-07-
|
|
2
|
-
{"type":"compile_success","ts":"2026-07-
|
|
1
|
+
{"type":"compile_start","ts":"2026-07-02T22:13:52.136Z","command":"start","browser":"chromium"}
|
|
2
|
+
{"type":"compile_success","ts":"2026-07-02T22:13:53.073Z","command":"start","browser":"chromium","durationMs":1039,"errorCount":0}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"schemaVersion": 2,
|
|
3
3
|
"command": "start",
|
|
4
4
|
"browser": "chromium",
|
|
5
|
-
"runId": "
|
|
6
|
-
"startedAt": "2026-07-
|
|
5
|
+
"runId": "mr42a6f6-t8irqq29",
|
|
6
|
+
"startedAt": "2026-07-02T22:13:52.002Z",
|
|
7
7
|
"distPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/dist/chromium",
|
|
8
8
|
"manifestPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/src/manifest.json",
|
|
9
9
|
"port": null,
|
|
10
10
|
"controlPort": null,
|
|
11
11
|
"status": "ready",
|
|
12
|
-
"pid":
|
|
13
|
-
"ts": "2026-07-
|
|
14
|
-
"compiledAt": "2026-07-
|
|
12
|
+
"pid": 2690,
|
|
13
|
+
"ts": "2026-07-02T22:13:53.073Z",
|
|
14
|
+
"compiledAt": "2026-07-02T22:13:53.073Z",
|
|
15
15
|
"errors": []
|
|
16
16
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{"type":"compile_start","ts":"2026-07-
|
|
2
|
-
{"type":"compile_success","ts":"2026-07-
|
|
1
|
+
{"type":"compile_start","ts":"2026-07-02T22:13:56.983Z","command":"start","browser":"edge"}
|
|
2
|
+
{"type":"compile_success","ts":"2026-07-02T22:13:57.919Z","command":"start","browser":"edge","durationMs":1033,"errorCount":0}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"schemaVersion": 2,
|
|
3
3
|
"command": "start",
|
|
4
4
|
"browser": "edge",
|
|
5
|
-
"runId": "
|
|
6
|
-
"startedAt": "2026-07-
|
|
5
|
+
"runId": "mr42aa5v-kp3ys3vu",
|
|
6
|
+
"startedAt": "2026-07-02T22:13:56.851Z",
|
|
7
7
|
"distPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/dist/edge",
|
|
8
8
|
"manifestPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/src/manifest.json",
|
|
9
9
|
"port": null,
|
|
10
10
|
"controlPort": null,
|
|
11
11
|
"status": "ready",
|
|
12
|
-
"pid":
|
|
13
|
-
"ts": "2026-07-
|
|
14
|
-
"compiledAt": "2026-07-
|
|
12
|
+
"pid": 2835,
|
|
13
|
+
"ts": "2026-07-02T22:13:57.919Z",
|
|
14
|
+
"compiledAt": "2026-07-02T22:13:57.919Z",
|
|
15
15
|
"errors": []
|
|
16
16
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{"type":"compile_start","ts":"2026-07-
|
|
2
|
-
{"type":"compile_success","ts":"2026-07-
|
|
1
|
+
{"type":"compile_start","ts":"2026-07-02T22:13:55.396Z","command":"start","browser":"firefox"}
|
|
2
|
+
{"type":"compile_success","ts":"2026-07-02T22:13:56.300Z","command":"start","browser":"firefox","durationMs":1004,"errorCount":0}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"schemaVersion": 2,
|
|
3
3
|
"command": "start",
|
|
4
4
|
"browser": "firefox",
|
|
5
|
-
"runId": "
|
|
6
|
-
"startedAt": "2026-07-
|
|
5
|
+
"runId": "mr42a8xs-yj3u3i5q",
|
|
6
|
+
"startedAt": "2026-07-02T22:13:55.264Z",
|
|
7
7
|
"distPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/dist/firefox",
|
|
8
8
|
"manifestPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/src/manifest.json",
|
|
9
9
|
"port": null,
|
|
10
10
|
"controlPort": null,
|
|
11
11
|
"status": "ready",
|
|
12
12
|
"pid": 2787,
|
|
13
|
-
"ts": "2026-07-
|
|
14
|
-
"compiledAt": "2026-07-
|
|
13
|
+
"ts": "2026-07-02T22:13:56.301Z",
|
|
14
|
+
"compiledAt": "2026-07-02T22:13:56.301Z",
|
|
15
15
|
"errors": []
|
|
16
16
|
}
|