Closed jhugman closed 2 months ago
According to The Big O of Code Reviews, this is a O(n) change.
This supersedes #94 to hide properties that are only used internally within the generated code.
It introduces a symbols.ts file and replaces all references to __uniffiTypeName, __variant, __rustPointer and __rustArcPtr.
symbols.ts
__uniffiTypeName
__variant
__rustPointer
__rustArcPtr
The private accessors have also been removed.
The tests all continue to work, and the properties do not show up in the autocomplete/content assist of VS Code.
According to The Big O of Code Reviews, this is a O(n) change.
This supersedes #94 to hide properties that are only used internally within the generated code.
It introduces a
symbols.ts
file and replaces all references to__uniffiTypeName
,__variant
,__rustPointer
and__rustArcPtr
.The private accessors have also been removed.
The tests all continue to work, and the properties do not show up in the autocomplete/content assist of VS Code.