Skip to content

Commit 03ca0b8

Browse files
committed
wip
wip Nit Add find-similar util nit Remove perf scripts Only look for word characters in tesm-node extension check Refactor state Wip, parse arrays Fix comment Update README and docs Fix examples link Rebuild docs Prepend readme links with '/' Test link Readme nit Add command menu docs Update readme links Add typedoc build Remove extras I'm not planning on using Add cfonts types Remove unused prettier package Refactors, bug fixes, comments gallore Readme edits More comments and wip Rename clide folder Renames and readme Wip Fix preExecute setResult Fix tests Begin fixing tests Remove perf package command-menu nits Make back choice name more specific Nits more notes Fix getOSConfigDir for darwin Start README Fix clide dependency Refactor typescript example Refactor node-js example Add cfonts to spellcheck Yarn lock Add command menu plugin Oops I did it again Ah yeah wip delete old obsolete plugins more good HEWGE ctx refactor ugh wip Change error message to remove "Clide" More wip Works, but wip and messy Fix mock paths in mock command modules Delete old "dir" command Nit variable name Add ".js" to resolution path Add exports to index.ts comment nit Init context for options in getHelp Remove old comment Woop Save point Await setState before returning Throw OptionsError in optionGetter expand on todo Fix expect More wip and testing More testing Wip and testing Add first test nits polish, nits Fix logger, params, nits Big refactor, implement hooks
1 parent 2ae17f9 commit 03ca0b8

File tree

183 files changed

+12780
-3011
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+12780
-3011
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ yarn-error.log*
3434

3535
# vercel
3636
.vercel
37+
38+
notes/local

Diff for: .vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"cSpell.words": [
3+
"cfonts",
34
"cliui",
4-
"divs"
5+
"divs",
6+
"signale",
7+
"unmock"
58
]
69
}

0 commit comments

Comments
 (0)