-
Notifications
You must be signed in to change notification settings - Fork 484
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
Shift plexus to TypeScript (from flowtypes) #331
Commits on Feb 16, 2019
-
Shift plexus to TypeScript (from flowtypes)
Main outstanding items are to add linting to plexus TS files and more comments in the plexus build related files. Signed-off-by: Joe Farro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8a9175 - Browse repository at this point
Copy the full SHA a8a9175View commit details -
Configuration menu - View commit details
-
Copy full SHA for dda5e5c - Browse repository at this point
Copy the full SHA dda5e5cView commit details
Commits on Feb 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e523600 - Browse repository at this point
Copy the full SHA e523600View commit details
Commits on Feb 24, 2019
-
Add linting for plexus TypeScript
This required an update to `eslint-plugin-import`, which, in turn, emtailed updating a few packages. This resulted in the addition of a few new rules. So, there are also changes to adhere to the new rules. Signed-off-by: Joe Farro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccf11d1 - Browse repository at this point
Copy the full SHA ccf11d1View commit details -
Fix a few issues from merging master
Signed-off-by: Joe Farro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfd29f2 - Browse repository at this point
Copy the full SHA bfd29f2View commit details
Commits on Feb 25, 2019
-
Better linting for plexus / TypeScript
TypeScript linting is not quite correctly intergrated with VS code, but the current eslint and tsc-lint npm scripts have TS linting in pretty good shape. tsc-lint endeavors to build the TS files but does not emit them, thereby filling in the gaps left by eslint TS support. Signed-off-by: Joe Farro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 774a7e7 - Browse repository at this point
Copy the full SHA 774a7e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7014c68 - Browse repository at this point
Copy the full SHA 7014c68View commit details -
Fix lint error from merging master
Signed-off-by: Joe Farro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 483d7b1 - Browse repository at this point
Copy the full SHA 483d7b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5de93e0 - Browse repository at this point
Copy the full SHA 5de93e0View commit details
Commits on Mar 7, 2019
-
Build docs for root and plexus, revive plexus demo
- Main type exports moved from src/types/layout to src/types/index - Change worker alias to be more obvious, e.g. "worker-alias" - Various props made optional on: - DirectedGraph - PureEdges - PureNodes Signed-off-by: Joe Farro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfeb421 - Browse repository at this point
Copy the full SHA cfeb421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82788a0 - Browse repository at this point
Copy the full SHA 82788a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b349003 - Browse repository at this point
Copy the full SHA b349003View commit details
Commits on Mar 8, 2019
-
Misc cleanup and add GitHub tickets to build docs
Signed-off-by: Joe Farro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf3dd60 - Browse repository at this point
Copy the full SHA cf3dd60View commit details -
Add license to package.json for publishing
Signed-off-by: Joe Farro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d346860 - Browse repository at this point
Copy the full SHA d346860View commit details