Skip to content

Commit 1b76fb4

Browse files
committed
feat(v2.3.4): elevated parser.ts to main library
This commit moves parser.ts to a fully supported fun module. Tests and documentation, written by AI and reviewed by human, are at 100% and look good. There will be a change to the error type of parser at some point, but for now the errors are "good enough". RELEASE: v2.3.4
1 parent 7364070 commit 1b76fb4

File tree

4 files changed

+1875
-325
lines changed

4 files changed

+1875
-325
lines changed

deno.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"name": "@baetheus/fun",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"exports": {
5-
"./ideas/dux": "./ideas/dux.ts",
6-
"./ideas/parser": "./ideas/parser.ts",
75
"./applicable": "./applicable.ts",
86
"./array": "./array.ts",
97
"./async": "./async.ts",
@@ -25,6 +23,7 @@
2523
"./fn_either": "./fn_either.ts",
2624
"./foldable": "./foldable.ts",
2725
"./free": "./free.ts",
26+
"./ideas/dux": "./ideas/dux.ts",
2827
"./identity": "./identity.ts",
2928
"./initializable": "./initializable.ts",
3029
"./iterable": "./iterable.ts",
@@ -38,6 +37,7 @@
3837
"./optic": "./optic.ts",
3938
"./option": "./option.ts",
4039
"./pair": "./pair.ts",
40+
"./parser": "./parser.ts",
4141
"./predicate": "./predicate.ts",
4242
"./premappable": "./premappable.ts",
4343
"./promise": "./promise.ts",
@@ -48,6 +48,7 @@
4848
"./showable": "./showable.ts",
4949
"./sortable": "./sortable.ts",
5050
"./state": "./state.ts",
51+
"./state_either": "./state_either.ts",
5152
"./stream": "./stream.ts",
5253
"./string": "./string.ts",
5354
"./sync": "./sync.ts",
@@ -62,4 +63,4 @@
6263
"README.md",
6364
"deno.json"
6465
]
65-
}
66+
}

ideas/parser.ts

Lines changed: 0 additions & 321 deletions
This file was deleted.

0 commit comments

Comments
 (0)