effectfuljs icon indicating copy to clipboard operation
effectfuljs copied to clipboard

JavaScript embedded effects compiler

Results 21 effectfuljs issues
Sort by recently updated
recently updated
newest added

Instrument modules loading via [PnP](https://next.yarnpkg.com/features/pnp)

enhancement
debugger

console.time should redirect its output into DAP

enhancement
debugger

instrument data URLs for WebWorkers

enhancement
debugger

Dynamic imports aren't supported yet, but this is not something which can be added using babel's plugin and mast be implemented in the framework.

enhancement
debugger

Monkey patching of `Reflect` API to support time traveling (record reverse actions)

enhancement
debugger

Implement function's breakpoints according to the DAP protocol

enhancement
debugger

The debugger requires everything including runtime to be instrumented. The current version has a few runtime functions implemented but the number is incomplete and its correctness isn't verified. This is...

enhancement
debugger

The biggest part of debugging front-end application is debugging event handlers. Browsers expect the handlers to be executed synchronously but in the breakpoint, the debugger releases the thread, thus if...

enhancement
debugger

Port old interface [rx](https://github.com/awto/mfjs-rx) library to, maybe, proposed standard Observables or some other FRP library.