Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/terser/repl
📟 REPL web application
https://github.com/terser/repl
Update Header.js
d70c26bd2ba6255d3d286e291b91bb7a7c424e0a authored about 2 years ago
d70c26bd2ba6255d3d286e291b91bb7a7c424e0a authored about 2 years ago
more description of the page
ad5d09b5123f0a0b00043016497004c9df05fdb5 authored almost 3 years ago
ad5d09b5123f0a0b00043016497004c9df05fdb5 authored almost 3 years ago
update packages
604542211602d5fe1b890c1fa37c60336dfc0acf authored almost 3 years ago
604542211602d5fe1b890c1fa37c60336dfc0acf authored almost 3 years ago
fix dumb scrollbar
6617876c9605e82556e3f15c65b1486cd25c8e1d authored almost 3 years ago
6617876c9605e82556e3f15c65b1486cd25c8e1d authored almost 3 years ago
Merge pull request #23 from akx/ouput-typo
Fix "ouput" -> "output"
89763c309fce206eaddad4a6f83e071c48dcd994 authored almost 3 years ago
Fix "ouput" -> "output"
d4e1436c3586afe5c65c4d3fdeb45bafb2a23c73 authored over 3 years ago
d4e1436c3586afe5c65c4d3fdeb45bafb2a23c73 authored over 3 years ago
add some lines
4f68f3267eb0e8cab638206fed91c822b118233d authored about 4 years ago
4f68f3267eb0e8cab638206fed91c822b118233d authored about 4 years ago
enable module:true by default
b0af0e0f6d4f0a948dd39521a10346fbfea21ee7 authored about 4 years ago
b0af0e0f6d4f0a948dd39521a10346fbfea21ee7 authored about 4 years ago
update packages
504e00600f22bf446548b0dcb4774c80e56aaa40 authored about 4 years ago
504e00600f22bf446548b0dcb4774c80e56aaa40 authored about 4 years ago
add source-map
56f4405ee2dc40adb6dfcae76e20d33830617190 authored about 4 years ago
56f4405ee2dc40adb6dfcae76e20d33830617190 authored about 4 years ago
update to new Terser API
4510f705d36114e1963ef0910752efb161d888b1 authored over 4 years ago
4510f705d36114e1963ef0910752efb161d888b1 authored over 4 years ago
add LICENSE
eda345f9a5d0372e6e0bfc2ad43400ea03f24b8d authored over 4 years ago
eda345f9a5d0372e6e0bfc2ad43400ea03f24b8d authored over 4 years ago
fix chrome visual issues
949c7a3205e91fc1108cfe6edd99bf06a50e0f35 authored almost 5 years ago
949c7a3205e91fc1108cfe6edd99bf06a50e0f35 authored almost 5 years ago
use latest Terser from jsdelivr
067f0665438710efea83025cfeff7b25a1e9dfaf authored almost 5 years ago
067f0665438710efea83025cfeff7b25a1e9dfaf authored almost 5 years ago
update packages
ea47cbf03f89f68fab89f5fd2cde15886d53081d authored almost 5 years ago
ea47cbf03f89f68fab89f5fd2cde15886d53081d authored almost 5 years ago
chore: update dependencies
dc98326a5430d9adcb38a2aab6e73a2b0303e32f authored over 5 years ago
dc98326a5430d9adcb38a2aab6e73a2b0303e32f authored over 5 years ago
feat: add top navbar
bca01f0fa0a30bb6cf8acfdedd2408d61fb7be43 authored over 5 years ago
bca01f0fa0a30bb6cf8acfdedd2408d61fb7be43 authored over 5 years ago
feat: remove all defaults from options pane
6ca67a6ae9f8f41d3f658a092e78876822e0c820 authored over 5 years ago
6ca67a6ae9f8f41d3f658a092e78876822e0c820 authored over 5 years ago
fix: contrast of mathing brackets hightlight
b5507021c0530a405f99d873d9a78e11c1ada59d authored over 5 years ago
b5507021c0530a405f99d873d9a78e11c1ada59d authored over 5 years ago
chore: update homepage in package.json
f0f4200f45d2c461d7f52562877ef02e4f3436ac authored over 5 years ago
f0f4200f45d2c461d7f52562877ef02e4f3436ac authored over 5 years ago
chore: setup manifest.json with real info
f719135b5440191a75edaa3ed9d359e4cb056c80 authored over 5 years ago
f719135b5440191a75edaa3ed9d359e4cb056c80 authored over 5 years ago
feat: add terser favicon
1bb1bb85c9cc3ab803dc2034ff454910005ab80a authored over 5 years ago
1bb1bb85c9cc3ab803dc2034ff454910005ab80a authored over 5 years ago
chore: setup gh-pages deployment
9d00bbb268147a78284a59cf36ef2a71228c7eeb authored over 5 years ago
9d00bbb268147a78284a59cf36ef2a71228c7eeb authored over 5 years ago
docs: fix typo and formatting
60239d90346ea63af7008ae48c1db6a47d90e910 authored over 5 years ago
60239d90346ea63af7008ae48c1db6a47d90e910 authored over 5 years ago
docs: add simple readme with screenshot
c1db8b7ef1eb74b5252885db50153118aff79895 authored over 5 years ago
c1db8b7ef1eb74b5252885db50153118aff79895 authored over 5 years ago
feat: add codemirror themes
This commit adds paraiso-dark and paraiso-light themes. The dark one is
used on terser's output ...
fix: wrap terser call in a try/catch
6aa5b5696f426b2593b824e12e15bb994654df83 authored over 5 years ago
6aa5b5696f426b2593b824e12e15bb994654df83 authored over 5 years ago
Merge pull request #2 from terser-js/refactor/options-panel
refactor: make options work
2a14cc0e02df4a1141d557568f3e4768149cf8d3 authored over 5 years ago
refactor: make options work
This refactor changes the approach to option parsing, instead of using
JSON as serializing forma...
Merge pull request #1 from terser-js/feat/add-options-panel
feat: add terser options parsing panel
45bd1fab0f08d886e5c20587999cfbcb26844047 authored over 5 years ago
feat: add terser options parsing panel
This commit allows for the options to be edited in a specific panel.
749653da1c20ef6b121bd0db7a891c2976563cc3 authored over 5 years ago
feat: add all terser default options as module
411fc82934b62deb89bb18e0a3c116cbad710236 authored over 5 years ago
411fc82934b62deb89bb18e0a3c116cbad710236 authored over 5 years ago
feat: add size in bytes for both panels
b0139d57b8dc25a76ed778f44a081bc3252f5fa0 authored over 5 years ago
b0139d57b8dc25a76ed778f44a081bc3252f5fa0 authored over 5 years ago
feat: add basic terser minifying
This commit adds the most basic terser minify to the code in the input
panel.
feat(ui): add codemirror panels
6e9b016e68a3cce44927c3c00793ea0a08e188ae authored over 5 years ago
6e9b016e68a3cce44927c3c00793ea0a08e188ae authored over 5 years ago
chore: add prettier config file
aed67f39a83aa711cb207a7565464bea82bdafef authored over 5 years ago
aed67f39a83aa711cb207a7565464bea82bdafef authored over 5 years ago
chore: init project
- Create sketch components
- Add some sample styles