Bootstrap project

This commit is contained in:
Bruno BELANYI 2024-04-07 19:59:34 +01:00
commit 213f5afb11
18 changed files with 979 additions and 0 deletions

11
src/node-types.json generated Normal file
View file

@ -0,0 +1,11 @@
[
{
"type": "source_file",
"named": true,
"fields": {}
},
{
"type": "hello",
"named": false
}
]