Skip to content

Commit

Permalink
Use @hqtsm/dataview
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Nov 17, 2024
1 parent 2a8d734 commit f05aab7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 181 deletions.
91 changes: 0 additions & 91 deletions dataview/i24.test.ts

This file was deleted.

86 changes: 0 additions & 86 deletions dataview/i24.ts

This file was deleted.

1 change: 0 additions & 1 deletion dataview/mod.ts

This file was deleted.

1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.3",
"@hqtsm/dataview": "jsr:@hqtsm/dataview@^1.0.0",
"@std/assert": "jsr:@std/assert@^1.0.7"
},
"fmt": {
Expand Down
5 changes: 5 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion member/i24.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { assertEquals } from '@std/assert';
import { getInt24, getUint24 } from '@hqtsm/dataview';

import { getInt24, getUint24 } from '../dataview/i24.ts';
import { byteLength, byteOffset, getType, littleEndian } from '../macro.ts';
import { Struct } from '../struct.ts';
import { memberI24, memberU24 } from './i24.ts';
Expand Down
3 changes: 2 additions & 1 deletion member/i24.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { getInt24, getUint24, setInt24, setUint24 } from '@hqtsm/dataview';

import type { KeyofExtends } from '../type.ts';
import type { Struct } from '../struct.ts';
import { getInt24, getUint24, setInt24, setUint24 } from '../dataview/i24.ts';
import { member } from '../member.ts';

/**
Expand Down
1 change: 0 additions & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export * from './type.ts';
export * from './const.ts';
export * from './dataview/mod.ts';
export * from './struct.ts';
export * from './member.ts';
export * from './member/mod.ts';
Expand Down

0 comments on commit f05aab7

Please sign in to comment.