dynamo-easy icon indicating copy to clipboard operation
dynamo-easy copied to clipboard

issue with table name when uglify is used

Open michaelwittwer opened this issue 5 years ago • 1 comments

If code is uglified the constructor.name (see model.decorator.ts) value will not be what we expect it to be (a predefined value matching the Class name). This means the user must provide the table name in any situation, which requires the TableName to be required on ModelData.

michaelwittwer avatar Mar 06 '19 15:03 michaelwittwer

read https://github.com/inversify/InversifyJS/blob/master/wiki/contextual_bindings.md#contextual-bindings--targetname for inspiration on other concepts

michaelwittwer avatar Jun 03 '22 14:06 michaelwittwer