Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

cocos-creator-packages/deprecated-code-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is used for code editor, which is based on Ace and Esprima.

How to test the Editor

You should open a Javascript file in Fireball, or run test like:

  • Develop

    npm start -- test --package builtin/code-editor/test/renderer/demo.js
  • Debug

    npm start -- test --package builtin/code-editor/test/renderer/demo.js --detail