Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
JennieJi committed Mar 29, 2020
1 parent 9bdb93a commit 82626ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.vscode-test
out
*.log
*.log
*.vsix
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

View AST parsed by [@babel/parser](https://babeljs.io/docs/en/babel-parser) with a simple command:

![open command](docmedia/command-open.png)
![open command](https://github.com/JennieJi/vscode-babel-ast-explorer/blob/master/docmedia/command-open.png)

Plugins and option selections:

![default preview](docmedia/webview-default.png)
![default preview](https://github.com/JennieJi/vscode-babel-ast-explorer/blob/master/docmedia/webview-default.png)

![change option](docmedia/option-support.png)
![change option](https://github.com/JennieJi/vscode-babel-ast-explorer/blob/master/docmedia/option-support.png)

Currently only supports [@babel/parser](https://babeljs.io/docs/en/babel-parser)@`7.8.7`.
Binary file added icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "babel-ast-explorer",
"displayName": "babel-ast-explorer",
"description": "AST preview with @babel/parser",
"icon": "icon.jpg",
"publisher": "jyee721",
"author": {
"name": "Jennie Ji",
Expand Down

0 comments on commit 82626ee

Please sign in to comment.