Skip to content

Consolidate a few files from the rescript-editor-plugin merger #117

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

Merged
merged 1 commit into from
Apr 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
.DS_Store
out
node_modules
client/server
examples/*/lib
analysis/tests/lib
analysis/tests/.merlin
# artifacts from binary compilation
*.exe
*.cmi
*.cmt
*.cmti
*.cmx
*.o
*.install
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
## master

Fixes:
- Jump-to-definition on some Windows paths.
- `->` autocomplete overruled `.`.

Features:
- Autocomplete for props in JSX components.
- `->` autocomplete for built-in list, array, string, option types. And for string and array literals.
- Hover on labels in component functions with compiler version 9.1, and labels with type annotation.
- Don't show file path on hover (cleaner).

## 1.0.8

Fixes:
- Diagnostics display for long lines.

Expand Down
58 changes: 0 additions & 58 deletions analysis/.github/workflows/ci.yml

This file was deleted.

11 changes: 0 additions & 11 deletions analysis/.gitignore

This file was deleted.

59 changes: 0 additions & 59 deletions analysis/Changes.md

This file was deleted.

21 changes: 0 additions & 21 deletions analysis/LICENSE

This file was deleted.

33 changes: 0 additions & 33 deletions analysis/package-lock.json

This file was deleted.

20 changes: 0 additions & 20 deletions analysis/package.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
]
},
"scripts": {
"clean": "rm -r client/out server/out",
"clean": "rm -rf client/out server/out",
"vscode:prepublish": "npm run clean && npm run compile",
"compile": "tsc -b",
"watch": "tsc -b -w",
Expand Down