chore: cleanup exports #79
Annotations
17 errors and 3 warnings
Build:
src/core/account.test.ts#L3
'"../system-ids.js"' has no exported member named 'NETWORK_IDS'. Did you mean 'NetworkIds'?
|
Build:
src/core/account.test.ts#L3
'"../system-ids.js"' has no exported member named 'SYSTEM_IDS'. Did you mean 'SystemIds'?
|
Build:
src/core/blocks/data.test.ts#L3
'"~/src/system-ids.js"' has no exported member named 'SYSTEM_IDS'. Did you mean 'SystemIds'?
|
Build:
src/core/blocks/data.ts#L10
'"../../system-ids.js"' has no exported member named 'SYSTEM_IDS'. Did you mean 'SystemIds'?
|
Build:
src/core/blocks/text.test.ts#L3
'"~/src/system-ids.js"' has no exported member named 'SYSTEM_IDS'. Did you mean 'SystemIds'?
|
Build:
src/core/blocks/text.ts#L10
'"../../system-ids.js"' has no exported member named 'SYSTEM_IDS'. Did you mean 'SystemIds'?
|
Build:
src/core/image.test.ts#L3
'"../system-ids.js"' has no exported member named 'SYSTEM_IDS'. Did you mean 'SystemIds'?
|
Build:
src/core/image.ts#L10
'"../system-ids.js"' has no exported member named 'SYSTEM_IDS'. Did you mean 'SystemIds'?
|
Build:
src/core/relation.ts#L9
'"../system-ids.js"' has no exported member named 'SYSTEM_IDS'. Did you mean 'SystemIds'?
|
Build
Process completed with exit code 2.
|
src/core/account.test.ts > should generate ops for an account entity:
src/core/account.test.ts#L12
TypeError: Cannot read properties of undefined (reading 'TYPES_ATTRIBUTE')
❯ src/core/account.test.ts:12:55
|
src/core/image.test.ts > should generate ops for an image entity:
src/core/image.ts#L39
TypeError: Cannot read properties of undefined (reading 'IMAGE_TYPE')
❯ Module.make src/core/image.ts:39:26
❯ src/core/image.test.ts:7:28
|
src/core/relation.test.ts > should generate Op that places the fractional indexer between the two provided values:
src/core/relation.ts#L122
TypeError: Cannot read properties of undefined (reading 'RELATION_INDEX')
❯ Module.reorder src/core/relation.ts:122:29
❯ src/core/relation.test.ts:39:14
|
src/core/blocks/data.test.ts > should generate ops for a data block entity:
src/core/blocks/data.ts#L50
TypeError: Cannot read properties of undefined (reading 'TYPES_ATTRIBUTE')
❯ Module.make src/core/blocks/data.ts:50:32
❯ src/core/blocks/data.test.ts:6:15
|
src/core/blocks/data.test.ts > should generate ops for a data block entity with a name:
src/core/blocks/data.ts#L50
TypeError: Cannot read properties of undefined (reading 'TYPES_ATTRIBUTE')
❯ Module.make src/core/blocks/data.ts:50:32
❯ src/core/blocks/data.test.ts:36:15
|
src/core/blocks/text.test.ts > should generate ops for a text block entity:
src/core/blocks/text.ts#L36
TypeError: Cannot read properties of undefined (reading 'TYPES_ATTRIBUTE')
❯ Module.make src/core/blocks/text.ts:36:32
❯ src/core/blocks/text.test.ts:6:15
|
Test
Process completed with exit code 1.
|
Linting & formatting
Could not determine node version from /home/runner/work/grc-20/grc-20/package.json. Falling back
|
Build
Could not determine node version from /home/runner/work/grc-20/grc-20/package.json. Falling back
|
Test
Could not determine node version from /home/runner/work/grc-20/grc-20/package.json. Falling back
|