**Describe the bug** The "id" field in a type is missing in an export. **To Reproduce** ```javascript set_type('T', { id: '#', }); export(); ``` Note that the `id` field is not exported **Expected behavior** Expecting the export to include the id field.
Describe the bug
The "id" field in a type is missing in an export.
To Reproduce
Note that the
idfield is not exportedExpected behavior
Expecting the export to include the id field.