Use `binding.pry` in your JavaScript. Literally just a wrapper for `debugger`. For those who've been writing a lot of Ruby and can't seem to shake the habit.
`Start a promise chain
Tries to execute a function and discards any error that occurs
Pry like ability in javascript.
Pry like REPL in javascript. fork of blainesch/pry.js
Generate massive amounts of fake contextual data
Super-fast alternative to Babel for when you can target modern JS runtimes
A browser based code editor
A 373-byte Spec-Compliant Runtime-Only Implementation of the ECMAScript Try Operator Proposal Result class
The official Elasticsearch client for Node.js
A parser for the TypeScript doc comment syntax
Convert Oniguruma patterns to native JavaScript RegExp
Gracefully handle a Promise using async/await.
NodeJS Require that let you handle module not found error without try/catch
Lottie for React
Gracefully handle a Promise using async/await.
A replacement for process.exit that ensures stdio are fully drained before exiting.
Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.
The Agent Client Protocol (ACP) is a protocol that standardizes communication between *code editors* (interactive programs for viewing and editing source code) and *coding agents* (programs that use generative AI to autonomously modify code).
functional try-catch wrapper
Build environment checking (a la autoconf) for node.js
Configuration generator for ember-try
mjml-head-preview
function try-catch wrapper for promises
Renamed. See lemme-pry.
A Ruby library for prying open files you can convert to a previewable format, such as video, image and audio files. It includes a number of parser modules that try to recover metadata useful for post-processing and layout while reading the absolute minimum amount of data possible.
Help the user get to a place where the speedy F8/F10/F11/etc keys work. == Pry F-Keys [+F4+] ls -l (show all locally-defined variables and values) [+F5+] whereami (show the code context) [+F6+] up (a frame, depends on pry-stack_explorer, as does the next one) [+F7+] down [+F8+] continue (depends on pry-debugger, as do step/next/finish) [+Shift-F8+] try-again (restart from last 'raise', depends on pry-rescue) [+F10+] next (run the current statement) [+F11+] step (step into the next method call) [+Shift-F11+] finish (get back out of the last 'step')