Skip to content

Commit

Permalink
chore: update the export links
Browse files Browse the repository at this point in the history
  • Loading branch information
mineejo committed Dec 14, 2023
1 parent 793c738 commit 69f6323
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions _generator/_/_copy_conversion_files.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

import { getConversionDirectories } from "./_get_conversion_directories.ts";
import { join } from "https://deno.land/[email protected]/path/join.ts";
import { sep } from "https://deno.land/[email protected]/path/mod.ts";
import { join, sep } from "../../dev_deps.ts";
import { fileExports, isFileInBlacklist } from "../_generator.ts";
import {
getRootDirectoryPath,
Expand Down
2 changes: 0 additions & 2 deletions _generator/_/_generate_mod_file.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright 2023 mineejo. All rights reserved. MIT license.

import { MOD_FILE } from "../_generator_constants.ts";
import { fileExports } from "../_generator.ts";
import { sep } from "https://deno.land/[email protected]/path/mod.ts";

export async function generateModFile(
comments: string,
Expand Down

0 comments on commit 69f6323

Please sign in to comment.