UNPKG

opensphere-build-resolver

Version:

Resolves projects, their dependencies, plugins, and config to the correct arguments for compilation via the Google Closure Compiler, sass/node-sass, and other tools.

14 lines (11 loc) 235 B
goog.provide('libcomp'); /* eslint no-undef: "off" */ goog.require('dep1'); goog.require('dep2'); goog.require('dep3'); goog.require('dep4'); goog.require('dep5'); /** * Default library entry point */ libcomp.test = function() {};