diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a56198..b28a2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 0.2.28 (2024-08-06) + +##### Bug Fixes + +* esm ([579f12da](https://github.com/zaaack/foy/commit/579f12dab5dcd34f0164c9512f247b8629a7a9c0)) + #### 0.2.27 (2024-08-05) ##### Bug Fixes diff --git a/docs/api/assets/highlight.css b/docs/api/assets/highlight.css index d032ff8..26dd909 100644 --- a/docs/api/assets/highlight.css +++ b/docs/api/assets/highlight.css @@ -9,30 +9,20 @@ --dark-hl-3: #569CD6; --light-hl-4: #008000; --dark-hl-4: #6A9955; - --light-hl-5: #008000; - --dark-hl-5: #569CD6; - --light-hl-6: #008000; - --dark-hl-6: #D4D4D4; - --light-hl-7: #008000; - --dark-hl-7: #4FC1FF; - --light-hl-8: #008000; - --dark-hl-8: #DCDCAA; - --light-hl-9: #008000; - --dark-hl-9: #CE9178; - --light-hl-10: #001080; - --dark-hl-10: #9CDCFE; - --light-hl-11: #AF00DB; - --dark-hl-11: #C586C0; - --light-hl-12: #000000FF; - --dark-hl-12: #D4D4D4; - --light-hl-13: #267F99; - --dark-hl-13: #4EC9B0; - --light-hl-14: #098658; - --dark-hl-14: #B5CEA8; - --light-hl-15: #0070C1; - --dark-hl-15: #4FC1FF; - --light-hl-16: #000000; - --dark-hl-16: #C8C8C8; + --light-hl-5: #0070C1; + --dark-hl-5: #4FC1FF; + --light-hl-6: #001080; + --dark-hl-6: #9CDCFE; + --light-hl-7: #AF00DB; + --dark-hl-7: #C586C0; + --light-hl-8: #000000FF; + --dark-hl-8: #D4D4D4; + --light-hl-9: #267F99; + --dark-hl-9: #4EC9B0; + --light-hl-10: #098658; + --dark-hl-10: #B5CEA8; + --light-hl-11: #000000; + --dark-hl-11: #C8C8C8; --light-code-background: #FFFFFF; --dark-code-background: #1E1E1E; } @@ -50,11 +40,6 @@ --hl-9: var(--light-hl-9); --hl-10: var(--light-hl-10); --hl-11: var(--light-hl-11); - --hl-12: var(--light-hl-12); - --hl-13: var(--light-hl-13); - --hl-14: var(--light-hl-14); - --hl-15: var(--light-hl-15); - --hl-16: var(--light-hl-16); --code-background: var(--light-code-background); } } @@ -71,11 +56,6 @@ --hl-9: var(--dark-hl-9); --hl-10: var(--dark-hl-10); --hl-11: var(--dark-hl-11); - --hl-12: var(--dark-hl-12); - --hl-13: var(--dark-hl-13); - --hl-14: var(--dark-hl-14); - --hl-15: var(--dark-hl-15); - --hl-16: var(--dark-hl-16); --code-background: var(--dark-code-background); } } @@ -92,11 +72,6 @@ --hl-9: var(--light-hl-9); --hl-10: var(--light-hl-10); --hl-11: var(--light-hl-11); - --hl-12: var(--light-hl-12); - --hl-13: var(--light-hl-13); - --hl-14: var(--light-hl-14); - --hl-15: var(--light-hl-15); - --hl-16: var(--light-hl-16); --code-background: var(--light-code-background); } @@ -113,11 +88,6 @@ --hl-9: var(--dark-hl-9); --hl-10: var(--dark-hl-10); --hl-11: var(--dark-hl-11); - --hl-12: var(--dark-hl-12); - --hl-13: var(--dark-hl-13); - --hl-14: var(--dark-hl-14); - --hl-15: var(--dark-hl-15); - --hl-16: var(--dark-hl-16); --code-background: var(--dark-code-background); } @@ -133,9 +103,4 @@ .hl-9 { color: var(--hl-9); } .hl-10 { color: var(--hl-10); } .hl-11 { color: var(--hl-11); } -.hl-12 { color: var(--hl-12); } -.hl-13 { color: var(--hl-13); } -.hl-14 { color: var(--hl-14); } -.hl-15 { color: var(--hl-15); } -.hl-16 { color: var(--hl-16); } pre, code { background: var(--code-background); } diff --git a/docs/api/classes/Logger.html b/docs/api/classes/Logger.html index eecf061..cb23535 100644 --- a/docs/api/classes/Logger.html +++ b/docs/api/classes/Logger.html @@ -1,8 +1,8 @@ -
Static
defaultStatic
defaultProtected
_loggerchange work directory
-Protected
_loggerchange work directory
+execute command(s)
-Optional
options: Options<string>Optional
options: Options<string>exec (multi-line) cmd in *unix platforms, +
execute command(s)
+Optional
options: Options<string>Optional
options: Options<string>exec (multi-line) cmd in *unix platforms,
via this.spawn('$SHELL', ['-i','-c', cmd])
Optional
options: Options<string>restart processes when file changes
-ctx.monitor('./src', 'tsc')
ctx.monitor('./src', 'webpack')
ctx.monitor('./src', 'foy watch')
ctx.monitor('./src', ['rm -rf dist', 'foy watch'])
ctx.monitor('./src', async p => {
await fs.rmrf('dist')
p.current = ctx.exec('webpack serve')
})
+
Optional
options: Options<string>restart processes when file changes
+like popd in shell
-like pushd in shell
-reset env to default
-spawn file
-Optional
options: Options<string>like popd in shell
+like pushd in shell
+reset env to default
+spawn file
+Optional
options: Options<string>
get current word directory
-