Ka-wai Wong
|
fc34a63bd1
|
Add icons for client treeview
|
2019-03-11 13:53:08 -07:00 |
Ka-wai Wong
|
08021586b0
|
Add models for client treeview
|
2019-03-11 13:52:55 -07:00 |
Ka-wai Wong
|
2f79646b09
|
Merge pull request #31 from kawwong/process-file
Add function to process file into MezzuriteComponent
|
2019-03-11 13:51:20 -07:00 |
Ka-wai Wong
|
ec146c9d29
|
Fix failing test for processFile
|
2019-03-11 12:04:40 -07:00 |
Ka-wai Wong
|
39bfd6e102
|
Merge branch 'master' of https://github.com/microsoft/vscode-mezzurite into process-file
|
2019-03-11 12:01:32 -07:00 |
Ka-wai Wong
|
84d7b787c2
|
Merge pull request #32 from kawwong/generate-react
Add function for generateReact
|
2019-03-11 11:59:08 -07:00 |
Ka-wai Wong
|
792b710030
|
Set processFile to reject on invalid path/project
|
2019-03-11 11:59:03 -07:00 |
Ka-wai Wong
|
fbbfa60695
|
Add null check for sourceFile in getExportContents
|
2019-03-11 11:04:04 -07:00 |
Ka-wai Wong
|
60ae863635
|
Remove redundant check in generateReact
|
2019-03-11 10:47:34 -07:00 |
Ka-wai Wong
|
754182239c
|
Fix linting errors
|
2019-03-07 18:52:34 -08:00 |
Ka-wai Wong
|
37105ed599
|
Add function for generateReact
|
2019-03-07 18:40:46 -08:00 |
Ka-wai Wong
|
8b7f315350
|
Merge pull request #30 from kawwong/generate-ng-module
Add function for generateNgModule
|
2019-03-07 18:07:40 -08:00 |
Ka-wai Wong
|
93f6c8926d
|
Send results from processFile in server.ts to client
|
2019-03-06 17:52:16 -08:00 |
Ka-wai Wong
|
927d31359d
|
Add function to process file into MezzuriteComponent
|
2019-03-06 17:42:03 -08:00 |
Ka-wai Wong
|
df6611e665
|
Fix MezzuriteComponent path in generateNgModule.ts
|
2019-03-06 17:40:46 -08:00 |
Ka-wai Wong
|
dd2bf34757
|
Add function for generateNgModule
|
2019-03-06 17:27:39 -08:00 |
Ka-wai Wong
|
15d7180f89
|
Merge pull request #29 from kawwong/generate-ng-component
Add function for generateNgComponent
|
2019-03-06 17:21:26 -08:00 |
Ka-wai Wong
|
f05af0e98e
|
Use path resolve to handle templateUrl paths
|
2019-03-06 17:03:36 -08:00 |
Ka-wai Wong
|
0cf74fd757
|
Add check for component-title in generateNgComponent
|
2019-03-06 16:55:44 -08:00 |
Ka-wai Wong
|
a2d5b8a728
|
Move getTemplate into separate function
|
2019-03-06 16:51:19 -08:00 |
Ka-wai Wong
|
7f248c7f46
|
Add test case for bad templateUrl for generateNgComponent
|
2019-03-06 16:40:51 -08:00 |
Ka-wai Wong
|
999f3a339b
|
Capitalize import paths for MezzuriteComponent
|
2019-03-06 16:29:37 -08:00 |
Ka-wai Wong
|
0d04a49cf0
|
Add comments about ts-ignore being used in test files
|
2019-03-06 16:21:44 -08:00 |
Ka-wai Wong
|
7420d6167c
|
Fix broken filepath in generateComponent test
|
2019-03-06 16:20:31 -08:00 |
Ka-wai Wong
|
10bfe8cdfb
|
Add generateNgComponent function
|
2019-03-06 16:16:06 -08:00 |
Ka-wai Wong
|
0e98d5ccfc
|
Add interface for MezzuriteComponent
|
2019-03-06 16:15:19 -08:00 |
Ka-wai Wong
|
a013bf284e
|
Install ts-morph
|
2019-03-06 16:15:07 -08:00 |
manpatel3107
|
dd6d5e49f1
|
Merge pull request #27 from Microsoft/azure-pipelines
Set up CI with Azure Pipelines
|
2019-03-06 16:06:50 -08:00 |
Ka-wai Wong
|
ee0575a3e1
|
Merge remote-tracking branch 'upstream/master' into azure-pipelines
|
2019-03-06 16:04:10 -08:00 |
manpatel3107
|
d529c3d668
|
Merge pull request #28 from kawwong/extract-source-files-test
Fix extractSourceFiles tests to work cross platform
|
2019-03-06 16:03:15 -08:00 |
Ka-wai Wong
|
8e09c728d1
|
Remove unused import in extractSourceFiles.ts
|
2019-03-06 15:57:33 -08:00 |
Ka-wai Wong
|
a8d529ba84
|
Fix extractSourceFiles tests to work cross platform
|
2019-03-06 15:56:25 -08:00 |
C. Naoto Abreu Takemura
|
4a51158288
|
Set up CI with Azure Pipelines
|
2019-03-06 14:56:28 -08:00 |
manpatel3107
|
fcdde989b5
|
Merge pull request #26 from kawwong/get-component-type
Create getComponentType functions and helper functions
|
2019-03-06 12:23:28 -08:00 |
manpatel3107
|
f4d5dcab7e
|
Merge pull request #25 from kawwong/refactor
Add processing functions for filesystem
|
2019-03-06 12:21:42 -08:00 |
Ka-wai Wong
|
feb4c84e96
|
Assign duplicated expression to variable in isReact
|
2019-03-06 12:12:06 -08:00 |
Ka-wai Wong
|
a05f3301fe
|
Add isNgComponent and isNgModule for getComponentType
|
2019-03-05 18:32:38 -08:00 |
Ka-wai Wong
|
90adec054a
|
Add base getComponentType function and react check
|
2019-03-05 18:32:25 -08:00 |
Ka-wai Wong
|
54330bf89a
|
Add extractSourceFiles
|
2019-03-05 18:21:59 -08:00 |
Ka-wai Wong
|
152e29e22b
|
Apply extractSourceFiles on each workspace folder
|
2019-03-05 18:20:19 -08:00 |
manpatel3107
|
d36971052e
|
Merge pull request #24 from kawwong/refactor
Initial port to language server protocol project structure
|
2019-03-05 15:09:08 -08:00 |
Ka-wai Wong
|
6c8b0ab41f
|
Add jest
|
2019-03-04 19:36:00 -08:00 |
Ka-wai Wong
|
1684d85b74
|
Remove unused imports from extension.ts
|
2019-03-04 19:18:06 -08:00 |
Ka-wai Wong
|
96e328c3d6
|
Update json indentation to 2 spaces
|
2019-03-04 19:15:28 -08:00 |
Ka-wai Wong
|
885371be65
|
Remove existing implementation
|
2019-03-04 19:13:38 -08:00 |
Ka-wai Wong
|
44e82c756b
|
Initial port to language server protocol project structure
|
2019-03-04 18:55:22 -08:00 |
Ka-wai Wong
|
9145285e88
|
Merge pull request #23 from kawwong/ts-morph
Replace ts-simple-ast with ts-morph
|
2019-02-20 16:36:13 -08:00 |
Ka-wai Wong
|
9de4b45a66
|
Replace ts-simple-ast with ts-morph
|
2019-02-20 16:31:49 -08:00 |
Ka-wai Wong
|
a896fa62eb
|
Merge pull request #22 from kawwong/linting
Enable linting
|
2019-02-20 15:15:41 -08:00 |
Ka-wai Wong
|
b379a774f7
|
Enable linting
|
2019-02-20 14:52:30 -08:00 |