Change msg.proto package name.

This commit is contained in:
Ryan Dahl 2018-06-13 19:37:24 +02:00
parent 5c7ba22f22
commit 0888f2b2ae
9 changed files with 130 additions and 130 deletions

View file

@ -1,5 +1,5 @@
/// <reference path="deno.d.ts" />
import { main as pb } from "./msg.pb";
import { deno as pb } from "./msg.pb";
import * as ts from "typescript";
const globalEval = eval;