Skip to content

Fix optional argument for topological sort, target ES6

Compare
Choose a tag to compare
@curran curran released this 24 May 20:33
· 40 commits to master since this release

PR: Fix optional argument for topological sort, target ES6. Thanks to @CrispyBacon1999 for this contribution!

I'm making this a major version bump because the target language for the JS build has changed from ES5 (var) to ES6 (const, let). While for the most part this will not cause breakages, there's a slight possibility that it would, in cases where downstream products run in an environment that does not support ES6.