mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
Remove namespace from src/msg.fbs
This commit is contained in:
parent
3574c7a5d3
commit
a4f1b367b9
10 changed files with 9 additions and 13 deletions
2
js/os.ts
2
js/os.ts
|
@ -1,6 +1,6 @@
|
|||
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
|
||||
import { ModuleInfo } from "./types";
|
||||
import { deno as fbs } from "gen/msg_generated";
|
||||
import * as fbs from "gen/msg_generated";
|
||||
import { assert } from "./util";
|
||||
import * as util from "./util";
|
||||
import { flatbuffers } from "flatbuffers";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue