-
Notifications
You must be signed in to change notification settings - Fork 250
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
issue/2662 Formalised plugin, data, schema and translate API #2667
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting the ⚾️ rolling.
Awaiting a framework release and a few more reviews before merging. |
This pr is ready for final +1s if anyone has the inclination. |
removeTrackingIds(blocksFiles[i], courseFiles[i]); | ||
} | ||
|
||
const data = Helpers.getFramework().getData(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know it's not part of your changes but I think the check for spoor in L4 should be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will have a crack at this when I layout moving tracking ids from blocks to components.
I wanted to keep the behaviour here as close to identical with additions only for the moment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
fixes #2662
Additions
grunt translate:import
is extended with a new--test=true
parameter.Changes
Removed
Notes
The build tasks should carry on working as normal, this change should be non-breaking but should increase code clarity dramatically. It is necessary to formalise these in order to the move to v6.
Intellisense should work really nicely for the new API in at least VSCode.
If you want to debug grunt you can use grunt-brk and chrome://inspect.