Skip to content

Commit 7dc7252

Browse files
committed
rename run/ to load/
1 parent f50a1a5 commit 7dc7252

File tree

9 files changed

+1
-3
lines changed

9 files changed

+1
-3
lines changed

TODO.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
rename `run/` to `load/`
2-
31
call `handleImport` after `handleDefine` -- to support circular imports
42

53
- if we can support mutually defined recursive function,

src/commands/runCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { type Command } from "@xieyuheng/commander.js"
22
import fs from "fs"
33
import Path from "path"
4-
import { load } from "../lang/run/index.ts"
4+
import { load } from "../lang/load/index.ts"
55

66
export const runCommand: Command = {
77
name: "run",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)