Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🔖 v1.0.0#3

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
NatoBoram merged 3 commits intomainfromrelease/v1.0.0
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes fromall 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
13 changes: 10 additions & 3 deletionsCHANGELOG.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,9 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com) and this p

### Added

- A `Lang` enum with the names of all first-party languages.
- A `langs` object with all first-party languages.

### Changed

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

### Security

## [1.0.0] - 2025-06-13

### Added

- A `Lang` enum with the names of all first-party languages.
- A `langs` object with all first-party languages.

## Types of changes

- `Added` for new features.
Expand All@@ -29,3 +33,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com) and this p
- `Removed` for now removed features.
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

[Unreleased]: https://github.com/coderabbitai/ast-grep-langs/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/coderabbitai/ast-grep-langs/releases/tag/v1.0.0
2 changes: 2 additions & 0 deletionsREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,5 +16,7 @@ pnpm i @coderabbitai/ast-grep-langs @ast-grep/napi
import { registerDynamicLanguage } from "@ast-grep/napi"
import { langs } from "@coderabbitai/ast-grep-langs"

// @ts-expect-error Type `StaticLangRegistration` is missing the following
// properties from type `LangRegistration`: `libraryPath`, `extensions`.
registerDynamicLanguage(langs)
```
2 changes: 1 addition & 1 deletionpackage.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@coderabbitai/ast-grep-langs",
"version": "0.0.0",
"version": "1.0.0",
"description": " Exports all first-party ast-grep languages",
"keywords": [
"ast-grep"
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp