mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 06:12:19 +00:00
Undoes IDE auto-format of imports.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { ByteBuffer } from "./byte-buffer.js"
|
import { ByteBuffer } from "./byte-buffer.js"
|
||||||
import { FILE_IDENTIFIER_LENGTH, SIZEOF_INT, SIZEOF_SHORT, SIZE_PREFIX_LENGTH } from "./constants.js"
|
import { SIZEOF_SHORT, SIZE_PREFIX_LENGTH, SIZEOF_INT, FILE_IDENTIFIER_LENGTH } from "./constants.js"
|
||||||
import { IGeneratedObject, Offset } from "./types.js"
|
import { Offset, IGeneratedObject } from "./types.js"
|
||||||
|
|
||||||
export class Builder {
|
export class Builder {
|
||||||
private bb: ByteBuffer
|
private bb: ByteBuffer
|
||||||
|
|||||||
Reference in New Issue
Block a user