mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
3a006422d3
Change the way the python and typescript model wrappers handle attributes in struct fields. Now all fields are populated and none of the use `None`.
12 lines
241 B
JSON
12 lines
241 B
JSON
{
|
|
"license": "MIT",
|
|
"__license": "See LICENSE.md for details.",
|
|
"dependencies": {
|
|
"@types/node": ">=17",
|
|
"fast-equals": "^5",
|
|
"prettier": "^2.6",
|
|
"typescript": "^4.6",
|
|
"yaml": "^2"
|
|
}
|
|
}
|