Commit Graph
41 Commits
Author SHA1 Message Date
dependabot[bot] 4da49662ab Bump hosted-git-info from 2.8.5 to 2.8.9 in /example
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 10:43:04 +00:00
bendtherules 0224f9bb3d example - rename rename-symbol to .ts 2020-01-29 13:43:51 +05:30
bendtherules f68a4bc7da CodeOutput - Make font size bigger 2020-01-29 13:43:24 +05:30
bendtherules a32cd478ac lib - Add node highlighting and consume in log-identifier 2020-01-29 13:42:38 +05:30
bendtherules 3feecc6750 example - rename-symbol - change file extension to disable typecheck 2020-01-28 15:42:55 +05:30
bendtherules f376c8e4fe example - rename-symbol - disable export 2020-01-28 15:41:35 +05:30
bendtherules b6dd21f47b lib - package.json - Set typesecript devdep version 3.7.5
same as example
2020-01-28 15:40:44 +05:30
bendtherules 864a5d66ba example - Add other examples and routes 2020-01-28 15:40:17 +05:30
bendtherules 9b381cff22 example - Link lib and install @types 2020-01-27 20:16:59 +05:30
bendtherules 66248b8e26 Move library files to lib/ 2020-01-27 20:03:15 +05:30
bendtherules 1df5364928 example - add routing 2020-01-27 19:57:00 +05:30
bendtherules 7e351d67b5 example - App - show moduleName on UI 2020-01-27 19:27:35 +05:30
bendtherules b9ba061f31 examples - refactor to load transformer from separate file 2020-01-27 19:13:38 +05:30
bendtherules 687a7e4582 index.tsx - reformat 2020-01-27 19:05:33 +05:30
bendtherules 94b6cbcc1a redux - Add and expose CLEAR_SOURCEFILE action 2020-01-27 19:05:19 +05:30
bendtherules 55aec4805c example - App - show swap expression transform by default 2020-01-27 18:26:47 +05:30
bendtherules 15a7f3e7cb styles - Add basic styling to show AST and code diff 2020-01-27 18:21:45 +05:30
bendtherules ff9a14d171 CodeOutput - Add diffing editor to show initial vs current 2020-01-27 17:51:05 +05:30
bendtherules bdbdcb1064 ASTOutline - Add react transition between changed nodes 2020-01-27 16:36:16 +05:30
bendtherules 535a61f676 example - App - Create AST, consume ASTVisualizer and transform ast after some time 2020-01-25 07:42:04 +05:30
bendtherules f9175974c0 index - Export all components inside ASTVisualizer and connected redux actions 2020-01-25 07:41:11 +05:30
bendtherules 090574ec8f CodeOutput - Add component to show stringified AST, has versions for initial and current AST 2020-01-25 07:40:27 +05:30
bendtherules 4d865386bf ASTOutline - Add component to show current AST as a node type tree 2020-01-25 07:39:44 +05:30
bendtherules b71a76ed4b store - Set currentSourceFile also inside INIT_SOURCEFILE reducer 2020-01-25 07:38:57 +05:30
bendtherules 6c07b2172f utils - Add utils for ast and object hashing 2020-01-25 07:38:04 +05:30
bendtherules b57a2cd586 tsconfig - Allow allowSyntheticDefaultImports 2020-01-25 07:37:06 +05:30
bendtherules 0ba1a01973 index.tsx - Consume store in component 2020-01-24 18:15:10 +05:30
bendtherules 0d3fda277d store - Fix midleware array type 2020-01-24 18:14:51 +05:30
bendtherules 54cc4d057f package.json - Add @types/react-redux + formatting 2020-01-24 18:14:31 +05:30
bendtherules 74ab9cf3e6 rollup.config.js - Fix prettier formatting 2020-01-24 18:13:57 +05:30
bendtherules e3991351f0 rollup - Handle react-is named export problem 2020-01-24 18:13:25 +05:30
bendtherules 302d06af58 package.json - Remove react, react-dom devdep
Let peer provide it. Else, there will be 2 versions of it
2020-01-24 18:12:54 +05:30
bendtherules 2737807289 redux - Add store, action, reducer for sourceFiles 2020-01-24 17:42:57 +05:30
bendtherules f98fbed17b package.json - Add react-redux and redux-devtools dep 2020-01-24 17:42:32 +05:30
bendtherules a8c5431a5a example > typescript setup - add tsconfig, tslint, rename to tsx 2020-01-24 16:58:02 +05:30
bendtherules 4c7df6dfc8 example > package.json - Support typescript in examples
Using react-scripts-ts instead of react-scripts
2020-01-24 16:38:38 +05:30
bendtherules 0aacaa379c src, example - Formatr all files using prettier 2020-01-24 13:11:57 +05:30
bendtherules dee9e8f28f package.json - Add prettier and format task 2020-01-24 13:11:34 +05:30
bendtherules 5cc883e786 Example - Add typescript dep 2020-01-24 13:08:12 +05:30
bendtherules e8a13b925e package.json - Update react versions to hooks, add redux and typescript 2020-01-14 12:08:01 +05:30
bendtherules d66d89afd5 init create-react-library@2.6.7 2020-01-14 11:30:57 +05:30