| Index: Source/devtools/front_end/script_formatter_worker/module.json
|
| diff --git a/Source/devtools/front_end/script_formatter_worker/module.json b/Source/devtools/front_end/script_formatter_worker/module.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5829ecc739cbc624c7c4477cc51cc861a473df70
|
| --- /dev/null
|
| +++ b/Source/devtools/front_end/script_formatter_worker/module.json
|
| @@ -0,0 +1,15 @@
|
| +{
|
| + "scripts": [
|
| + "../common/utilities.js",
|
| + "../common/WebInspector.js",
|
| + "../cm/headlesscodemirror.js",
|
| + "../cm/css.js",
|
| + "../cm/javascript.js",
|
| + "../cm/xml.js",
|
| + "../cm/htmlmixed.js",
|
| + "ScriptFormatterWorker.js",
|
| + "../UglifyJS/parse-js.js",
|
| + "JavaScriptFormatter.js",
|
| + "CSSFormatter.js"
|
| + ]
|
| +}
|
|
|