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

Note a FIXME for the TypeScript prelude.

This commit is contained in:
Rob Rix 2018-06-18 09:57:52 -04:00
parent 5bcc6271ec
commit 2f64baee39

View File

@ -43,4 +43,5 @@ instance Preluded Python.Term where
instance Preluded TypeScript.Term where
type PreludePath TypeScript.Term = "preludes/javascript.js"
-- FIXME: define console.log using __semantic_print
definePrelude = pure ()