Stackline Open Source

Ace 1.44.0 ยท Brace-compatible packaging

@stackline/brace

A current code editor engine behind the imports your existing application already uses.

npm install brace@npm:@stackline/brace@^1.0.0
  • 206modes
  • 48themes
  • 10inline workers
  • 0runtime dependencies
Worker ready

Migration surface

Keep the paths. Replace the package.

Existing imports

const ace = require('brace');
require('brace/mode/javascript');
require('brace/theme/monokai');

Dependency change

"dependencies": {
  "brace": "npm:@stackline/brace@^1.0.0"
}
MigrationAlias and direct installs CompatibilityStable 1.x contract LicensesMIT and BSD-3-Clause SecurityPrivate reporting