MCPcopy Create free account
hub / github.com/bigcommerce/stencil-cli / parseChangedFiles

Method parseChangedFiles

lib/nodeSass/AutoFixer.js:116–120  ·  view source on GitHub ↗
(files)

Source from the content-addressed store, hash-verified

114 }
115
116 parseChangedFiles(files) {
117 for (const file of files) {
118 this.overrideFile(file.filePath, file.data);
119 }
120 }
121
122 overrideFile(filePath, data) {
123 const phrase = this.cliOptions.dry ? 'Would override' : 'Overriding';

Callers 1

tryToFixMethod · 0.95

Calls 1

overrideFileMethod · 0.95

Tested by

no test coverage detected