MakeTypes icon indicating copy to clipboard operation
MakeTypes copied to clipboard

Proxy Classes Have Numeral in Class Name - won't compile

Open cable002 opened this issue 4 years ago • 1 comments

My output's proxy classes are coming out with numeric names like "export class 3Proxy" The typescript compiler doesn't accept them - I'm using "target": "es2015", in tsconfig.json

I'd change them to alpha but there are over 37 sets of them. The source json is the response from Merriam-Webster Spanish Dictionary lookup, a very complex json object.

cable002 avatar Feb 18 '21 17:02 cable002

Proposed fix: https://github.com/jvilk/MakeTypes/pull/26 You can point your package to https://github.com/RobertjanTuit/MakeTypes temporarily to use until is merged

RobertjanTuit avatar Jan 04 '22 02:01 RobertjanTuit