This repository was archived by the owner on Dec 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ export abstract class GetBase {
5858
5959 const opts : srcmak . Options = {
6060 entrypoint : fileName ,
61- deps : deps . map ( dep => path . dirname ( require . resolve ( `${ dep } /package.json` ) ) )
61+ deps : deps . map ( dep => path . dirname ( require . resolve ( `${ dep } /package.json` ) ) ) ,
62+ moduleKey : source . replace ( / \/ / gi, '_' )
6263 } ;
6364
6465 // used for testing.
Original file line number Diff line number Diff line change 3636 "ink" : " ^2.7.1" ,
3737 "ink-confirm-input" : " ^2.0.0" ,
3838 "ink-spinner" : " ^3.0.1" ,
39- "jsii-srcmak" : " ^0.1.4 " ,
39+ "jsii-srcmak" : " ^0.1.10 " ,
4040 "log4js" : " ^6.3.0" ,
4141 "open" : " ^7.0.4" ,
4242 "react" : " ^16.13.1" ,
Original file line number Diff line number Diff line change @@ -5091,10 +5091,10 @@ jsii-rosetta@^1.7.0:
50915091 xmldom "^0.3.0"
50925092 yargs "^15.3.1"
50935093
5094- jsii-srcmak@^0.1.4 :
5095- version "0.1.9 "
5096- resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.9 .tgz#f5ac959507a4eccc8c723af26b53ad23b087143f "
5097- integrity sha512-J1X4d2NgX5wBJWYTpTaB6PNRg+XGmr+rA6wA/mPCZef56gF9D00tHN36emmX46lgy38C5QUsbUSRK8qgHrp+BA ==
5094+ jsii-srcmak@^0.1.10 :
5095+ version "0.1.10 "
5096+ resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.10 .tgz#af2c879edfe640aec511d3eb247f1f768d0ff25d "
5097+ integrity sha512-kgjnHbEzi4HvI5tNMD9aemAf846e9/ujjrXYLHByUm2DJcqkPV8tgcAhTJ6cmWyYGaUnvIgUAoL4z4IUJJT5vw ==
50985098 dependencies :
50995099 fs-extra "^9.0.0"
51005100 jsii "^1.5.0"
You can’t perform that action at this time.
0 commit comments