From 840beda54b6e9257e9fc9d9b610c234d1b2e51e0 Mon Sep 17 00:00:00 2001 From: James Bradbury Date: Sat, 5 Aug 2023 17:47:46 +0200 Subject: [PATCH] Update readme.md --- readme.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/readme.md b/readme.md index 2d94be9..c072fff 100644 --- a/readme.md +++ b/readme.md @@ -3,11 +3,6 @@ The bits needed to build the Max-JS compatible version of fav.js, assemble the ingredients for including in a Max package. ## TODO - -* Finish decoupling from embedded fav.js and instead pull as NPM module from GH - -> The idea has been not to touch fav at all, but only with partial success so far. So, go through and peel out changes into freestanding code or patches so that we can stay in sync with upstream - * Document what Babel is doing: tl;dr converting ES6 to Max's older and somewhat idiosyncratic JS. The horrible bit is that the `requires` stuff ends up needing extra massaging with a custom plugin ## Building