From 250fbb6eb3cac925b7dfe26802f435a3989eef92 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Sat, 22 Sep 2018 14:35:38 -0400 Subject: [PATCH] [ci skip] Updates --- enums/placeholders.html | 6 +- enums/runner.html | 4 +- enums/testdirectories.html | 12 +-- globals.html | 102 +++++++++--------- interfaces/tasks.html | 6 +- interfaces/typescriptstarterclioptions.html | 24 ++--- .../typescriptstarterinferredoptions.html | 10 +- interfaces/typescriptstarteroptions.html | 34 +++--- .../typescriptstarterrequiredconfig.html | 4 +- 9 files changed, 101 insertions(+), 101 deletions(-) diff --git a/enums/placeholders.html b/enums/placeholders.html index cc43153..fef0636 100644 --- a/enums/placeholders.html +++ b/enums/placeholders.html @@ -89,7 +89,7 @@
email: = "YOUR_EMAIL"
@@ -99,7 +99,7 @@
name: = "YOUR_NAME"
@@ -109,7 +109,7 @@
username: = "YOUR_GITHUB_USER_NAME"
diff --git a/enums/runner.html b/enums/runner.html index 836eaa5..eeac4f5 100644 --- a/enums/runner.html +++ b/enums/runner.html @@ -88,7 +88,7 @@
Npm: = "npm"
@@ -98,7 +98,7 @@
Yarn: = "yarn"
diff --git a/enums/testdirectories.html b/enums/testdirectories.html index f64bf8b..07e9b2d 100644 --- a/enums/testdirectories.html +++ b/enums/testdirectories.html @@ -92,7 +92,7 @@
five: = "test-5"
@@ -102,7 +102,7 @@
four: = "test-4"
@@ -112,7 +112,7 @@
one: = "test-1"
@@ -122,7 +122,7 @@
six: = "test-6"
@@ -132,7 +132,7 @@
three: = "test-3"
@@ -142,7 +142,7 @@
two: = "test-2"
diff --git a/globals.html b/globals.html index cae79b4..164307f 100644 --- a/globals.html +++ b/globals.html @@ -156,7 +156,7 @@
TypescriptStarterArgsOptions: TypescriptStarterUserOptions | TypescriptStarterRequiredConfig
@@ -166,7 +166,7 @@
TypescriptStarterUserOptions: TypescriptStarterCLIOptions & TypescriptStarterRequiredConfig
@@ -179,7 +179,7 @@
branch: string = execa.sync('git', ['rev-parse','--symbolic-full-name','--abbrev-ref','HEAD']).stdout
@@ -197,7 +197,7 @@
buildDir: string = join(process.cwd(), 'build')
@@ -207,7 +207,7 @@
down: "" = ""
@@ -219,7 +219,7 @@ "
@@ -229,7 +229,7 @@
inherit: undefined | null | number | "inherit" | "pipe" | "ipc" | "ignore" | Stream = 'inherit' as StdIOOption
@@ -239,7 +239,7 @@
up: "" = ""
@@ -256,7 +256,7 @@
  • Parameters

    @@ -279,7 +279,7 @@
  • @@ -310,7 +310,7 @@ asyncABC().then(console.log);
  • Returns Promise<TypescriptStarterArgsOptions>

    @@ -327,7 +327,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -353,7 +353,7 @@ asyncABC().then(console.log);
  • @@ -398,7 +398,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -421,7 +421,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -444,7 +444,7 @@ asyncABC().then(console.log);
  • @@ -488,7 +488,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -511,7 +511,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -534,7 +534,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -563,7 +563,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -589,7 +589,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -612,7 +612,7 @@ asyncABC().then(console.log);
  • Returns Promise<TypescriptStarterCLIOptions>

    @@ -629,7 +629,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -652,7 +652,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -675,7 +675,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -698,7 +698,7 @@ asyncABC().then(console.log);
  • @@ -737,7 +737,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -760,7 +760,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -783,7 +783,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -812,7 +812,7 @@ asyncABC().then(console.log);
  • @@ -845,7 +845,7 @@ sha256('test')
  • @@ -878,7 +878,7 @@ sha256('test')
  • Parameters

    @@ -901,7 +901,7 @@ sha256('test')
  • Parameters

    @@ -930,7 +930,7 @@ sha256('test')
  • Parameters

    @@ -1017,7 +1017,7 @@ sha256('test')
  • Parameters

    @@ -1043,7 +1043,7 @@ sha256('test')
  • Parameters

    @@ -1068,7 +1068,7 @@ sha256('test')
    LiveTasks: object
    @@ -1077,7 +1077,7 @@ sha256('test')
    cloneRepo: (Anonymous function) = cloneRepo(execa)
    @@ -1087,7 +1087,7 @@ sha256('test')
    initialCommit: (Anonymous function) = initialCommit(execa)
    @@ -1097,7 +1097,7 @@ sha256('test')
    install: (Anonymous function) = install(execa)
    @@ -1108,7 +1108,7 @@ sha256('test')
    env: object
    @@ -1117,7 +1117,7 @@ sha256('test')
    TYPESCRIPT_STARTER_REPO_BRANCH: string = repoInfo.branch
    @@ -1127,7 +1127,7 @@ sha256('test')
    TYPESCRIPT_STARTER_REPO_URL: string = repoInfo.repo
    @@ -1138,7 +1138,7 @@ sha256('test')
    repoInfo: object
    @@ -1147,7 +1147,7 @@ sha256('test')
    branch: string = branch === 'HEAD' ? '.' : branch
    @@ -1157,7 +1157,7 @@ sha256('test')
    repo: string = process.cwd()
    @@ -1168,7 +1168,7 @@ sha256('test')
    sandboxOptions: object
    @@ -1177,7 +1177,7 @@ sha256('test')
    description: string = "this is an example description"
    @@ -1187,7 +1187,7 @@ sha256('test')
    githubUsername: string = "SOME_GITHUB_USERNAME"
    @@ -1197,7 +1197,7 @@ sha256('test')
    repoInfo: object
    @@ -1218,7 +1218,7 @@ sha256('test')
    workingDirectory: string = buildDir
    diff --git a/interfaces/tasks.html b/interfaces/tasks.html index 41d3b94..264df06 100644 --- a/interfaces/tasks.html +++ b/interfaces/tasks.html @@ -97,7 +97,7 @@
    cloneRepo: function
    @@ -142,7 +142,7 @@
    initialCommit: function
    @@ -179,7 +179,7 @@
    install: function
    diff --git a/interfaces/typescriptstarterclioptions.html b/interfaces/typescriptstarterclioptions.html index 9a3a662..7ba7af1 100644 --- a/interfaces/typescriptstarterclioptions.html +++ b/interfaces/typescriptstarterclioptions.html @@ -111,7 +111,7 @@
    appveyor: boolean
    @@ -121,7 +121,7 @@
    circleci: boolean
    @@ -131,7 +131,7 @@
    description: string
    @@ -141,7 +141,7 @@
    domDefinitions: boolean
    @@ -151,7 +151,7 @@
    immutable: boolean
    @@ -161,7 +161,7 @@
    install: boolean
    @@ -171,7 +171,7 @@
    nodeDefinitions: boolean
    @@ -181,7 +181,7 @@
    projectName: string
    @@ -191,7 +191,7 @@
    runner: Runner
    @@ -201,7 +201,7 @@
    strict: boolean
    @@ -211,7 +211,7 @@
    travis: boolean
    @@ -221,7 +221,7 @@
    vscode: boolean
    diff --git a/interfaces/typescriptstarterinferredoptions.html b/interfaces/typescriptstarterinferredoptions.html index dd688ec..6060758 100644 --- a/interfaces/typescriptstarterinferredoptions.html +++ b/interfaces/typescriptstarterinferredoptions.html @@ -104,7 +104,7 @@
    email: string
    @@ -114,7 +114,7 @@
    fullName: string
    @@ -124,7 +124,7 @@
    githubUsername: string
    @@ -134,7 +134,7 @@
    repoInfo: object
    @@ -155,7 +155,7 @@
    workingDirectory: string
    diff --git a/interfaces/typescriptstarteroptions.html b/interfaces/typescriptstarteroptions.html index 2a563d1..f279e32 100644 --- a/interfaces/typescriptstarteroptions.html +++ b/interfaces/typescriptstarteroptions.html @@ -120,7 +120,7 @@ @@ -131,7 +131,7 @@ @@ -142,7 +142,7 @@ @@ -153,7 +153,7 @@ @@ -164,7 +164,7 @@ @@ -175,7 +175,7 @@ @@ -186,7 +186,7 @@ @@ -197,7 +197,7 @@ @@ -208,7 +208,7 @@ @@ -219,7 +219,7 @@ @@ -230,7 +230,7 @@ @@ -241,7 +241,7 @@
    @@ -263,7 +263,7 @@ @@ -274,7 +274,7 @@ @@ -285,7 +285,7 @@ @@ -296,7 +296,7 @@ @@ -307,7 +307,7 @@ diff --git a/interfaces/typescriptstarterrequiredconfig.html b/interfaces/typescriptstarterrequiredconfig.html index c74c879..001244c 100644 --- a/interfaces/typescriptstarterrequiredconfig.html +++ b/interfaces/typescriptstarterrequiredconfig.html @@ -96,7 +96,7 @@
    install: boolean
    @@ -106,7 +106,7 @@
    starterVersion: string