Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigcommerce/stencil-cli
/ parseStencilStylesError
Method
parseStencilStylesError
lib/ScssValidator.js:40–45 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
38
}
39
40
parseStencilStylesError(e) {
41
if
(e.formatted) {
42
return
`${e.formatted.replace(
'Error: '
,
''
)}: `;
43
}
44
return
e.message;
45
}
46
47
getCssFiles() {
48
const
styles =
new
StencilStyles();
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected