Commits
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Nov 12, 2023
-
Merge pull request #104 from testdouble/check-compat-without-version
Don't use Node.js version number to determine loader capabilities
-
Commits on Oct 19, 2023
-
Merge pull request #103 from testdouble/add-list-mocked-modules
add listMockedModules
Commits on Oct 18, 2023
Commits on Sep 12, 2023
-
Merge pull request #102 from testdouble/support-register
support Node v20.6.0 ability to auto-register loader
Commits on Sep 6, 2023
Commits on May 6, 2023
Commits on Apr 21, 2023
Commits on Nov 28, 2022
-
Merge pull request #80 from Nkmol/fiix-isloaderloaded-for-mjs
fix(loader): make sure loaded status is only set on loader hook
Commits on Jul 26, 2022
Commits on Jul 15, 2022
Commits on Jan 12, 2022
-
Merge pull request #58 from robaca/main
Fix upstream resolve() which might return a promise
Commits on Dec 31, 2021
-
fixes #468: td.replaceEsm() multiple replaces not working
The bug was a stupid one, and am actually not sure how it worked before! Any `quibble.esm` should have updated the generation to ensure that fresh non-cache copies are loaded once there is a change in mocking. But the generation was only incremented once, in the first `quibble.esm`. This was fixed by moving the increment operation out of the `if`.