API docs for parallel support things that jasmine-npm uses

This commit is contained in:
Steve Gravrock
2023-04-08 12:37:40 -07:00
parent c36a5cfd96
commit 1e7f07259e
5 changed files with 112 additions and 72 deletions

View File

@@ -1,13 +1,4 @@
getJasmineRequireObj().QueueRunner = function(j$) {
/*
QueueRunner isn't part of the public interface, but it is used by
jasmine-npm. -core and -npm version in lockstep at the major and minor
levels but version independently at the patch level. Any changes that
would break -npm should be done in a major or minor release, never a
patch release, and accompanied by a change to -npm that's released in
the same version.
*/
let nextid = 1;
function StopExecutionError() {}