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 = {
66 expandoChar ?: string
77}
88
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 = {
66 expandoChar ?: string
77}
88
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 11{
22 "name" : " @ast-grep/create-lang" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "private" : false ,
55 "description" : " " ,
66 "main" : " index.js" ,
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ type LanguageRegistration = {
66 expandoChar ?: string
77}
88
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