diff --git a/crates/oxc_transformer/src/es2015/arrow_functions.rs b/crates/oxc_transformer/src/es2015/arrow_functions.rs index 1843c045ecdbf..89ee8f5ddfa85 100644 --- a/crates/oxc_transformer/src/es2015/arrow_functions.rs +++ b/crates/oxc_transformer/src/es2015/arrow_functions.rs @@ -4,6 +4,17 @@ //! //! > This plugin is included in `preset-env`, in ES2015 //! +//! ## Missing features +//! +//! Implementation is incomplete at present. Still TODO: +//! +//! * Handle `arguments` in arrow functions. +//! * Handle `new.target` in arrow functions. +//! * Error on arrow functions in class properties. +//! +//! * Error on `super` in arrow functions. +//! +//! //! ## Example //! //! Input: