Skip to content

Commit 8d795e1

Browse files
committed
up
1 parent fa4da8b commit 8d795e1

File tree

5 files changed

+9
-13
lines changed

5 files changed

+9
-13
lines changed

TODO.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
# x-data
2-
31
use x-data -- to replace sexp
4-
5-
extract xieyuheng/x-data.js project

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"format": "prettier src --write"
2323
},
2424
"dependencies": {
25-
"@xieyuheng/commander": "^0.1.3",
25+
"@xieyuheng/commander.js": "^0.1.3",
2626
"dedent": "^1.6.0",
2727
"regexp-match-indices": "^1.0.2"
2828
},

src/commands/runCommand.ts

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

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env -S node
22

3-
import { Commander } from "@xieyuheng/commander"
3+
import { Commander } from "@xieyuheng/commander.js"
44
import { runCommand } from "./commands/runCommand.ts"
55

66
async function main() {

0 commit comments

Comments
 (0)