Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Clean up some TODOs because we did them
Browse files Browse the repository at this point in the history
  • Loading branch information
caass committed Oct 3, 2020
1 parent 0ace2ac commit b3bfde3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/build/check/js/linter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ fn match_error_to_source_map(
Ok(failure::format_err!("Thanks for providing us with a source map! Soon hopefully we will be able to tell you what part of your original source code is bad. Unfortunately, for now, all we can say is\n{}", error))
}

// TODO all of these need to also take a reference to what's available / unavailable

/// By implementing Lintable for Vec<Stmt>, we can call `ast.lint(false)`
/// By implementing Lintable for Vec<Stmt>, we can call `ast.lint(args)`
/// at the top level and recurse through the whole AST
///
/// Note: Ideally, the type signature would actually be more general,
Expand Down

0 comments on commit b3bfde3

Please sign in to comment.