This website requires JavaScript.
Explore
Help
Sign in
VSinerva
/
freesewing
Watch
1
Star
0
Fork
You've already forked freesewing
0
Code
Activity
3f30ed21c1
freesewing
/
packages
/
core
/
.c8rc.json
7 lines
104 B
JSON
Raw
Normal View
History
Unescape
Escape
wip(core): Work on late-stage config resolver This moves resolving of the config from the pattern constructor to the init() method. The idea is that adding a part to a pattern is exactly the same as adding a part to a design. In other words, late-stage adding of parts would be no different as the config gets resolved after that. This is currently broken in many different ways, but the unit tests particular to this new way of resolving the config do pass.
2022-09-09 20:20:38 +02:00
{
use lcov for coverage reporting
2022-11-16 09:59:51 -06:00
"reporter"
:
"lcov"
,
wip(core): Work on late-stage config resolver This moves resolving of the config from the pattern constructor to the init() method. The idea is that adding a part to a pattern is exactly the same as adding a part to a design. In other words, late-stage adding of parts would be no different as the config gets resolved after that. This is currently broken in many different ways, but the unit tests particular to this new way of resolving the config do pass.
2022-09-09 20:20:38 +02:00
"all"
:
true
,
"extension"
:
"mjs"
,
"exclude"
:
[
"node_modules/*"
,
"tests"
]
}
Copy permalink