fix: allow overriding default import map #7
Annotations
3 errors and 1 warning
test:
src/imports.js#L48
Replace `(key·!==·'FlowManager'·&&·importList[key]·&&·importList[key].toLowerCase().startsWith("0x")·&&·importList[key].length·===·18` with `·(⏎······key·!==·"FlowManager"·&&⏎······importList[key]·&&⏎······importList[key].toLowerCase().startsWith("0x")·&&⏎······importList[key].length·===·18⏎····`
|
test:
src/imports.js#L50
Replace `else·if·(defaultsByName[key]·&&·!(importList[key]·&&·importList[key]·===·'"DYNAMIC"')` with `·else·if·(⏎······defaultsByName[key]·&&⏎······!(importList[key]·&&·importList[key]·===·'"DYNAMIC"')⏎····`
|
test
Process completed with exit code 1.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|