Skip to content

Commit

Permalink
Remove deprecated parser module
Browse files Browse the repository at this point in the history
Fix incorrect type imports for Scale
  • Loading branch information
frostburn committed Dec 16, 2022
1 parent efee501 commit eff139b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 403 deletions.
2 changes: 1 addition & 1 deletion src/analysis.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type Scale from "@/scale";
import type { Scale } from "scale-workshop-core";

const EPSILON = 1e-6;

Expand Down
2 changes: 1 addition & 1 deletion src/exporters/base.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type Scale from "@/scale";
import type { Scale } from "scale-workshop-core";

export type ExporterParams = {
newline: string;
Expand Down
Loading

0 comments on commit eff139b

Please sign in to comment.