Merge branch 'format-gulpfile' into 'master'
format gulpfile See merge request dungeonslayers/ds4!24
This commit is contained in:
commit
145806487e
1 changed files with 429 additions and 429 deletions
|
@ -87,7 +87,7 @@ function createTransformer() {
|
|||
node.decorators,
|
||||
node.modifiers,
|
||||
node.importClause,
|
||||
newModuleSpecifier
|
||||
newModuleSpecifier,
|
||||
);
|
||||
} else if (typescript.isExportDeclaration(node)) {
|
||||
const newModuleSpecifier = typescript.createLiteral(`${node.moduleSpecifier.text}.js`);
|
||||
|
@ -96,7 +96,7 @@ function createTransformer() {
|
|||
node.decorators,
|
||||
node.modifiers,
|
||||
node.exportClause,
|
||||
newModuleSpecifier
|
||||
newModuleSpecifier,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@ -190,7 +190,7 @@ async function clean() {
|
|||
`${name}.js`,
|
||||
"module.json",
|
||||
"system.json",
|
||||
"template.json"
|
||||
"template.json",
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -405,7 +405,7 @@ function gitCommit() {
|
|||
git.commit(`v${getManifest().file.version}`, {
|
||||
args: "-a",
|
||||
disableAppendPaths: true,
|
||||
})
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue