@atomist/rug
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -0,1 +1,2 @@ | ||
/* | ||
@@ -404,3 +405,13 @@ * Copyright 2015-2016 Atomist Inc. | ||
//template: string | ||
//path: string | ||
//parameters: any | ||
merge(template: string, path: string, parameters: any): void | ||
//templatesPath: string | ||
//outputPath: string | ||
//ic: any | ||
mergeTemplates(templatesPath: string, outputPath: string, ic: any): void | ||
//path: string | ||
moveUnder(path: string): void | ||
@@ -1014,3 +1025,13 @@ | ||
//template: string | ||
//path: string | ||
//parameters: any | ||
merge(template: string, path: string, parameters: any): void | ||
//templatesPath: string | ||
//outputPath: string | ||
//ic: any | ||
mergeTemplates(templatesPath: string, outputPath: string, ic: any): void | ||
//path: string | ||
moveUnder(path: string): void | ||
@@ -1163,96 +1184,2 @@ | ||
/* | ||
* Test type for replacing the content of files | ||
*/ | ||
interface Replacer { | ||
content(): string | ||
//msg: string | ||
fail(msg: string): void | ||
filename(): string | ||
isWellFormed(): boolean | ||
lineCount(): number | ||
//p1: string | ||
//p2: string | ||
overloaded(p1: string, p2: string): void | ||
//p1: string | ||
overloaded(p1: string): void | ||
path(): string | ||
//msg: string | ||
println(msg: string): void | ||
//stringToReplace: string | ||
//stringReplacement: string | ||
replaceIt(stringToReplace: string, stringReplacement: string): void | ||
//stringToReplace: string | ||
//stringReplacement: string | ||
replaceItNoGlobal(stringToReplace: string, stringReplacement: string): void | ||
//root: string | ||
underPath(root: string): boolean | ||
} // interface Replacer | ||
/* | ||
* Test type for replacing the content of clojure files | ||
*/ | ||
interface Replacerclj { | ||
content(): string | ||
//msg: string | ||
fail(msg: string): void | ||
filename(): string | ||
isWellFormed(): boolean | ||
lineCount(): number | ||
//p1: string | ||
//p2: string | ||
overloaded(p1: string, p2: string): void | ||
//p1: string | ||
overloaded(p1: string): void | ||
path(): string | ||
//msg: string | ||
println(msg: string): void | ||
//stringToReplace: string | ||
//stringReplacement: string | ||
replaceIt(stringToReplace: string, stringReplacement: string): void | ||
//stringToReplace: string | ||
//stringReplacement: string | ||
replaceItNoGlobal(stringToReplace: string, stringReplacement: string): void | ||
//root: string | ||
underPath(root: string): boolean | ||
} // interface Replacerclj | ||
/* | ||
* | ||
@@ -1382,3 +1309,13 @@ Type for services. Used in executors. | ||
//template: string | ||
//path: string | ||
//parameters: any | ||
merge(template: string, path: string, parameters: any): void | ||
//templatesPath: string | ||
//outputPath: string | ||
//ic: any | ||
mergeTemplates(templatesPath: string, outputPath: string, ic: any): void | ||
//path: string | ||
moveUnder(path: string): void | ||
@@ -1472,7 +1409,5 @@ | ||
export { PythonRequirementsTxt } | ||
export { Replacer } | ||
export { Replacerclj } | ||
export { Services } | ||
export { SpringBootProject } | ||
export { Xml } | ||
export { Yml } | ||
export { Yml } |
{ | ||
"name": "@atomist/rug", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "TypeScript model for Atomist editors, generators etc", | ||
@@ -5,0 +5,0 @@ "repository": { |
78353
1358