Commit Graph

50 Commits

Author SHA1 Message Date
thepassle cb238f99ec chore: add nullish coalescing babel plugin 2021-04-04 04:58:51 -07:00
thepassle 5c6ac8d92c feat: support optional chaining in ?module mode 2021-04-04 04:58:51 -07:00
Michael Jackson 78c9de2e0e Use NODE_ENV when building client bundles 2020-06-06 09:05:30 -07:00
Michael Jackson 6ad61a984f Remove unneeded req params related to the URL 2019-08-08 15:19:29 -07:00
Michael Jackson 8aa619727e Use GOOGLE_CLOUD_PROJECT instead of GAE_APPLICATION 2019-08-05 09:47:45 -07:00
Michael Jackson 370a7f7d6c Add request logging to asyncHandler 2019-08-04 23:49:34 -07:00
Michael Jackson 4774e61d50 Add request logging 2019-08-04 23:43:21 -07:00
Michael Jackson 1c850c8662 Use GAE trace agent 2019-08-04 23:43:21 -07:00
Michael Jackson be843179d4 Consolidate gunzip logic 2019-08-02 16:06:13 -07:00
Michael Jackson 746a6fddf5 Add previews for .txt files 2019-08-02 15:37:08 -07:00
Michael Jackson c3dc2dd014 Speed up test suite by using local npm.js stub 2019-08-01 18:01:12 -07:00
Michael Jackson a51a275e84 Fix small bug 2019-07-30 18:15:53 -07:00
Michael Jackson 7f90203a66 Better async error handling 2019-07-30 17:06:27 -07:00
Michael Jackson 7582c641fb Add tests for undefined query params
Fixes #169
2019-07-30 15:51:50 -07:00
Michael Jackson 34baab07ab New "browse" UI
Also, separated out browse, ?meta, and ?module request handlers.

Fixes #82
2019-07-26 15:31:46 -07:00
Michael Jackson ab83549744 Remove addLeadingSlash util 2019-07-10 21:59:23 -07:00
Michael Jackson 64e2abc361 Style tweaks 2019-07-10 16:48:30 -07:00
Michael Jackson 40bd9dbec4 Finer-grained caching of data from npm 2019-07-10 16:27:19 -07:00
Michael Jackson f3ecddea47 Get tests passing again 2019-07-09 17:21:25 -07:00
Michael Jackson 2e3c9ff526 Consolidate stats module 2019-07-09 16:51:39 -07:00
Michael Jackson b67e58d985 Consolidate npm utils in the same file 2019-07-09 16:16:43 -07:00
Michael Jackson 69030142da Tighten up global ESLint config 2019-07-09 15:43:45 -07:00
Michael Jackson d5022035c1 Remove secret key 2019-07-09 11:21:54 -07:00
Michael Jackson c06657d9a7 Remove log ingestion 2019-07-09 11:10:41 -07:00
Michael Jackson 390498fefd Remove auth 2019-07-09 11:06:49 -07:00
Michael Jackson 59e402a41e Merge branch 'percent-40' of https://github.com/wmhilton-contrib/unpkg.com into wmhilton-contrib-percent-40 2019-04-08 17:38:13 -07:00
Jason Miller ab78e4f64e Preserve minification semantics when transforming bare import specifiers (fixes #149) 2019-03-20 14:55:32 -07:00
William Hilton 1ee88d0166
Merge branch 'master' into percent-40 2019-02-01 12:17:42 -05:00
Michael Jackson 5533725f64 Remove Firebase hosting, back to Express 2019-01-26 15:20:15 -08:00
Michael Jackson ea85062ff6 Inline scripts in HTML files 2019-01-24 15:49:21 -08:00
Michael Jackson bbb092d974 Load React + Emotion from CDN URLs, use globals
Remove @emotion/babel-preset-css-prop and import { jsx } from
@emotion/core directly instead so Rollup can preserve imports order when
bundling (instead of @emotion/core automatically inserting itself as the
first import).
2019-01-23 21:27:58 -08:00
Michael Jackson 6228f0de5c Update plugin signature 2019-01-23 16:03:27 -08:00
Michael Jackson 949c40f11e Hide verbose logs behind debug flag 2019-01-15 16:43:52 -08:00
Michael Jackson 7800180d3b Fix linting errors 2019-01-15 14:57:09 -08:00
Michael Jackson dc2950d60f Remove blacklist code 2019-01-15 08:06:12 -08:00
Michael Jackson 5e7323f389 Remove incrementCounter utility 2019-01-15 07:59:53 -08:00
Michael Jackson 09914c1db4 Server render the main page
Also, add hashes to asset file names and use the "entry manifest" plugin
in dev to get auto-reloading.
2019-01-12 19:27:28 -08:00
Michael Jackson 76f05911cd Inject secret key at build time 2019-01-05 18:03:10 -08:00
Michael Jackson 31e7d3865a Experimental port to Firebase hosting 2019-01-05 17:14:36 -08:00
William Hilton 6a126115bc
fix const error 2019-01-02 15:56:24 -05:00
William Hilton 6740f76d17
fix: decode `%40` before splitting URLs by `@` 2019-01-02 15:32:09 -05:00
Michael Jackson 961ea49ac4 Add back missing package config data
Fixes #156
2018-12-20 15:09:06 -08:00
Michael Jackson 59a5acbe08 Switch back to in-memory cache 2018-12-17 15:57:44 -08:00
Michael Jackson aa99d11068 Limit package info we keep in cache 2018-12-17 14:02:59 -08:00
Michael Jackson 19b2e5574b Use single quotes :P 2018-12-17 09:38:05 -08:00
Michael Jackson 9b9ded57e7 Fix caching issue
Fixes #138
2018-10-19 07:32:08 -07:00
Michael Jackson 21ed6ee42e Add ?module support for HTML files
Closes #113
2018-09-04 15:58:52 -07:00
Michael Jackson 311a1ffa7e Use 0 instead of a string for missing packages 2018-09-04 07:39:45 -07:00
Michael Jackson 82d404a973 Introduce different log levels 2018-08-25 23:49:44 -07:00
Michael Jackson bef8b2ebee Rename server => modules 2018-07-31 10:20:24 -07:00