cljs.build.api/parse-js-ns

functionsince v0.0-2629Edit
(parse-js-ns f)

Source docstring:
Given a Google Closure style JavaScript file or resource return the namespace
information for the given file. Only returns the value extracted from the
first provide statement.
Source code @ clojurescript:src/main/clojure/cljs/build/api.clj
(defn parse-js-ns
  [f]
  (closure/parse-js-ns f))