UNPKG

atom-nuclide

Version:

A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.

39 lines (38 loc) 1.01 kB
{ "extensions": [ { "type": "ui-setting", "section": "Console", "title": "Enable custom formatters", "settingName": "enableCustomFormatters", "settingType": "checkbox", "experiment": "customObjectFormatters" } ], "dependencies": [ "bindings", "platform", "ui" ], "scripts": [ "BreakpointsSidebarPaneBase.js", "DebuggerPresentationUtils.js", "DOMBreakpointsSidebarPane.js", "DOMPresentationUtils.js", "DockController.js", "Drawer.js", "ExecutionContextSelector.js", "HandlerRegistry.js", "InspectElementModeController.js", "InspectorView.js", "ObjectPopoverHelper.js", "ObjectPropertiesSection.js", "RemoteObjectPreviewFormatter.js", "ShortcutsScreen.js" ], "stylesheets": [ "breakpointsList.css", "nodeLink.css", "objectValue.css" ] }