OLD | NEW |
---|---|
1 { | 1 { |
2 "dependencies": [ | 2 "dependencies": [ |
3 "formatter_worker" | 3 "formatter_worker" |
4 ], | 4 ], |
5 "scripts": [ | 5 "scripts": [ |
6 "../common/TextRange.js", | |
dgozman
2016/12/27 18:07:36
TextRange is a part of formatter_worker, which is
chenwilliam
2016/12/27 23:49:14
I've updated it so the DependencyPreprocessor chec
| |
6 "gonzales-scss.js", | 7 "gonzales-scss.js", |
7 "SCSSParser.js" | 8 "SCSSParser.js" |
8 ], | 9 ], |
9 "extensions": [ | 10 "extensions": [ |
10 { | 11 { |
11 "type": "@FormatterWorker.FormatterWorkerContentParser", | 12 "type": "@FormatterWorker.FormatterWorkerContentParser", |
12 "className": "Gonzales.SCSSParser", | 13 "className": "Gonzales.SCSSParser", |
13 "mimeType": "text/x-scss" | 14 "mimeType": "text/x-scss" |
14 } | 15 } |
15 ], | 16 ], |
16 "skip_compilation": [ | 17 "skip_compilation": [ |
17 "gonzales-scss.js" | 18 "gonzales-scss.js" |
18 ] | 19 ] |
19 } | 20 } |
OLD | NEW |