Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 30faaa14 authored by Simon Chan's avatar Simon Chan
Browse files

refactor(struct): performance optimization

parent 7d5445ae
Loading
Loading
Loading
Loading
+70 −69
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
        "CLSE",
        "CNXN",
        "Deserialization",
        "DESERIALIZERS",
        "Embedder",
        "fluentui",
        "genymobile",
+459 −769

File changed.

Preview size limit exceeded, changes collapsed.

+41 −42
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
    },
    "devDependencies": {
        "typescript": "4.7.1-rc",
        "@types/jest": "^27.4.1",
        "@yume-chan/ts-package-builder": "^1.0.0"
    },
    "dependencies": {
+44 −44
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
        "tslib": "^2.3.1"
    },
    "devDependencies": {
        "jest": "^27.5.1",
        "jest": "^28.1.0",
        "typescript": "4.7.1-rc",
        "@yume-chan/ts-package-builder": "^1.0.0"
    }
+41 −41
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
        "build:watch": "build-ts-package --incremental"
    },
    "devDependencies": {
        "jest": "^27.5.1",
        "jest": "^28.1.0",
        "typescript": "4.7.1-rc",
        "@yume-chan/ts-package-builder": "^1.0.0"
    },
Loading