mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 03:17:32 +00:00
[JS] Add ".js" suffix to all import statements to generate a browser compatible mjs version. (#7086)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { BitWidth } from './bit-width'
|
||||
import { paddingSize, iwidth, uwidth, fwidth, toByteWidth, fromByteWidth } from './bit-width-util'
|
||||
import { toUTF8Array } from './flexbuffers-util'
|
||||
import { ValueType } from './value-type'
|
||||
import { isNumber, isTypedVectorElement, toTypedVector } from './value-type-util'
|
||||
import { StackValue } from './stack-value'
|
||||
import { BitWidth } from './bit-width.js'
|
||||
import { paddingSize, iwidth, uwidth, fwidth, toByteWidth, fromByteWidth } from './bit-width-util.js'
|
||||
import { toUTF8Array } from './flexbuffers-util.js'
|
||||
import { ValueType } from './value-type.js'
|
||||
import { isNumber, isTypedVectorElement, toTypedVector } from './value-type-util.js'
|
||||
import { StackValue } from './stack-value.js'
|
||||
|
||||
interface StackPointer {
|
||||
stackPosition: number,
|
||||
|
||||
Reference in New Issue
Block a user