Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
dojyorin committed Jun 30, 2024
1 parent f96824f commit 116ff0c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod.pure.full.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from "./mod.pure.ts";

export * from "./src/pure_ext/csv.ts";
export * from "./src/pure_ext/excel.ts";
export * from "./src/pure_ext/sheet.ts";
export * from "./src/pure_ext/zip.ts";
2 changes: 1 addition & 1 deletion mod.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import "./test/pure/time.test.ts";
import "./test/pure/worker.test.ts";

import "./test/pure_ext/csv.test.ts";
import "./test/pure_ext/excel.test.ts";
import "./test/pure_ext/sheet.test.ts";
import "./test/pure_ext/zip.test.ts";

import "./test/deno/json.test.ts";
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {assertEquals} from "../../deps.test.ts";
import {type RawWorkBook, excelEncodeRaw, excelEncode, excelDecodeRaw, excelDecode} from "../../src/pure_ext/excel.ts";
import {type RawWorkBook, excelEncodeRaw, excelEncode, excelDecodeRaw, excelDecode} from "../../src/pure_ext/sheet.ts";

const sample1 = {
"test": [
Expand Down

0 comments on commit 116ff0c

Please sign in to comment.