File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
lighthouse-extension/app/src Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if (!environment.checkNodeCompatibility()) {
2626const Runner = require ( './runner' ) ;
2727const log = require ( './lib/log.js' ) ;
2828const ChromeProtocol = require ( './gather/drivers/cri.js' ) ;
29- const Config = require ( './config' ) ;
29+ const Config = require ( './config/config ' ) ;
3030
3131/**
3232 * The relationship between these root modules:
Original file line number Diff line number Diff line change 1515 */
1616'use strict' ;
1717
18- const Config = require ( '../../config' ) ;
18+ const Config = require ( '../../config/config ' ) ;
1919const assert = require ( 'assert' ) ;
2020const path = require ( 'path' ) ;
2121const defaultConfig = require ( '../../config/default.json' ) ;
Original file line number Diff line number Diff line change 1515 */
1616const Runner = require ( '../runner' ) ;
1717const fakeDriver = require ( './gather/fake-driver' ) ;
18- const Config = require ( '../config' ) ;
18+ const Config = require ( '../config/config ' ) ;
1919const Audit = require ( '../audits/audit' ) ;
2020const assert = require ( 'assert' ) ;
2121const path = require ( 'path' ) ;
Original file line number Diff line number Diff line change 1919
2020const ExtensionProtocol = require ( '../../../lighthouse-core/gather/drivers/extension' ) ;
2121const Runner = require ( '../../../lighthouse-core/runner' ) ;
22- const Config = require ( '../../../lighthouse-core/config' ) ;
22+ const Config = require ( '../../../lighthouse-core/config/config ' ) ;
2323const configJSON = require ( '../../../lighthouse-core/config/default.json' ) ;
2424const log = require ( '../../../lighthouse-core/lib/log' ) ;
2525
You can’t perform that action at this time.
0 commit comments