-
Notifications
You must be signed in to change notification settings - Fork 56
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
TypeORM CLI for ES6 #3
Comments
file generation for es6 is not supported yet. Feel free to add its support - its easy to do. We can set extra flag in cli, something like |
@pleerock the typeorm tool told me there isnt an option like --es6 |
Are es6 supported now? |
Is there any example for migration with javascript only? |
@allandiego check this issue and this comment, typeorm cli does not support generating migrations files from and to plain javascript files. They should update their doc. Anyway, typeORM is typescript driven, so i understand that the new features are always being writen first to be "typescript" compatible, dont expect to make a full exploitation of typeORM if you want to use js or es6, at least by now. |
When I use the CLI to generate migrations or entities it still generates as typescript.
The text was updated successfully, but these errors were encountered: