Skip to content

Commit 060b8e6

Browse files
authored
Release v1.2.0 (#6)
* fix: move version to package.json * rename: move files under src * fix: set src dir * remove: unused file * chore: bump version to 1.2.0 * fix: dump * fix: data structure * remove: alert * feat: callstack clear button * feat: note about test262 * chore: run formattor
1 parent e784f11 commit 060b8e6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+45701
-34580
lines changed

.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ VITE_TEST262_RAW_URL = "https://raw.githubusercontent.com/tc39/test262/3a7a72aef
22
VITE_TEST262_URL = "https://github.com/tc39/test262/blob/3a7a72aef5009eb22117231d40f9a5a66a9a595a/test/"
33
VITE_DOUBLE_DEBUGGER_URL = "https://es-meta.github.io/playground"
44
VITE_RESOURCE_URL = "https://raw.githubusercontent.com/es-meta/ecma-visualizer-resources/refs/heads/main/"
5-
VITE_EXTENSION_VERSION = "1.1.2"
65
VITE_ESMETA_URL = "https://es-meta.github.io/"
76
VITE_ESMETA_GITHUB_URL = "https://github.com/es-meta/esmeta"
87
VITE_ENABLED_SPEC_URL = "https://tc39.es/ecma262/2024|https://262.ecma-international.org/15.0"

components.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

entrypoints/sidepanel/atoms/resources.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ecma-visualizer",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "wxt",

0 commit comments

Comments
 (0)