Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cable002 opened this issue Feb 18, 2021 · 1 comment
Open

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

cable002 opened this issue Feb 18, 2021 · 1 comment

Comments

@cable002
Copy link

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.

@RobertjanTuit
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants