Skip to content

Instantly share code, notes, and snippets.

@viesti
Created February 15, 2015 19:21
Show Gist options
  • Save viesti/25c3ac5920150c596957 to your computer and use it in GitHub Desktop.
Save viesti/25c3ac5920150c596957 to your computer and use it in GitHub Desktop.
goog.dependencies_.nameToPath things
(println (str "goog._dependencies.nameToPath count: " (count (js->clj (.. js/goog -dependencies_ -nameToPath )))))
(println (str "i18 stuff: " (count (filter #(re-find #".*i18.*" (name (key %))) (js->clj (.. js/goog -dependencies_ -nameToPath ))))))
goog._dependencies.nameToPath count: 5314
i18 stuff: 3543
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment