- Nov 25, 2019
-
-
Moritz Langenstein authored
-
- Oct 13, 2019
-
-
Jason Mulligan authored
Create FUNDING.yml
-
Jason Mulligan authored
Adding funding configuration
-
- Sep 20, 2019
-
-
Jason Mulligan authored
-
Jason Mulligan authored
-
Jason Mulligan authored
Make sure worker terminates when parent process terminates
-
Andy Wermke authored
-
- Aug 26, 2019
-
-
Jason Mulligan authored
Bump eslint-utils from 1.3.1 to 1.4.2
-
dependabot[bot] authored
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- Apr 11, 2019
-
-
Jason Mulligan authored
-
Jason Mulligan authored
Updating dev dependencies to remove audit warnings, updating README & LICENSE copyright year, updating eslint rules, version bump to release new ESM support
-
Jason Mulligan authored
Adding ES6 import/export support within Worker
-
- Apr 10, 2019
-
-
Pankaj Vishwani authored
-
Pankaj Vishwani authored
-
- Mar 01, 2018
-
-
Jason Mulligan authored
-
- Sep 18, 2017
-
-
Daniel Di Sarli authored
Fix crash with minified functions
-
- Sep 14, 2017
-
-
Daniele Di Sarli authored
-
Daniele Di Sarli authored
-
Daniel Di Sarli authored
This is an example of a valid minified function that doesn't work with the regex in toFunction: function profileModelWorkerRunner(){var Moment=eval("require")("moment-timezone");self.onmessage=function(event){var profileModelClass=eval("require")(event.data.profileModelPath).default,profileModelWorker=new profileModelClass(Moment,event.data.timezone),params=event.data.params;var result=profileModelWorker.check(params);postMessage(result)}} I've replaced that code with an eval, which is safer than parsing JS code (which is not a context-free grammar) with regular expressions.
-
- May 04, 2017
-
-
Jason Mulligan authored
-
- May 03, 2017
-
-
Jason Mulligan authored
Debug Port Range
-
- May 02, 2017
-
-
Jakob Moosbrugger authored
-
- Apr 25, 2017
-
-
Jakob Moosbrugger authored
-
- Apr 20, 2017
-
-
Jason Mulligan authored
-
Jason Mulligan authored
automatic redirection of debug port of child process
-
- Apr 19, 2017
-
-
Jakob Moosbrugger authored
-
Jakob Moosbrugger authored
-
Jakob Moosbrugger authored
-
Jakob Moosbrugger authored
-
Jakob Moosbrugger authored
-
Jakob Moosbrugger authored
-
Jakob Moosbrugger authored
-
- Apr 10, 2017
-
-
Jason Mulligan authored
-
Jason Mulligan authored
-
Jason Mulligan authored
-
Jason Mulligan authored
-
Jason Mulligan authored
-
- Mar 13, 2017
-
-
Jason Mulligan authored
-
- Mar 05, 2017
-
-
Jason Mulligan authored
-
Jason Mulligan authored
Defaulting `options.cwd` to `process.cwd()`, passing `options.cwd` to `worker.js`, fixing `worker.js` by setting `global.__dirname` to `obj.cwd` on init, really fixes #10
-