Skip to content

Commit 4361b3e

Browse files
committed
build(deps)!: @flex-development/mark-util-symbol integration
- https://github.com/flex-development/mark-util-symbol Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent ea332a8 commit 4361b3e

54 files changed

Lines changed: 48 additions & 498 deletions

Some content is hidden

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

__fixtures__/constructs/eoc.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @module fixtures/constructs/eos
44
*/
55

6-
import codes from '#enums/codes'
76
import tt from '#fixtures/tt'
7+
import { codes } from '@flex-development/mark-util-symbol'
88
import type {
99
Code,
1010
Construct,

__fixtures__/constructs/events-then-fail.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @module mark-parser/constructs/eventsThenFail
44
*/
55

6-
import codes from '#enums/codes'
76
import tt from '#fixtures/tt'
7+
import { codes } from '@flex-development/mark-util-symbol'
88
import type {
99
Code,
1010
Construct,

__fixtures__/constructs/events-then-succ.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @module mark-parser/constructs/eventsThenSucc
44
*/
55

6-
import codes from '#enums/codes'
76
import tt from '#fixtures/tt'
7+
import { codes } from '@flex-development/mark-util-symbol'
88
import type {
99
Code,
1010
Effects,

__fixtures__/constructs/fail-events-then-succ.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @module mark-parser/constructs/failEventsThenSucc
44
*/
55

6-
import codes from '#enums/codes'
76
import tt from '#fixtures/tt'
7+
import { codes } from '@flex-development/mark-util-symbol'
88
import type {
99
Code,
1010
Construct,

__fixtures__/constructs/interrupt-then-succ.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @module mark-parser/constructs/interruptThenSucc
44
*/
55

6-
import codes from '#enums/codes'
6+
import { codes } from '@flex-development/mark-util-symbol'
77
import type {
88
Code,
99
Construct,

__fixtures__/very-large-list.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @module fixtures/veryLargeList
44
*/
55

6-
import constants from '#enums/constants'
6+
import { constants } from '@flex-development/mark-util-symbol'
77

88
/**
99
* A very large list.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
"mark-parser": "./src/create-tokenizer.mts",
5353
"default": "./dist/create-tokenizer.mjs"
5454
},
55-
"#enums/*": {
56-
"mark-parser": "./src/enums/*.mts",
57-
"default": "./dist/enums/*.mjs"
58-
},
5955
"#fixtures/*": "./__fixtures__/*.mts",
6056
"#interfaces/*": {
6157
"mark-parser": "./src/interfaces/*.mts",
@@ -129,6 +125,7 @@
129125
},
130126
"dependencies": {
131127
"@flex-development/mark": "flex-development/mark#commit=a63a5f141eab963ad04acc45a6e883ae510448b7",
128+
"@flex-development/mark-util-symbol": "1.0.1",
132129
"@flex-development/unist-util-builder": "2.0.0",
133130
"@flex-development/vfile-location": "1.1.1",
134131
"debug": "4.4.3",

src/__snapshots__/edge-runtime/index.e2e.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ exports[`e2e:mark-parser > should expose public api 1`] = `
77
"preprocess",
88
"tokenize",
99
"initialize",
10-
"chars",
11-
"codes",
12-
"constants",
13-
"ev",
1410
"combineExtensions",
1511
"decode",
1612
"defineConstruct",

src/__snapshots__/happy-dom/index.e2e.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ exports[`e2e:mark-parser > should expose public api 1`] = `
77
"preprocess",
88
"tokenize",
99
"initialize",
10-
"chars",
11-
"codes",
12-
"constants",
13-
"ev",
1410
"combineExtensions",
1511
"decode",
1612
"defineConstruct",

src/__snapshots__/node/index.e2e.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ exports[`e2e:mark-parser > should expose public api 1`] = `
77
"preprocess",
88
"tokenize",
99
"initialize",
10-
"chars",
11-
"codes",
12-
"constants",
13-
"ev",
1410
"combineExtensions",
1511
"decode",
1612
"defineConstruct",

0 commit comments

Comments
 (0)