Skip to content

Commit 99d19c5

Browse files
authored
πŸŽ‰ Initial commit (#1)
* πŸŽ‰ Initial commit * 🏷️ Add `readonly` * πŸ“ Add installation and usage to `README.md` * πŸ“ Update installation instructions in `README.md` to include `@ast-grep/napi` * πŸ“ Add download badges * ✏️ Fix typo in Dart test case
1 parent 03d9791 commit 99d19c5

24 files changed

+1378
-585
lines changed

β€Ž.dockerignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

β€Ž.env

Whitespace-only changes.

β€Ž.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
* @NatoBoram
1+
*.ts @coderabbitai/typescript-reviewers
2+
*.tsx @coderabbitai/react-reviewers

β€Ž.github/FUNDING.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.github/copilot-instructions.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

β€Ž.github/workflows/docker.yaml

Lines changed: 0 additions & 60 deletions
This file was deleted.

β€Ž.github/workflows/pnpm-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ jobs:
3131
- uses: actions/setup-node@v4
3232
with:
3333
registry-url: https://npm.pkg.github.com
34-
scope: "@natoboram"
34+
scope: "@coderabbitai"
3535
- run: pnpm publish --access public --no-git-checks --provenance
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- uses: actions/setup-node@v4
4040
with:
4141
registry-url: https://registry.npmjs.org
42-
scope: "@natoboram"
42+
scope: "@coderabbitai"
4343
- run: pnpm publish --access public --no-git-checks --provenance
4444
env:
4545
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
4646

4747
- run: pnpm pack --pack-gzip-level 9
48-
- run: gh release create "$VERSION" --generate-notes --title "$VERSION" --verify-tag natoboram-gigachad.ts-*.tgz
48+
- run: gh release create "$VERSION" --generate-notes --title "$VERSION" --verify-tag coderabbitai-ast-grep-langs-*.tgz
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
VERSION: ${{ github.ref_name }}

β€Ž.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"esbenp.prettier-vscode",
77
"github.vscode-github-actions",
88
"github.vscode-pull-request-github",
9-
"ms-azuretools.vscode-docker",
109
"redhat.vscode-yaml",
1110
"vitest.explorer"
1211
]

β€ŽCHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com) and this p
88

99
### Added
1010

11+
- A `Lang` enum with the names of all first-party languages.
12+
- A `langs` object with all first-party languages.
13+
1114
### Changed
1215

1316
### Deprecated
@@ -18,14 +21,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com) and this p
1821

1922
### Security
2023

21-
## [0.0.0] - 2025-06-04
22-
23-
This release doesn't actually exist; it's a placeholder to demonstrate the changelog format.
24-
25-
### Added
26-
27-
- A changelog following the [Keep a Changelog](https://keepachangelog.com) format.
28-
2924
## Types of changes
3025

3126
- `Added` for new features.
@@ -34,6 +29,3 @@ This release doesn't actually exist; it's a placeholder to demonstrate the chang
3429
- `Removed` for now removed features.
3530
- `Fixed` for any bug fixes.
3631
- `Security` in case of vulnerabilities.
37-
38-
[Unreleased]: https://github.com/NatoBoram/gigachad.ts/compare/v0.0.0...HEAD
39-
[0.0.0]: https://github.com/NatoBoram/gigachad.ts/releases/tag/v0.0.0

β€ŽCODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
<https://github.com/NatoBoram/gigachad.ts>.
63+
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

β€ŽDockerfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
Β (0)