mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
feat: convert to Node.js compatible ES Module
This commit is contained in:
parent
730aac8da2
commit
d9212b4dac
94 changed files with 429 additions and 466 deletions
|
@ -1,6 +1,6 @@
|
|||
import type { StructFieldDefinition } from './definition';
|
||||
import type { StructOptions } from './options';
|
||||
import type { StructValue } from './struct-value';
|
||||
import type { StructFieldDefinition } from "./definition.js";
|
||||
import type { StructOptions } from "./options.js";
|
||||
import type { StructValue } from "./struct-value.js";
|
||||
|
||||
/**
|
||||
* A field value defines how to serialize a field.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue