mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Format.
This commit is contained in:
parent
f949ded933
commit
787832c68e
6 changed files with 37 additions and 20 deletions
|
@ -427,10 +427,7 @@ export class DenoCompiler implements ts.LanguageServiceHost {
|
|||
*/
|
||||
makeDefine(moduleMetaData: ModuleMetaData): AmdDefine {
|
||||
// TODO should this really be part of the public API of the compiler?
|
||||
return (
|
||||
deps: ModuleSpecifier[],
|
||||
factory: AmdFactory
|
||||
): void => {
|
||||
return (deps: ModuleSpecifier[], factory: AmdFactory): void => {
|
||||
this._log("compiler.localDefine", moduleMetaData.fileName);
|
||||
moduleMetaData.factory = factory;
|
||||
// when there are circular dependencies, we need to skip recursing the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue