# deprecated-code-editor **Repository Path**: cocos-creator-packages/deprecated-code-editor ## Basic Information - **Project Name**: deprecated-code-editor - **Description**: Fireball builtin text editor - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-10 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 ```bash npm start -- test --package builtin/code-editor/test/renderer/demo.js ``` * Debug ```bash npm start -- test --package builtin/code-editor/test/renderer/demo.js --detail ```