From da29e4a2f148df1a1bd31582547daae77b04baa3 Mon Sep 17 00:00:00 2001 From: Boshen Date: Wed, 5 Apr 2023 22:10:33 +0800 Subject: [PATCH] chore(README): update objectives --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ecc5e3f7e..9252b85cf 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,7 @@ As of now, Oxc has a fully working parser and a prototype for the linter. The current objectives are: * A MVP (Most Viable Product) for the linter. -* Improve the parser for real usage. Areas include: - * Performance - * API - * Pass more conformance tests +* A prototype for the minifier. ## Linter @@ -83,7 +80,7 @@ Checked 3479 files in 335ms using 12 cores. Found 17 errors. ``` -And also in a large monorepo: +And also in a huge monorepo: ``` Checked 73660 files in 7415ms using 12 cores.