mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 14:44:12 +00:00
Generate example code
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
|
||||
|
||||
import { Monster, MonsterT } from '../../my-game/example/monster.js';
|
||||
import { Monster, MonsterT } from './monster.js';
|
||||
|
||||
|
||||
export enum AnyAmbiguousAliases {
|
||||
|
||||
Reference in New Issue
Block a user