You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@codemirror/next

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/next

Text/code editor component

0.16.0
latest
Source
npmnpm
Version published
Weekly downloads
1.7K
52.77%
Maintainers
2
Weekly downloads
 
Created
Source

CodeMirror 6 prototype

Build Status NPM version

This is the prototype of the next version of CodeMirror, a complete rewrite.

Eventually, the content of this repository will move into different packages. For now, to reduce friction during development, it is a monorepo. Its content is published as the @codemirror/next package on npm.

To get started, make sure you are running node.js version 13. After cloning the repository, run

npm install

to install dependencies, and

npm run dev

to start a server that automatically rebuilds the bundles when the code changes and exposes a dev server on port 8090 running the demo and tests.

Please see the website for more information and docs.

This code is dual-licensed under the MIT and GPL-v3 licenses. This means that you, as user, may choose one of these licenses to abide by. I.e. if complying with the GPL is problematic for you, you can choose the more liberal MIT license.

Keywords

editor

FAQs

Package last updated on 28 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts