-
I wanted to see the code of agentmaps.js un-minified to work on path finding algorithms. I am very new to javascript. Please overlook my ignorance. While I was working on unminifying, the beautifiers …
-
There are 2 pretty good modern JavaScript unminify/reverse engineering tools that might be able to help your goals here:
- https://github.com/pionxzh/wakaru
- > Javascript decompiler, unpacker a…
-
I have small patches I make to lunr.js, and having the ability to build the plugin with unminified JS would be nice for debugging
-
### Self-Hosted Version
21.7.2
### CPU Architecture
x86_64
### Docker Version
20.10.21
### Docker Compose Version
2.12.2
### Steps to Reproduce
1. Setup a nodejs project on Sentry
2. Copy th…
-
Hi,
Can I get an unminified version of WhatsappChatBox.min.js ?
-
### Problem:
Manually searching and following hundreds of accounts from the fediverse instances is a bad UX. Additionally, there's no straightforward way to export followed accounts from the reader i…
-
#### Steps to reproduce
1. Use Node 16 (and therefore npm 8 where peerDependencies are always installed)
2. Create a package.json with both higlass and a package requiring webpack 5
3. Due to `unmi…
-
with minified kendo.grid.min.js this gets in the bundle:
```
define("kendo/js/kendo.grid.min", [],function(){});
```
and with unminified kendo.grid.js this gets in the bundle:
![blob](https://files…
-
This will be unminified with a break after `data:image/png;` and will make the `background-image unusable.`
``` css
.test {color:#000;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUg…
-
### Describe the bug
It's quite hard to dig into storybook issue since the dist output of all storybook packages is minified. It would be nice to ship storybook package unminified (but can still be…