mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-16 09:25:03 +01:00
Detect unused variables
This commit is contained in:
parent
f164aad631
commit
9270f52e6b
33 changed files with 340 additions and 63 deletions
|
|
@ -44,7 +44,7 @@ function main() {
|
|||
|
||||
const start = Date.now();
|
||||
|
||||
if (packageName !== "std") {
|
||||
if (packageName !== "std" && !opts.noStd) {
|
||||
gcx.pkgLoader(gcx, "std", Span.startOfFile(file));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue