-
Notifications
You must be signed in to change notification settings - Fork 2
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
Integrate attributes with ES6 #296
Comments
One idea could be to simulate ES6 decorators by having a 'sort of' transpiler plugged into:
|
Actually, only gpf.require.define will be adapted since it is compatible cross platform. |
Used babel-eslint on specific folders only (since it breaks the no-unused-vars rule) |
Had to deeply refactor the way entityDefinition are built and provided some for standard objects |
Need to improve class definition importing:
|
_GpfImportedClassDefinition |
Part of #222, #303
As a developer, I want to use attributes in an ES6 class declaration because I don't want to use
gpf.define
Acceptance criterias
The text was updated successfully, but these errors were encountered: