mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
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:
parent
0f71da91d3
commit
dd48f8095c
6 changed files with 2191 additions and 32 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue