##// END OF EJS Templates
Fix service variables
Fix service variables

File last commit:

r41:097aa130 default
r42:eb403540 default
Show More
main-macros.lisp
8 lines | 188 B | text/x-common-lisp | CommonLispLexer
(in-package sugar-qsp.main)
(defmacro+ps api-call (name &rest args)
`(,(intern (string-upcase name) "API") ,@args))
(defpsmacro has (key obj)
`(chain ,obj (has-own-property ,key)))