mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 01:48:29 +00:00
[JS] Add ".js" suffix to all import statements to generate a browser compatible mjs version. (#7086)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ValueType } from './value-type'
|
||||
import { ValueType } from './value-type.js'
|
||||
|
||||
export function isInline(value: ValueType): boolean {
|
||||
return value === ValueType.BOOL
|
||||
|
||||
Reference in New Issue
Block a user