You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
Both are reserved keywords so imports like import case from "deno-change-case" won't work. But currently, I am using a script to import some of them and I have to deal with them by renaming them.
It also causes confusion - with enum package only intended for js audience since enum already works in typescript.
The text was updated successfully, but these errors were encountered:
enum:
https://github.com/denoland/deno_website2/blob/98a4d631b95740fd2c9ba0cc4276c1cc267dd548/database.json#L642-L647
case:
https://github.com/denoland/deno_website2/blob/98a4d631b95740fd2c9ba0cc4276c1cc267dd548/database.json#L129-L134
Both are reserved keywords so imports like import case from "deno-change-case" won't work. But currently, I am using a script to import some of them and I have to deal with them by renaming them.
It also causes confusion - with enum package only intended for js audience since enum already works in typescript.
The text was updated successfully, but these errors were encountered: