Jonas Jenwald
fb9b574f3d
Convert the code in src/core/worker.js
to use ES6 classes
...
This removes one instance of `// eslint-disable-next-line no-shadow`, which our old pseudo-classes necessitated.
*Please note:* I'm purposely not doing any `var` to `let`/`const` conversion here, since it's generally better to (if possible) do that automatically on e.g. a directory basis instead.
2020-06-16 11:54:59 +02:00
..
2020-05-20 13:36:52 +02:00
2020-04-14 12:28:14 +02:00
2019-12-26 12:34:24 +01:00
2020-01-14 17:49:39 +01:00
2020-04-14 12:28:14 +02:00
2020-04-17 12:24:46 +02:00
2020-06-15 13:51:28 +02:00
2019-12-26 12:34:24 +01:00
2020-06-09 17:50:14 +02:00
2020-05-22 15:23:17 +02:00
2020-06-07 13:17:18 +09:00
2020-04-14 12:28:14 +02:00
2020-03-25 11:57:12 +01:00
2020-06-11 16:05:38 +02:00
2019-12-26 12:34:24 +01:00
2020-06-14 11:51:45 +02:00
2020-03-23 18:28:30 +01:00
2020-04-19 11:25:25 +02:00
2020-04-14 12:28:14 +02:00
2020-04-17 12:24:46 +02:00
2020-06-07 11:56:04 +02:00
2020-06-13 15:02:37 +02:00
2020-04-14 12:28:14 +02:00
2020-04-14 12:28:14 +02:00
2020-05-22 00:22:48 +02:00
2020-06-04 15:08:47 +02:00
2020-04-14 12:28:14 +02:00
2020-04-17 12:24:46 +02:00
2020-04-17 12:24:46 +02:00
2020-01-04 13:01:43 +01:00
2020-05-23 11:30:24 +02:00
2020-06-11 16:27:13 +02:00
2020-05-05 13:40:05 +02:00
2020-04-14 12:28:14 +02:00
2020-05-23 11:30:24 +02:00
2020-06-07 19:01:29 +02:00
2020-03-25 11:57:12 +01:00
2020-04-17 12:24:46 +02:00
2020-03-25 11:57:12 +01:00
2020-04-17 12:24:46 +02:00
2020-04-14 12:28:14 +02:00
2020-05-05 13:40:05 +02:00
2020-06-16 11:54:59 +02:00