1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

Define a HasPrelude instance for JavaScript.

This commit is contained in:
Rob Rix 2018-06-18 15:19:11 -04:00
parent 793032f420
commit c4b25097a4

View File

@ -161,6 +161,7 @@ class HasPrelude (language :: Language) where
instance HasPrelude 'Go
instance HasPrelude 'Haskell
instance HasPrelude 'Java
instance HasPrelude 'JavaScript
instance HasPrelude 'PHP
instance HasPrelude 'Python where