Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete Refactor to TypeScript, Improved Test Coverage, and Bug Fixes #323

Open
wants to merge 111 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
111 commits
Select commit Hold shift + click to select a range
000f595
WIP - Phase 1 of converting to TypeScript is mostly complete
MichaelLeeHobbs Apr 23, 2023
4d1e56b
WIP - Phase 1 of converting to TypeScript is mostly complete
MichaelLeeHobbs Apr 23, 2023
5a69ad9
WIP - refactored compactField into CronFields. Clean up on other files
MichaelLeeHobbs Apr 23, 2023
078fe83
WIP: cleanup types
MichaelLeeHobbs Apr 23, 2023
36271a6
WIP: cleanup types
MichaelLeeHobbs Apr 23, 2023
036fca9
WIP: refactored findSchedule in to multiple smaller functions
MichaelLeeHobbs Apr 23, 2023
b9e6bac
WIP: refactored findSchedule in to multiple smaller functions
MichaelLeeHobbs Apr 23, 2023
a332968
WIP: refactored shiftTimezone on to CronDate
MichaelLeeHobbs Apr 24, 2023
6d8a85f
WIP: refactored file names. Testing install from github
MichaelLeeHobbs Apr 24, 2023
281efe9
added prepare script
MichaelLeeHobbs Apr 24, 2023
81a8800
updated library packaging
MichaelLeeHobbs Apr 24, 2023
14a40ef
updated the default export to match the current library
MichaelLeeHobbs Apr 24, 2023
d0cb09f
updated exports for compatible with CommonJS-style require
MichaelLeeHobbs Apr 24, 2023
391e9e7
attempt 2 at cjs combability
MichaelLeeHobbs Apr 24, 2023
805a27b
attempt 3 at cjs compatability
MichaelLeeHobbs Apr 24, 2023
0cc6b80
some clean up
MichaelLeeHobbs Apr 24, 2023
2795eed
wip - cleaner support for CJS and ESM
MichaelLeeHobbs Apr 24, 2023
730921a
wip - looks like we still need the index.cjs.js to support cjs even w…
MichaelLeeHobbs Apr 24, 2023
1feeabc
wip - added notes, and general cleanup
MichaelLeeHobbs Apr 24, 2023
2231615
wip - added note
MichaelLeeHobbs Apr 24, 2023
d16bc5d
wip - init jest setup/work
MichaelLeeHobbs Apr 24, 2023
6eea54b
WIP - testing precommit lint
MichaelLeeHobbs Apr 24, 2023
b6794a1
WIP - testing precommit lint
MichaelLeeHobbs Apr 24, 2023
1a90deb
wip - testing pre-commit hook
MichaelLeeHobbs Apr 24, 2023
2710da0
wip - formatted code
MichaelLeeHobbs Apr 24, 2023
7743b58
wip - refactoring test...
MichaelLeeHobbs Apr 25, 2023
184744a
wip - refactoring test...
MichaelLeeHobbs Apr 25, 2023
060bab9
wip - refactored CronParser stringify test
MichaelLeeHobbs Apr 25, 2023
d338492
wip - Test conversion complete. Overall coverage is at 91%. Lost lots…
MichaelLeeHobbs Apr 26, 2023
7ef341a
wip - types cleanup
MichaelLeeHobbs Apr 27, 2023
94a0add
wip - cleanup
MichaelLeeHobbs Apr 27, 2023
722df4b
wip - simplified code
MichaelLeeHobbs Apr 27, 2023
c12e6e4
wip - simplified code
MichaelLeeHobbs Apr 27, 2023
3184fdc
wip - fixes #153 and #299. Adds test for #156
MichaelLeeHobbs Apr 28, 2023
b073cfe
wip - Adds fix for #156 in the form of toString vs stringify as it'd …
MichaelLeeHobbs Apr 28, 2023
fa910fa
wip - Adds fix for #244 in the form of strict mode which defaults to …
MichaelLeeHobbs Apr 28, 2023
7fc1773
wip - working on a fix for 284
MichaelLeeHobbs Apr 29, 2023
61ee67a
wip - working on a fix for 284
MichaelLeeHobbs Apr 29, 2023
672df08
wip - fixed 284, major cleanup
MichaelLeeHobbs Apr 29, 2023
eca418a
wip - 99.5% code coverage and mostly documented
MichaelLeeHobbs Apr 30, 2023
75eba12
wip - code analysis clean up
MichaelLeeHobbs Apr 30, 2023
24d0d1d
wip - add documentation
MichaelLeeHobbs Apr 30, 2023
2eb4fc2
wip - updated notes
MichaelLeeHobbs Apr 30, 2023
a7ecb58
wip - basically done
MichaelLeeHobbs Apr 30, 2023
e717cef
Done for now
MichaelLeeHobbs Apr 30, 2023
5ad2f4f
fixed typos
MichaelLeeHobbs Apr 30, 2023
095916e
removed tsx
MichaelLeeHobbs May 4, 2023
3ca6ef3
removed npx from scripts calling jest
MichaelLeeHobbs May 4, 2023
9c5762f
removed old_typesVersions
MichaelLeeHobbs May 4, 2023
204ffbd
update requires node version
MichaelLeeHobbs May 4, 2023
fd78774
Remove .run folder from repository
MichaelLeeHobbs May 4, 2023
04d3071
Remove GPT4 PROMPTS from repository
MichaelLeeHobbs May 4, 2023
b780f77
cleaned up .gitignore
MichaelLeeHobbs May 4, 2023
71db6bb
cleaned up .npmignore
MichaelLeeHobbs May 4, 2023
330ec94
cleaned up .eslintrc.cjs
MichaelLeeHobbs May 4, 2023
3a06e5b
Update src/CronDate.ts
MichaelLeeHobbs May 4, 2023
9b6f51f
renamed applyDateOperation and made hoursLength optional
MichaelLeeHobbs May 4, 2023
10eef40
renamed handleMathOp to invokeDateOperation
MichaelLeeHobbs May 4, 2023
4849100
cleaned up predefined expressions
MichaelLeeHobbs May 4, 2023
a721e08
cleaned up Predefined Expressions
MichaelLeeHobbs May 4, 2023
ad81072
removed pointless defensive code
MichaelLeeHobbs May 4, 2023
29f2b65
added types RawCronFields and SerializedCronFields
MichaelLeeHobbs May 4, 2023
5f9d8ac
cleaned up asserts on getRawFields
MichaelLeeHobbs May 4, 2023
33443c3
fixed test
MichaelLeeHobbs May 4, 2023
67a4c2b
cleaned up parse options
MichaelLeeHobbs May 4, 2023
2cc95e2
cleaned up handleSingleRange, handleMultipleRanges
MichaelLeeHobbs May 4, 2023
6ec7d1a
commented compactField
MichaelLeeHobbs May 4, 2023
f393744
changed output dir to dist
MichaelLeeHobbs May 4, 2023
09c57f4
cleaned up PredefinedExpressionsEnum
MichaelLeeHobbs May 5, 2023
d9b67fa
cleaned up assert
MichaelLeeHobbs May 5, 2023
2925327
Merge remote-tracking branch 'origin/master'
MichaelLeeHobbs May 5, 2023
d0352a1
removed collect coverage from .js
MichaelLeeHobbs May 5, 2023
6e4607b
added prettier as a dev dependencies and added object-curly-spacing t…
MichaelLeeHobbs May 5, 2023
172641c
Renamed enums using PascalCase
MichaelLeeHobbs May 5, 2023
3ec3ddc
removed prettier, having eslint and prettier at the same time was a b…
MichaelLeeHobbs May 5, 2023
6a4fa5d
refactored out CronConstants.ts and refactored constraints into the f…
MichaelLeeHobbs May 5, 2023
2d96b49
disabled failing test that are allowed by current behavior. It's upto…
MichaelLeeHobbs May 5, 2023
c315950
fixed comment
MichaelLeeHobbs May 5, 2023
9681153
Fixed bugs for dual builds which broke the tests. Fixed the tests
MichaelLeeHobbs May 7, 2023
e0e909e
refactored casing on enums
MichaelLeeHobbs May 8, 2023
de8d623
removed debug
MichaelLeeHobbs May 8, 2023
59566a0
renamed interfaces and cleaned up some code
MichaelLeeHobbs May 8, 2023
467fdef
freeze instead of cloning to prevent mutation
MichaelLeeHobbs May 8, 2023
91a1e2c
optimized applyDateOperation
MichaelLeeHobbs May 20, 2023
5cc4170
renamed CronFields to CronFieldCollection
MichaelLeeHobbs May 20, 2023
484e302
removed archive
MichaelLeeHobbs May 20, 2023
ce0048a
fixed github build based on suggestion from harrisiirak
MichaelLeeHobbs May 20, 2023
b2cfbff
this commit is to capture DaysInMonth changes before removing it so w…
MichaelLeeHobbs May 20, 2023
e6835fa
refactored out DaysInMonth enum, we had to do silly things to make it…
MichaelLeeHobbs May 20, 2023
c3ebd04
cleaned up enum names
MichaelLeeHobbs May 20, 2023
6f91fb5
cleaned up unneeded mutation protection
MichaelLeeHobbs May 20, 2023
b0c1a68
cleaned up tests
MichaelLeeHobbs May 20, 2023
6f0129f
cleaned up var naming
MichaelLeeHobbs May 20, 2023
c1812c8
clean up old todos
MichaelLeeHobbs May 22, 2023
05d4f6c
cleaned up unneeded mutation protection
MichaelLeeHobbs May 22, 2023
d0ee50c
added documentation for strict mode
MichaelLeeHobbs May 22, 2023
72c3e36
cleaned up the project, 100% coverage, fixed broken test, replaced sp…
MichaelLeeHobbs May 22, 2023
0ea8af3
clean up
MichaelLeeHobbs May 23, 2023
6e8a8c4
remove unsupported Node.js versions from the build matrix.
MichaelLeeHobbs May 28, 2023
76827ec
removed notes
MichaelLeeHobbs May 28, 2023
b0ed594
removed redundant utc option
MichaelLeeHobbs May 28, 2023
4f6593a
cleaned up comments
MichaelLeeHobbs May 28, 2023
aa36aae
renamed DayOfTheMonthRange to DayOfMonthRange
MichaelLeeHobbs May 28, 2023
e9c43f5
renamed DayOfTheWeekRange to DayOfWeekRange
MichaelLeeHobbs May 28, 2023
ff10ea8
renamed CronFieldTypes to CronFieldType
MichaelLeeHobbs May 28, 2023
650d7d9
Update src/wrapper-index.cjs
MichaelLeeHobbs May 28, 2023
25c4653
removed ESM support and updated documentation
MichaelLeeHobbs May 30, 2023
b3b5f11
Update src/fields/CronMonth.ts
MichaelLeeHobbs Jun 5, 2023
e950926
Update src/fields/CronMonth.ts
MichaelLeeHobbs Jun 5, 2023
d728f36
fixed bug where luxon represents sunday as 7 but the cron expression …
MichaelLeeHobbs Jul 1, 2024
68654a3
Merge remote-tracking branch 'origin/master'
MichaelLeeHobbs Jul 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
.nyc_output
node_modules
src
tsconfig.cjs.json
tsconfig.esm.json
tsconfig.json
package-lock.json
yarn.lock
Expand All @@ -19,5 +17,3 @@ tests
.gitignore
component.json
jest.config.js
notes.md

49 changes: 49 additions & 0 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,71 @@
:root {
--light-hl-0: #0000FF;
--dark-hl-0: #569CD6;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #0070C1;
--dark-hl-2: #4FC1FF;
--light-hl-3: #795E26;
--dark-hl-3: #DCDCAA;
--light-hl-4: #001080;
--dark-hl-4: #9CDCFE;
--light-hl-5: #098658;
--dark-hl-5: #B5CEA8;
--light-hl-6: #008000;
--dark-hl-6: #6A9955;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

@media (prefers-color-scheme: light) { :root {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
--hl-3: var(--light-hl-3);
--hl-4: var(--light-hl-4);
--hl-5: var(--light-hl-5);
--hl-6: var(--light-hl-6);
--code-background: var(--light-code-background);
} }

@media (prefers-color-scheme: dark) { :root {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
--hl-3: var(--dark-hl-3);
--hl-4: var(--dark-hl-4);
--hl-5: var(--dark-hl-5);
--hl-6: var(--dark-hl-6);
--code-background: var(--dark-code-background);
} }

:root[data-theme='light'] {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
--hl-3: var(--light-hl-3);
--hl-4: var(--light-hl-4);
--hl-5: var(--light-hl-5);
--hl-6: var(--light-hl-6);
--code-background: var(--light-code-background);
}

:root[data-theme='dark'] {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
--hl-3: var(--dark-hl-3);
--hl-4: var(--dark-hl-4);
--hl-5: var(--dark-hl-5);
--hl-6: var(--dark-hl-6);
--code-background: var(--dark-code-background);
}

.hl-0 { color: var(--hl-0); }
.hl-1 { color: var(--hl-1); }
.hl-2 { color: var(--hl-2); }
.hl-3 { color: var(--hl-3); }
.hl-4 { color: var(--hl-4); }
.hl-5 { color: var(--hl-5); }
.hl-6 { color: var(--hl-6); }
pre, code { background: var(--code-background); }
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

118 changes: 59 additions & 59 deletions docs/classes/CronDate.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/classes/CronDayOfMonth.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/classes/CronDayOfTheWeek.html

Large diffs are not rendered by default.

85 changes: 39 additions & 46 deletions docs/classes/CronExpression.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/classes/CronField.html

Large diffs are not rendered by default.

65 changes: 34 additions & 31 deletions docs/classes/CronFieldCollection.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/classes/CronHour.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/classes/CronMinute.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions docs/classes/CronMonth.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/classes/CronParser.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">CronParser</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/MichaelLeeHobbs/cron-parser/blob/d0ee50c/src/CronParser.ts#L9">CronParser.ts:9</a></li></ul></aside>
<li>Defined in <a href="https://github.com/MichaelLeeHobbs/cron-parser/blob/650d7d9/src/CronParser.ts#L9">CronParser.ts:9</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -64,7 +64,7 @@ <h5><span class="tsd-kind-parameter">entry</span>: <span class="tsd-signature-ty
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">command</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">interval</span><span class="tsd-signature-symbol">: </span><a href="CronExpression.html" class="tsd-signature-type tsd-kind-class">CronExpression</a><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">command</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">interval</span><span class="tsd-signature-symbol">: </span><a href="CronExpression.html" class="tsd-signature-type tsd-kind-class">CronExpression</a><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/MichaelLeeHobbs/cron-parser/blob/d0ee50c/src/CronParser.ts#L100">CronParser.ts:100</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/MichaelLeeHobbs/cron-parser/blob/650d7d9/src/CronParser.ts#L100">CronParser.ts:100</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member"><a id="fieldsToExpression" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>fields<wbr/>To<wbr/>Expression</span><a href="#fieldsToExpression" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures">
Expand All @@ -85,7 +85,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="CronExpression.html" class="tsd-signature-type tsd-kind-class">CronExpression</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/MichaelLeeHobbs/cron-parser/blob/d0ee50c/src/CronParser.ts#L30">CronParser.ts:30</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/MichaelLeeHobbs/cron-parser/blob/650d7d9/src/CronParser.ts#L30">CronParser.ts:30</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member"><a id="parseExpression" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>parse<wbr/>Expression</span><a href="#parseExpression" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures">
Expand All @@ -106,7 +106,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="CronExpression.html" class="tsd-signature-type tsd-kind-class">CronExpression</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/MichaelLeeHobbs/cron-parser/blob/d0ee50c/src/CronParser.ts#L18">CronParser.ts:18</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/MichaelLeeHobbs/cron-parser/blob/650d7d9/src/CronParser.ts#L18">CronParser.ts:18</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member"><a id="parseFile" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>parse<wbr/>File</span><a href="#parseFile" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures">
Expand Down Expand Up @@ -138,7 +138,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/MichaelLeeHobbs/cron-parser/blob/d0ee50c/src/CronParser.ts#L85">CronParser.ts:85</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/MichaelLeeHobbs/cron-parser/blob/650d7d9/src/CronParser.ts#L85">CronParser.ts:85</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member"><a id="parseString" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>parse<wbr/>String</span><a href="#parseString" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures">
Expand All @@ -155,7 +155,7 @@ <h5><span class="tsd-kind-parameter">data</span>: <span class="tsd-signature-typ
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../types/ParseStringResponse.html" class="tsd-signature-type tsd-kind-type-alias">ParseStringResponse</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/MichaelLeeHobbs/cron-parser/blob/d0ee50c/src/CronParser.ts#L41">CronParser.ts:41</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/MichaelLeeHobbs/cron-parser/blob/650d7d9/src/CronParser.ts#L41">CronParser.ts:41</a></li></ul></aside></li></ul></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down Expand Up @@ -208,11 +208,11 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.9389
<li><a href="../types/CronChars.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg><span>Cron<wbr/>Chars</span></a></li>
<li><a href="../types/CronConstraints.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Cron<wbr/>Constraints</span></a></li>
<li><a href="../types/CronExpressionIteratorCallback.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Cron<wbr/>Expression<wbr/>Iterator<wbr/>Callback</span></a></li>
<li><a href="../types/CronFieldTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Cron<wbr/>Field<wbr/>Types</span></a></li>
<li><a href="../types/CronFieldType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Cron<wbr/>Field<wbr/>Type</span></a></li>
<li><a href="../types/CronMax.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Cron<wbr/>Max</span></a></li>
<li><a href="../types/CronMin.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Cron<wbr/>Min</span></a></li>
<li><a href="../types/DayOfTheMonthRange.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Day<wbr/>Of<wbr/>The<wbr/>Month<wbr/>Range</span></a></li>
<li><a href="../types/DayOfTheWeekRange.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Day<wbr/>Of<wbr/>The<wbr/>Week<wbr/>Range</span></a></li>
<li><a href="../types/DayOfMonthRange.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Day<wbr/>Of<wbr/>Month<wbr/>Range</span></a></li>
<li><a href="../types/DayOfWeekRange.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Day<wbr/>Of<wbr/>Week<wbr/>Range</span></a></li>
<li><a href="../types/HourRange.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Hour<wbr/>Range</span></a></li>
<li><a href="../types/IntRange.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Int<wbr/>Range</span></a></li>
<li><a href="../types/MonthRange.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Month<wbr/>Range</span></a></li>
Expand Down
Loading