Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 624 Bytes

File metadata and controls

18 lines (8 loc) · 624 Bytes

Source Editor

Npm version

The Source Editor is the DevTools shared CodeMirror wrapper. It is currently used in the Debugger and has shared styles.

editor-image

Getting Started

yarn start - work on the Editor locally.

You can also work on it directly in the debugger by using yarn link or making changes in the debugger's node_modules/devtools-source-editor directory.