File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
//! Copyright (c) 2019 Victorien Elvinger
2
2
//! Licensed under Apache License 2.0 (https://apache.org/licenses/LICENSE-2.0)
3
3
4
- import { lengthOf } from "../core /lengthy.js"
4
+ import { lengthOf } from "../util /lengthy.js"
5
5
import type { Version } from "../core/version.js"
6
6
import type { u32 } from "../util/number.js"
7
7
import { reduceOf } from "../util/reducible.js"
Original file line number Diff line number Diff line change 1
1
//! Copyright (c) 2019 Victorien Elvinger
2
2
//! Licensed under Apache License 2.0 (https://apache.org/licenses/LICENSE-2.0)
3
3
4
- import { lengthOf } from "../core /lengthy.js"
4
+ import { lengthOf } from "../util /lengthy.js"
5
5
import type { Pathfinder } from "../core/list.js"
6
6
import type { ListIterator } from "../core/list-iterator.js"
7
7
import { lastOf } from "../util/array.js"
Original file line number Diff line number Diff line change 1
1
//! Copyright (c) 2019 Victorien Elvinger
2
2
//! Licensed under Apache License 2.0 (https://apache.org/licenses/LICENSE-2.0)
3
3
4
- import type { u32 } from "../util /number.js"
4
+ import type { u32 } from "./number.js"
5
5
6
6
export interface Lengthy {
7
7
readonly length ?: unknown
You can’t perform that action at this time.
0 commit comments