Skip to content

Commit

Permalink
Rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
samestep committed Dec 26, 2023
1 parent cf95b07 commit 376c686
Show file tree
Hide file tree
Showing 42 changed files with 89 additions and 9,601 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
.DS_Store
*.tgz
/.cargo/
/packages/core/README.md
/packages/wasm/wbg/
/target/
bindings/
dist/
node_modules/
9 changes: 1 addition & 8 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"timonwong.shellcheck"
]
}
{ "recommendations": ["esbenp.prettier-vscode", "timonwong.shellcheck"] }
6 changes: 1 addition & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
// Prettier-supported languages here: https://prettier.io/docs/en/index.html
"[css]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[markdown]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[yaml]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },

"editor.formatOnSave": true,
"evenBetterToml.formatter.alignComments": false,
"rust-analyzer.check.command": "clippy"
"editor.formatOnSave": true
}
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Make sure to have these tools installed:
- [Git][]
- [Make][]
- [Node][]
- [Rust][]

## Setup

Expand Down Expand Up @@ -61,9 +60,8 @@ Sometimes old build artifacts can hide errors. To clean your build:
make clean
```

This doesn't clean everything; it keeps around downloaded files and Rust's
`target` directory. You should be able to run `make all` right after it without
an Internet connection.
This doesn't clean everything; it keeps around downloaded files. You should be
able to run `make all` right after it without an Internet connection.

## Site

Expand All @@ -82,4 +80,3 @@ make site-deps && npm run --workspace=@rose-lang/site dev -- --host
[git]: https://git-scm.com/downloads
[make]: https://en.wikipedia.org/wiki/Make_(software)
[node]: https://nodejs.org/en/download
[rust]: https://www.rust-lang.org/tools/install
Loading

0 comments on commit 376c686

Please sign in to comment.