import.meta and TC39 process as a whole

T.J. Crowder tj.crowder at farsightsoftware.com
Fri Aug 4 07:55:46 UTC 2017


On Fri, Aug 4, 2017 at 8:53 AM, Dmitrii Dimandt <dmitrii at dmitriid.com> wrote:
>
> But you can’t `var x = import`, for example. I guess you can’t `var import = {}`  either.
>
> Hmmm… I wonder why…

Because `import` has been on the list of reserved or future reserved
words since *at least* ES3 (1999). I didn't go back further than that.

-- T.J. Crowder


More information about the es-discuss mailing list