Skip to content

Commit

Permalink
Update packages/babel-plugin-transform-typescript/src/namespace.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Aug 10, 2021
1 parent 09bef7c commit 9a1a74d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
import { template, types as t } from "@babel/core";
import { NodePath } from "@babel/traverse";
import type { NodePath } from "@babel/traverse";

export default function transpileNamespace(path, t, allowNamespaces) {
if (path.node.declare || path.node.id.type === "StringLiteral") {
Expand Down

0 comments on commit 9a1a74d

Please sign in to comment.