Comment on Deno 1.14parentComments−singularity20014yfollow up question: how many different incompatible ways to require(), import … are there?−RobertKerans4yTwo (import + require, which, as import didn't exist, was necessary). Most current tooling is built to handle both (Deno draws a line under it by disallowing the older one)
Comments
follow up question: how many different incompatible ways to require(), import … are there?
Two (import + require, which, as import didn't exist, was necessary). Most current tooling is built to handle both (Deno draws a line under it by disallowing the older one)