Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Apr 13, 2022
1 parent c9f1762 commit 4a82968
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 49 deletions.
7 changes: 0 additions & 7 deletions recipe/emailpassword/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,5 @@
* under the License.
*/
export * from "../../../lib/build/recipe/emailpassword/types";
/**
* 'export *' does not re-export a default.
* import NextJS from "supertokens-node/nextjs";
* the above import statement won't be possible unless either
* - user add "esModuleInterop": true in their tsconfig.json file
* - we do the following change:
*/
import * as _default from "../../../lib/build/recipe/emailpassword/types";
export default _default;
7 changes: 0 additions & 7 deletions recipe/emailverification/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,5 @@
* under the License.
*/
export * from "../../../lib/build/recipe/emailverification/types";
/**
* 'export *' does not re-export a default.
* import NextJS from "supertokens-node/nextjs";
* the above import statement won't be possible unless either
* - user add "esModuleInterop": true in their tsconfig.json file
* - we do the following change:
*/
import * as _default from "../../../lib/build/recipe/emailverification/types";
export default _default;
7 changes: 0 additions & 7 deletions recipe/passwordless/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,5 @@
* under the License.
*/
export * from "../../../lib/build/recipe/passwordless/types";
/**
* 'export *' does not re-export a default.
* import NextJS from "supertokens-node/nextjs";
* the above import statement won't be possible unless either
* - user add "esModuleInterop": true in their tsconfig.json file
* - we do the following change:
*/
import * as _default from "../../../lib/build/recipe/passwordless/types";
export default _default;
7 changes: 0 additions & 7 deletions recipe/session/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,5 @@
* under the License.
*/
export * from "../../../lib/build/recipe/session/types";
/**
* 'export *' does not re-export a default.
* import NextJS from "supertokens-node/nextjs";
* the above import statement won't be possible unless either
* - user add "esModuleInterop": true in their tsconfig.json file
* - we do the following change:
*/
import * as _default from "../../../lib/build/recipe/session/types";
export default _default;
7 changes: 0 additions & 7 deletions recipe/thirdparty/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,5 @@
* under the License.
*/
export * from "../../../lib/build/recipe/thirdparty/types";
/**
* 'export *' does not re-export a default.
* import NextJS from "supertokens-node/nextjs";
* the above import statement won't be possible unless either
* - user add "esModuleInterop": true in their tsconfig.json file
* - we do the following change:
*/
import * as _default from "../../../lib/build/recipe/thirdparty/types";
export default _default;
7 changes: 0 additions & 7 deletions recipe/thirdpartyemailpassword/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,5 @@
* under the License.
*/
export * from "../../../lib/build/recipe/thirdpartyemailpassword/types";
/**
* 'export *' does not re-export a default.
* import NextJS from "supertokens-node/nextjs";
* the above import statement won't be possible unless either
* - user add "esModuleInterop": true in their tsconfig.json file
* - we do the following change:
*/
import * as _default from "../../../lib/build/recipe/thirdpartyemailpassword/types";
export default _default;
7 changes: 0 additions & 7 deletions recipe/thirdpartypasswordless/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,5 @@
* under the License.
*/
export * from "../../../lib/build/recipe/thirdpartypasswordless/types";
/**
* 'export *' does not re-export a default.
* import NextJS from "supertokens-node/nextjs";
* the above import statement won't be possible unless either
* - user add "esModuleInterop": true in their tsconfig.json file
* - we do the following change:
*/
import * as _default from "../../../lib/build/recipe/thirdpartypasswordless/types";
export default _default;

0 comments on commit 4a82968

Please sign in to comment.