Skip to content

Commit 6c870fe

Browse files
committed
Fix circular references
1 parent db5cb87 commit 6c870fe

58 files changed

Lines changed: 190 additions & 182 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/tide-predictor/src/constituents/2MK3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineCompoundConstituent } from "./index.js";
1+
import { defineCompoundConstituent } from "./definition.js";
22
import M2 from "./M2.js";
33
import O1 from "./O1.js";
44

packages/tide-predictor/src/constituents/2MK5.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineCompoundConstituent } from "./index.js";
1+
import { defineCompoundConstituent } from "./definition.js";
22
import M2 from "./M2.js";
33
import K1 from "./K1.js";
44

packages/tide-predictor/src/constituents/2MO5.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineCompoundConstituent } from "./index.js";
1+
import { defineCompoundConstituent } from "./definition.js";
22
import M2 from "./M2.js";
33
import O1 from "./O1.js";
44

packages/tide-predictor/src/constituents/2MS6.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineCompoundConstituent } from "./index.js";
1+
import { defineCompoundConstituent } from "./definition.js";
22
import M2 from "./M2.js";
33
import S2 from "./S2.js";
44

packages/tide-predictor/src/constituents/2N2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineConstituent } from "./index.js";
1+
import { defineConstituent } from "./definition.js";
22
import nc from "../node-corrections/index.js";
33

44
/**

packages/tide-predictor/src/constituents/2Q1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineCompoundConstituent } from "./index.js";
1+
import { defineCompoundConstituent } from "./definition.js";
22
import N2 from "./N2.js";
33
import J1 from "./J1.js";
44

packages/tide-predictor/src/constituents/2SM2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineCompoundConstituent } from "./index.js";
1+
import { defineCompoundConstituent } from "./definition.js";
22
import S2 from "./S2.js";
33
import M2 from "./M2.js";
44

packages/tide-predictor/src/constituents/3L2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineCompoundConstituent } from "./index.js";
1+
import { defineCompoundConstituent } from "./definition.js";
22
import L2 from "./L2.js";
33

44
/**

packages/tide-predictor/src/constituents/3N2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineCompoundConstituent } from "./index.js";
1+
import { defineCompoundConstituent } from "./definition.js";
22
import N2 from "./N2.js";
33

44
/**

packages/tide-predictor/src/constituents/EP2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineConstituent } from "./index.js";
1+
import { defineConstituent } from "./definition.js";
22
import nc from "../node-corrections/index.js";
33

44
/**

0 commit comments

Comments
 (0)