Skip to content

Commit c3389f3

Browse files
authored
SF-3370 Add web worker and improve blot formats delta creation (#3334)
1 parent a55b036 commit c3389f3

File tree

11 files changed

+897
-32
lines changed

11 files changed

+897
-32
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"Charis",
1717
"checkmark",
1818
"combobox",
19+
"Comlink",
1920
"commenters",
2021
"compodoc",
2122
"deconsolidate",

src/SIL.XForge.Scripture/ClientApp/angular.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
"buildOptimizer": false,
6464
"sourceMap": true,
6565
"optimization": false,
66-
"namedChunks": true
66+
"namedChunks": true,
67+
"webWorkerTsConfig": "tsconfig.worker.json"
6768
},
6869
"configurations": {
6970
"production": {
@@ -157,7 +158,8 @@
157158
"includePaths": ["node_modules"]
158159
},
159160
"assets": ["src/favicon.ico", "src/assets", "src/manifest.json"],
160-
"sourceMap": false
161+
"sourceMap": false,
162+
"webWorkerTsConfig": "tsconfig.worker.json"
161163
}
162164
},
163165
"lint": {

src/SIL.XForge.Scripture/ClientApp/package-lock.json

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

src/SIL.XForge.Scripture/ClientApp/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"bowser": "^2.11.0",
6262
"bson-objectid": "^2.0.3",
6363
"buffer": "^5.7.1",
64+
"comlink": "^4.4.2",
6465
"crc-32": "^1.2.2",
6566
"file-saver": "^2.0.5",
6667
"jszip": "^3.10.1",

0 commit comments

Comments
 (0)