mirror of
https://github.com/github/semantic.git
synced 2024-11-30 14:47:30 +03:00
Define a HasPrelude instance for JavaScript.
This commit is contained in:
parent
793032f420
commit
c4b25097a4
@ -161,6 +161,7 @@ class HasPrelude (language :: Language) where
|
|||||||
instance HasPrelude 'Go
|
instance HasPrelude 'Go
|
||||||
instance HasPrelude 'Haskell
|
instance HasPrelude 'Haskell
|
||||||
instance HasPrelude 'Java
|
instance HasPrelude 'Java
|
||||||
|
instance HasPrelude 'JavaScript
|
||||||
instance HasPrelude 'PHP
|
instance HasPrelude 'PHP
|
||||||
|
|
||||||
instance HasPrelude 'Python where
|
instance HasPrelude 'Python where
|
||||||
|
Loading…
Reference in New Issue
Block a user