We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af29fb commit 0aebf99Copy full SHA for 0aebf99
src/platform/workers/sync-worker.ts
@@ -14,9 +14,6 @@ See the License for the specific language governing permissions and
14
limitations under the License.
15
*/
16
17
-// TODO: Figure out how to get WebWorkers Typescript lib working. For now we just disable checks on the whole file.
18
-// @ts-nocheck
19
-
20
// The empty export makes this a module. It can be removed once there's at least one import.
21
export {}
22
0 commit comments