We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163073e commit 37e521eCopy full SHA for 37e521e
lib/flashing/flashing-makecode.ts
@@ -1,5 +1,5 @@
1
import MemoryMap from "nrf-intel-hex";
2
-import { RegionInfo } from "../partial-flashing-service";
+import { RegionInfo } from "../partial-flashing-service.js";
3
4
const PXT_MAGIC_HEX = "708E3B92C615A841C49866C975EE5197";
5
lib/flashing/nordic-dfu.ts
@@ -8,7 +8,7 @@ import {
8
DeviceError,
9
ProgressCallback,
10
ProgressStage,
11
-} from "../device";
+} from "../device.js";
12
13
const appBinFilename = "application.bin";
14
const appDatFilename = "application.dat";
0 commit comments