File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import DOT_GIT_DIR from './dot-git-dir'
1313import DOT_PACKAGE_LOCK_JSON from './dot-package-lock-json'
1414import DOT_SOCKET_DIR from './dot-socket-dir'
1515import EMPTY_FILE from './empty-file'
16+ import EMPTY_VALUE from './empty-value'
1617import EnvObject from './env'
1718import ESLINT_CONFIG_JS from './eslint-config-js'
1819import ESNEXT from './esnext'
@@ -144,6 +145,7 @@ declare const Constants: {
144145 readonly DOT_PACKAGE_LOCK_JSON : typeof DOT_PACKAGE_LOCK_JSON
145146 readonly DOT_SOCKET_DIR : typeof DOT_SOCKET_DIR
146147 readonly EMPTY_FILE : typeof EMPTY_FILE
148+ readonly EMPTY_VALUE : typeof EMPTY_VALUE
147149 readonly ENV : typeof EnvObject
148150 readonly ESLINT_CONFIG_JS : typeof ESLINT_CONFIG_JS
149151 readonly ESNEXT : typeof ESNEXT
Original file line number Diff line number Diff line change 1- declare const pnpmExecPath : string | null
1+ declare const pnpmExecPath : string
22export = pnpmExecPath
Original file line number Diff line number Diff line change 1+ declare const yarnExecPath : string
2+ export = yarnExecPath
Original file line number Diff line number Diff line change 597597 "default" : " ./lib/constants/yarn-classic.js"
598598 },
599599 "./lib/constants/yarn-exec-path" : {
600+ "types" : " ./lib/constants/yarn-exec-path.d.ts" ,
600601 "default" : " ./lib/constants/yarn-exec-path.js"
601602 },
602603 "./lib/constants/yarn-lock" : {
You can’t perform that action at this time.
0 commit comments