File tree Expand file tree Collapse file tree 5 files changed +12
-0
lines changed
Expand file tree Collapse file tree 5 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ declare const EMPTY_VALUE : '<value>'
2+ export = EMPTY_VALUE
Original file line number Diff line number Diff line change 1+ 'use strict'
2+
3+ module . exports = '<value>'
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const props = {
1818 DOT_PACKAGE_LOCK_JSON : '.package-lock.json' ,
1919 DOT_SOCKET_DIR : '.socket' ,
2020 EMPTY_FILE : '/* empty */\n' ,
21+ EMPTY_VALUE : '<value>' ,
2122 ENV : undefined ,
2223 ESLINT_CONFIG_JS : 'eslint.config.js' ,
2324 ESNEXT : 'esnext' ,
Original file line number Diff line number Diff line change 1+ declare const pnpmExecPath : string | null
2+ export = pnpmExecPath
Original file line number Diff line number Diff line change 172172 "types" : " ./lib/constants/empty-file.d.ts" ,
173173 "default" : " ./lib/constants/empty-file.js"
174174 },
175+ "./lib/constants/empty-value" : {
176+ "types" : " ./lib/constants/empty-value.d.ts" ,
177+ "default" : " ./lib/constants/empty-value.js"
178+ },
175179 "./lib/constants/env" : {
176180 "types" : " ./lib/constants/env.d.ts" ,
177181 "default" : " ./lib/constants/env.js"
You can’t perform that action at this time.
0 commit comments