Skip to content

Commit

Permalink
Added struct symbols import to internal/struct.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 21, 2024
1 parent 9c3ce1d commit f77fe11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal/struct.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { ClassLike } from '../types.js';
import type * as primitive from './primitives.js';
import './struct-symbols.js';

// @ts-expect-error 2322
Symbol.struct_init ||= Symbol('struct_init');
Expand Down

0 comments on commit f77fe11

Please sign in to comment.