Simplify pbjs build with hack.

Just check in the generated files and create them using
js/pbjs_hack.py. This allows vscode to be used and sane
compilations.
This commit is contained in:
Ryan Dahl 2018-06-12 05:16:41 +02:00
parent 0f71da91d3
commit dd48f8095c
6 changed files with 2191 additions and 32 deletions

View file

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