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 3737 "ink" : " ^2.7.1" ,
3838 "ink-confirm-input" : " ^2.0.0" ,
3939 "ink-spinner" : " ^3.0.1" ,
40- "jsii-srcmak" : " ^0.1.4 " ,
40+ "jsii-srcmak" : " ^0.1.10 " ,
4141 "log4js" : " ^6.3.0" ,
4242 "open" : " ^7.0.4" ,
4343 "react" : " ^16.13.1" ,
Original file line number Diff line number Diff line change @@ -5084,10 +5084,10 @@ jsii-rosetta@^1.7.0:
50845084 xmldom "^0.3.0"
50855085 yargs "^15.3.1"
50865086
5087- jsii-srcmak@^0.1.4 :
5088- version "0.1.9 "
5089- resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.9 .tgz#f5ac959507a4eccc8c723af26b53ad23b087143f "
5090- integrity sha512-J1X4d2NgX5wBJWYTpTaB6PNRg+XGmr+rA6wA/mPCZef56gF9D00tHN36emmX46lgy38C5QUsbUSRK8qgHrp+BA ==
5087+ jsii-srcmak@^0.1.10 :
5088+ version "0.1.10 "
5089+ resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.10 .tgz#af2c879edfe640aec511d3eb247f1f768d0ff25d "
5090+ integrity sha512-kgjnHbEzi4HvI5tNMD9aemAf846e9/ujjrXYLHByUm2DJcqkPV8tgcAhTJ6cmWyYGaUnvIgUAoL4z4IUJJT5vw ==
50915091 dependencies :
50925092 fs-extra "^9.0.0"
50935093 jsii "^1.5.0"
You can’t perform that action at this time.
0 commit comments