File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ type LanguageRegistration = {
6
6
expandoChar ?: string
7
7
}
8
8
9
- declare const registratoin : LanguageRegistration
10
- export default registratoin
9
+ declare const registration : LanguageRegistration
10
+ export default registration
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ type LanguageRegistration = {
6
6
expandoChar ?: string
7
7
}
8
8
9
- declare const registratoin : LanguageRegistration
10
- export default registratoin
9
+ declare const registration : LanguageRegistration
10
+ export default registration
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ast-grep/create-lang" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"private" : false ,
5
5
"description" : " " ,
6
6
"main" : " index.js" ,
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ type LanguageRegistration = {
6
6
expandoChar ?: string
7
7
}
8
8
9
- declare const registratoin : LanguageRegistration
10
- export default registratoin
9
+ declare const registration : LanguageRegistration
10
+ export default registration
You can’t perform that action at this time.
0 commit comments