thin-provisioning-tools/functional-tests/fmt/js.sls
Joe Thornber 3e5de399a7 [functional tests] Remove dependency on the ThunderChez library.
I've just moved the relevant code into the functional-tests dir.
2020-04-30 12:07:42 +01:00

19 lines
388 B
Scheme

;;;; fmt-js.scm -- javascript formatting utilities
;;
;; Copyright (c) 2011-2012 Alex Shinn. All rights reserved.
;; BSD-style license: http://synthcode.com/license.txt
#!r6rs
(library
(fmt js)
(export
js-expr js-function js-var js-comment js-array js-object js=== js>>>)
(import (chezscheme)
(fmt fmt) (fmt c)
(srfi private include))
(include ("fmt") "fmt-js.scm")
)