= DepsWriterを使う = [[http://code.google.com/intl/ja/closure/library/docs/depswriter.html]]の翻訳(予定) == イントロダクション == [[Closure_Library/closurebuilder|ClosureBuilderを使う]]では、簡単にClosure Libraryのデバッグローダについて触れた。 コンパイルされていないソースを使う場合、goog.require()によってnamespaceが要求されフェッチされるが、それはそのnamespaceを供給するスクリプトのURLをsrcとする }}} This code loads myproject.foo (and myproject.bar, by dependency), then calls myproject.foo.start() just before the closing tag. Note that you should only link to base.js and your dependency files in the debug version of your application. When using compiled JavaScript, just include the script tag to load the compiled file.