| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@Common.TokenizerFactory", | 4 "type": "@TextUtils.TokenizerFactory", |
| 5 "className": "TextEditor.CodeMirrorUtils.TokenizerFactory" | 5 "className": "TextEditor.CodeMirrorUtils.TokenizerFactory" |
| 6 }, | 6 }, |
| 7 { | 7 { |
| 8 "type": "@UI.TextEditorFactory", | 8 "type": "@UI.TextEditorFactory", |
| 9 "className": "TextEditor.CodeMirrorTextEditorFactory" | 9 "className": "TextEditor.CodeMirrorTextEditorFactory" |
| 10 } | 10 } |
| 11 ], | 11 ], |
| 12 "dependencies": [ | 12 "dependencies": [ |
| 13 "ui", | 13 "ui", |
| 14 "platform", | 14 "platform", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 30 ], | 30 ], |
| 31 "skip_compilation": [ | 31 "skip_compilation": [ |
| 32 "acorn/acorn.js", | 32 "acorn/acorn.js", |
| 33 "../cm_web_modes/css.js", | 33 "../cm_web_modes/css.js", |
| 34 "../cm_web_modes/javascript.js", | 34 "../cm_web_modes/javascript.js", |
| 35 "../cm_web_modes/xml.js", | 35 "../cm_web_modes/xml.js", |
| 36 "../cm_web_modes/htmlmixed.js", | 36 "../cm_web_modes/htmlmixed.js", |
| 37 "../cm_web_modes/htmlembedded.js" | 37 "../cm_web_modes/htmlembedded.js" |
| 38 ] | 38 ] |
| 39 } | 39 } |
| OLD | NEW |