Skip to content

Generic properties could be created as their own imports #1

@maxstralin

Description

@maxstralin

Current behaviour serialises them straight into the JS file. Another option, which should be opt-in, could be to create a separate JS class for every found version of the generic class.

E.g. new Generic<string>() and new Generic<int>() could create Generic_string.js and Generic_int.js

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions