You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(maybe): switch to dynamic import for rxjs in Maybe methods (#206)
Replaced `require` calls with dynamic `import` for `rxjs` within the `Maybe` class. This change modernizes the code by leveraging ES module syntax, enhancing module loading efficiency and ensuring compatibility with environments that prefer or enforce ES modules over CommonJS. Additionally, cleaned up imports in the test file `maybe.spec.ts` by removing redundant object destructuring.
0 commit comments