From dd48f8095c3357e6ec0e66042141c4e342707da5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 12 Jun 2018 05:16:41 +0200 Subject: 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. --- deno2/js/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deno2/js/main.ts') diff --git a/deno2/js/main.ts b/deno2/js/main.ts index 61294a307..f9d69f22f 100644 --- a/deno2/js/main.ts +++ b/deno2/js/main.ts @@ -1,5 +1,5 @@ /// -//import { main as pb } from "deno_pb/msg.pb" +//import { main as pb } from "./msg.pb" import * as ts from "typescript"; const globalEval = eval; -- cgit v1.2.3