fix(generate): move generated header files into the generate crate
This commit is contained in:
parent
dfc891a5ce
commit
2047b22ae5
3 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ struct GeneratedParser {
|
|||
node_types_json: String,
|
||||
}
|
||||
|
||||
pub const ALLOC_HEADER: &str = include_str!("../../src/templates/alloc.h");
|
||||
pub const ARRAY_HEADER: &str = include_str!("../../src/templates/array.h");
|
||||
pub const ALLOC_HEADER: &str = include_str!("templates/alloc.h");
|
||||
pub const ARRAY_HEADER: &str = include_str!("templates/array.h");
|
||||
|
||||
pub fn generate_parser_in_directory(
|
||||
repo_path: &Path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue