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 by Fábio Santos <[email protected]>
more description of the page

ad5d09b5123f0a0b00043016497004c9df05fdb5 authored almost 3 years ago by Fábio Santos <[email protected]>
update packages

604542211602d5fe1b890c1fa37c60336dfc0acf authored almost 3 years ago by Fábio Santos <[email protected]>
fix dumb scrollbar

6617876c9605e82556e3f15c65b1486cd25c8e1d authored almost 3 years ago by Fábio Santos <[email protected]>
Merge pull request #23 from akx/ouput-typo

Fix "ouput" -> "output"

89763c309fce206eaddad4a6f83e071c48dcd994 authored almost 3 years ago by Fábio Santos <[email protected]>
Fix "ouput" -> "output"

d4e1436c3586afe5c65c4d3fdeb45bafb2a23c73 authored over 3 years ago by Aarni Koskela <[email protected]>
add some lines

4f68f3267eb0e8cab638206fed91c822b118233d authored about 4 years ago by Fábio Santos <[email protected]>
enable module:true by default

b0af0e0f6d4f0a948dd39521a10346fbfea21ee7 authored about 4 years ago by Fábio Santos <[email protected]>
update packages

504e00600f22bf446548b0dcb4774c80e56aaa40 authored about 4 years ago by Fábio Santos <[email protected]>
add source-map

56f4405ee2dc40adb6dfcae76e20d33830617190 authored about 4 years ago by Fábio Santos <[email protected]>
update to new Terser API

4510f705d36114e1963ef0910752efb161d888b1 authored over 4 years ago by Fábio Santos <[email protected]>
add LICENSE

eda345f9a5d0372e6e0bfc2ad43400ea03f24b8d authored over 4 years ago by Fábio Santos <[email protected]>
fix chrome visual issues

949c7a3205e91fc1108cfe6edd99bf06a50e0f35 authored over 4 years ago by Fábio Santos <[email protected]>
use latest Terser from jsdelivr

067f0665438710efea83025cfeff7b25a1e9dfaf authored over 4 years ago by Fábio Santos <[email protected]>
update packages

ea47cbf03f89f68fab89f5fd2cde15886d53081d authored over 4 years ago by Fábio Santos <[email protected]>
chore: update dependencies

dc98326a5430d9adcb38a2aab6e73a2b0303e32f authored over 5 years ago by rogeriopvl <[email protected]>
feat: add top navbar

bca01f0fa0a30bb6cf8acfdedd2408d61fb7be43 authored over 5 years ago by rogeriopvl <[email protected]>
feat: remove all defaults from options pane

6ca67a6ae9f8f41d3f658a092e78876822e0c820 authored over 5 years ago by rogeriopvl <[email protected]>
fix: contrast of mathing brackets hightlight

b5507021c0530a405f99d873d9a78e11c1ada59d authored over 5 years ago by rogeriopvl <[email protected]>
chore: update homepage in package.json

f0f4200f45d2c461d7f52562877ef02e4f3436ac authored over 5 years ago by rogeriopvl <[email protected]>
chore: setup manifest.json with real info

f719135b5440191a75edaa3ed9d359e4cb056c80 authored over 5 years ago by rogeriopvl <[email protected]>
feat: add terser favicon

1bb1bb85c9cc3ab803dc2034ff454910005ab80a authored over 5 years ago by rogeriopvl <[email protected]>
chore: setup gh-pages deployment

9d00bbb268147a78284a59cf36ef2a71228c7eeb authored over 5 years ago by rogeriopvl <[email protected]>
docs: fix typo and formatting

60239d90346ea63af7008ae48c1db6a47d90e910 authored over 5 years ago by rogeriopvl <[email protected]>
docs: add simple readme with screenshot

c1db8b7ef1eb74b5252885db50153118aff79895 authored over 5 years ago by rogeriopvl <[email protected]>
feat: add codemirror themes

This commit adds paraiso-dark and paraiso-light themes. The dark one is
used on terser's output ...

0a580dc2f385d59b71a93c55e17aef8fbf0bad1e authored over 5 years ago by rogeriopvl <[email protected]>
fix: wrap terser call in a try/catch

6aa5b5696f426b2593b824e12e15bb994654df83 authored over 5 years ago by rogeriopvl <[email protected]>
Merge pull request #2 from terser-js/refactor/options-panel

refactor: make options work

2a14cc0e02df4a1141d557568f3e4768149cf8d3 authored over 5 years ago by RogĂ©rio Vicente <[email protected]>
refactor: make options work

This refactor changes the approach to option parsing, instead of using
JSON as serializing forma...

86bfdfa483c9513ae3b24f34a1ad8c83cf1f52b5 authored over 5 years ago by rogeriopvl <[email protected]>
Merge pull request #1 from terser-js/feat/add-options-panel

feat: add terser options parsing panel

45bd1fab0f08d886e5c20587999cfbcb26844047 authored over 5 years ago by RogĂ©rio Vicente <[email protected]>
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 by rogeriopvl <[email protected]>
feat: add all terser default options as module

411fc82934b62deb89bb18e0a3c116cbad710236 authored over 5 years ago by rogeriopvl <[email protected]>
feat: add size in bytes for both panels

b0139d57b8dc25a76ed778f44a081bc3252f5fa0 authored over 5 years ago by rogeriopvl <[email protected]>
feat: add basic terser minifying

This commit adds the most basic terser minify to the code in the input
panel.

39fb8a3a196d1b3e64c4bf9658356c0c7dfa7005 authored over 5 years ago by rogeriopvl <[email protected]>
feat(ui): add codemirror panels

6e9b016e68a3cce44927c3c00793ea0a08e188ae authored over 5 years ago by rogeriopvl <[email protected]>
chore: add prettier config file

aed67f39a83aa711cb207a7565464bea82bdafef authored over 5 years ago by rogeriopvl <[email protected]>
chore: init project

- Create sketch components
- Add some sample styles

7ad3d3bb0cf2e2d7110e4d7a11aac994b9f8079f authored over 5 years ago by rogeriopvl <[email protected]>