|
|
@ -8,7 +8,8 @@ import * as path from 'path'; |
|
|
|
import * as fs from 'fs'; |
|
|
|
import * as fs from 'fs'; |
|
|
|
import * as os from 'os'; |
|
|
|
import * as os from 'os'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// GIT_BRANCH, GIT_COMMITHASH, GIT_VERSION variables are defined by webpack
|
|
|
|
|
|
|
|
// TypeScript doesn't know that these variables exist
|
|
|
|
declare const GIT_BRANCH: string; |
|
|
|
declare const GIT_BRANCH: string; |
|
|
|
declare const GIT_COMMITHASH: string; |
|
|
|
declare const GIT_COMMITHASH: string; |
|
|
|
declare const GIT_VERSION: string; |
|
|
|
declare const GIT_VERSION: string; |
|
|
|