Avoid recompiling test languages when possible
This commit is contained in:
parent
c0595c21c5
commit
bc8df9f5c5
9 changed files with 145 additions and 169 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include "tree_sitter/runtime.h"
|
||||
#include <string>
|
||||
|
||||
const TSLanguage *load_language(const std::string &, const std::string &);
|
||||
const TSLanguage *load_language(const std::string &, const TSCompileResult &);
|
||||
const TSLanguage *get_test_language(const std::string &language_name);
|
||||
|
||||
#endif // HELPERS_LOAD_LANGUAGE_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue