Commit Graph
45 Commits
Author SHA1 Message Date
bendtherules 1741826d96 refactor(misc): Move source and completion mappings to parent using context
Also change most consumers to use the context value
2020-10-05 20:47:49 +05:30
bendtherules c4e8cf7fce refactor(source): SourceViewer - Break highlight nested children into separate components
Add separate component for <Pre/>, line and token renderer. Hierarchy is Pre > Line > Token
2020-10-05 20:45:19 +05:30
bendtherules 8ca03e989d refactor(completion): CompletionViewer - Add key for each card 2020-10-05 20:28:40 +05:30
bendtherules 566357ca3d feat(completion): CompletionCard - Make source and full record section optional 2020-10-05 20:27:46 +05:30
bendtherules 4fbee80653 config(misc): commitlint.config.js - Increase body-line-length limit to 300 2020-10-05 20:26:29 +05:30
bendtherules 919c9c253e feat(source): SourceMapping - Add token also to map
This token will be helpful to find completion record from AST token. When you click on source code, this will be used.
2020-10-05 20:23:40 +05:30
bendtherules 83760b66f9 style(app,completion): Improve mobile layout 2020-10-05 20:19:46 +05:30
bendtherules 7d4b2f15a3 update(types): Expose more types from prism 2020-10-05 17:25:32 +05:30
bendtherules d6de275ba0 config: vscode config - In zenmode,make centerLayout:false 2020-10-03 11:11:06 +05:30
bendtherules 05a3b884f1 refactor(engine262): runEngine - Remove comment 2020-10-03 10:42:21 +05:30
bendtherules 3949f242e2 feat(app): For App layout, change to centered layout on large display 2020-09-28 20:26:36 +05:30
bendtherules 7937b6b2d6 feat(completion): Comp SourceSnippet - add compact layout for one-line related code 2020-09-28 20:24:41 +05:30
bendtherules 05a5278244 refactor(completion): Break down Completion Card into sections and forward using context 2020-09-28 19:24:54 +05:30
bendtherules f0b0b916e2 config(misc): Add commitlint
Add dep and config
2020-09-28 18:25:34 +05:30
bendtherules 1ca2003a31 Fix all existing lint errors 2020-09-28 16:23:20 +05:30
bendtherules 49b0337231 Fix all prettier errors 2020-09-28 16:19:42 +05:30
bendtherules 8ee1581129 package.json - Separate out lint and prettier cmds into min and all version 2020-09-28 16:17:35 +05:30
bendtherules b040ae3e27 package.json - Add prettier cmds to script 2020-09-28 16:15:20 +05:30
bendtherules 7c302335e9 eslint - configure and setup auto linting 2020-09-28 16:08:03 +05:30
bendtherules 3d76abe13c package.json - Fix prettier diff command 2020-09-28 15:46:27 +05:30
bendtherules cea7c1e1c9 .prettierrc - Add auto-detected settings 2020-09-28 15:28:02 +05:30
bendtherules b5c7b056fe package.json - Setup husky and prettier 2020-09-28 13:50:40 +05:30
bendtherules 5838d549c7 package.json - Move typescript to devdep 2020-09-28 12:49:52 +05:30
bendtherules dae87ba6cc Add basic CompletionViewer 2020-09-28 12:42:48 +05:30
bendtherules 73dcd7851c tailwind.config - Add half mw, circle bdr and fit-content 2020-09-28 12:11:28 +05:30
bendtherules 286b661b95 settings - Turn zenmode fullscreen false 2020-09-28 12:10:40 +05:30
bendtherules a852d36ea5 Add dep - redux-toolkit 2020-09-08 17:05:57 +05:30
bendtherules ce173ab81a Add empty CompletionViewer 2020-09-08 17:04:35 +05:30
bendtherules 591ab1862f runEngine - Use old setup code 2020-09-07 21:51:19 +05:30
bendtherules 571b38806b engine262/evaluator.mjs - Add onNodeEvaluationComplete hook 2020-09-07 18:59:44 +05:30
bendtherules 06d0171d8b Install old engine262 in src/engine262
New version was not returning completion records easily
2020-09-07 18:58:41 +05:30
bendtherules 8a495eae12 Delete engine262 project 2020-09-07 18:53:23 +05:30
bendtherules c63d957d0f Separate components into SourceViewer and CompletionViewer 2020-09-07 16:48:26 +05:30
bendtherules a1090de269 Add basic CompletionMapping and runEngine code 2020-09-07 16:48:04 +05:30
bendtherules 479c4d0f2e Add "acorn" as devdep for types 2020-09-07 16:47:16 +05:30
bendtherules 46f1a5c569 Refactor - Move some files into src/logic and src/types 2020-09-07 11:05:11 +05:30
bendtherules 5bbb8ef41f engine262 - Add onNodeEvaluationComplete hook support 2020-09-07 10:33:03 +05:30
bendtherules ad3c90a8b2 engine262 - yarn install 2020-09-07 10:32:30 +05:30
bendtherules 66c1aeb9e0 Clone engine262 in /engine262 2020-09-07 10:19:00 +05:30
bendtherules 7688de2e5c Revert "Add "nanoevents" dep" - Not required, use options.onNodeEvaluationComplete
This reverts commit 0672aec806.
2020-09-06 20:09:26 +05:30
bendtherules 7f8c06b440 .gitignore - Ignore tailwind output file 2020-09-05 17:38:23 +05:30
bendtherules 0672aec806 Add "nanoevents" dep 2020-09-05 17:38:06 +05:30
bendtherules 6024509516 Add basic code view and sourceMapping 2020-09-05 17:25:45 +05:30
bendtherules b4e32055b1 Add tailwindcss and prism-react-renderer dep 2020-09-05 17:25:08 +05:30
bendtherules 0b3cb2add1 Initialize project using Create React App 2020-08-30 20:26:05 +05:30