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.

20 lines (15 loc) 328 B
goog.provide('test.Thing'); goog.provide('test.AnotherThing'); goog.require('test'); /** * Tests if goog.provide('<class>') lines are found correctly. * @constructor */ test.Thing = function() { }; /** * Tests if goog.provide('<class>') lines are found correctly. * @constructor */ test.AnotherThing = function() { };