The `Console` component emulates the familiar JavaScript REPL experience seen in many browsers. You can customize the function that executes the code, as well as how results are displayed.
Each of the UI components in this project contains themes for multiple browsers. These themes are built using the [postcss-themed](https://github.com/intuit/postcss-themed) package, which allows us to specify themes for multiple browsers in light and dark
An emulation of the Chrome and Firefox object inspector, which allows you to view JavaScript objects in the console.
A versatile expanding `Tree` component, with full keyboard navigation following the [Tree View Design Pattern](https://www.w3.org/TR/wai-aria-practices/examples/treeview/treeview-2/treeview-2a.html).
Object parser is a utility used by the the `Object Inspector` package, which creates a JSON tree structure with node types that help simplify the JavaScript type system. It also uses TypeScript to make logic around using the tree strongly typed.
Use react-devtools outside of the browser
MCP server for Chrome DevTools
The Chrome DevTools Protocol JSON
DevTools plugin helpers for Expo
> Utility kit for DevTools.
Throw better errors.
> Internal utility types shared across @vue/devtools packages.
No description provided.
> Plugins API for easier DevTools integrations.
Modern and scalable routing for React applications
Use react-devtools outside of the browser
The `Console` component emulates the familiar JavaScript REPL experience seen in many browsers. You can customize the function that executes the code, as well as how results are displayed.
Modern and scalable routing for Web applications
Solid debugging utilities for logging the state of the reactivity graph to the console.
The Nuxt DevTools gives you insights and transparency about your Nuxt App.
Tool for transforming styles with JS plugins
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions][github-actions-src]][github-actions-href] [![Codecov][codecov-src]][codecov-href]
> Internal core functions shared across @vue/devtools packages.
Experimental debugger shell for React Native for use with @react-native/debugger-frontend