We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6eee11 commit 05e08f7Copy full SHA for 05e08f7
scripts/ninja.js
@@ -1582,22 +1582,22 @@ ${buildNapkinCliFiles}
1582
}
1583
1584
var sourceDirs = [
1585
- "ml",
1586
- "stubs",
1587
- "ext",
1588
- "common",
1589
- "js_parser",
1590
- "frontend",
1591
- "depends",
1592
- "core",
1593
- "super_errors",
1594
- "outcome_printer",
1595
"bsb",
1596
"bsb_helper",
+ "common",
+ "core",
+ "depends",
+ "frontend",
+ "js_parser",
+ "ext",
+ "main",
+ "ml",
1597
"ounit",
1598
- "napkin",
1599
"ounit_tests",
1600
- "main",
+ "outcome_printer",
+ "napkin",
+ "stubs",
+ "super_errors",
1601
];
1602
/**
1603
*
0 commit comments