From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out.smtp-auth.no-ip.com (out.smtp-auth.no-ip.com [8.23.224.60]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 50A0977DC4 for ; Fri, 27 Jan 2017 14:15:08 -0800 (PST) X-No-IP: carhart.net@noip-smtp X-Report-Spam-To: abuse@no-ip.com Received: from carhart.net (unknown [99.52.200.227]) (Authenticated sender: carhart.net@noip-smtp) by smtp-auth.no-ip.com (Postfix) with ESMTPA id E9C80733 for ; Fri, 27 Jan 2017 14:15:54 -0800 (PST) Received: from carhart.net (localhost [127.0.0.1]) by carhart.net (8.13.8/8.13.8) with ESMTP id v0RMFsXN002843 for ; Fri, 27 Jan 2017 14:15:54 -0800 Received: from localhost (kevin@localhost) by carhart.net (8.13.8/8.13.8/Submit) with ESMTP id v0RMFrec002840 for ; Fri, 27 Jan 2017 14:15:54 -0800 Date: Fri, 27 Jan 2017 14:15:53 -0800 (PST) From: Kevin Carhart To: Edbrowse-dev@lists.the-brannons.com In-Reply-To: <20170027095111.eklhad@comcast.net> Message-ID: References: <20170027095111.eklhad@comcast.net> User-Agent: Alpine 2.03 (LRH 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: [Edbrowse-dev] better line numbers for runtimes X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.23 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2017 22:15:08 -0000 Since minified code is a thorn in our side, I bit the bullet and bundled up de-minification code using esprima and escodegen, in a modular way so that it can be popped on to the makefile and then popped back off again. It's 10,000 lines of javascript, but you can think of it as a black box and just call it. It's just a dev tool and isn't intended as a patch idea for the real edbrowse. https://github.com/KevinCarhart/esbrowse/archive/master.zip