Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 30, 2023
1 parent d1b7a37 commit 41df482
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
@@ -1,5 +1,5 @@
export type * from './mod';
export type * as ns from './mod';
// Note: TSC doesn't support string module specifiers yet,
// but it's easier for us to support it that not.
// but it's easier for us to support them than not.
export type * as "ns2" from './mod';
@@ -1,5 +1,5 @@
export type * from './mod';
export type * as ns from './mod';
// Note: TSC doesn't support string module specifiers yet,
// but it's easier for us to support it that not.
// but it's easier for us to support them than not.
export type * as "ns2" from './mod';
@@ -1,5 +1,5 @@
export type * from './mod';
export type * as ns from './mod';
// Note: TSC doesn't support string module specifiers yet,
// but it's easier for us to support it that not.
// but it's easier for us to support them than not.
export type * as "ns2" from './mod';
Expand Up @@ -53,7 +53,7 @@
},
{
"type": "CommentLine",
"value": " but it's easier for us to support it that not.",
"value": " but it's easier for us to support them than not.",
"start":121,"end":170,"loc":{"start":{"line":4,"column":0,"index":121},"end":{"line":4,"column":49,"index":170}}
}
]
Expand Down Expand Up @@ -94,7 +94,7 @@
},
{
"type": "CommentLine",
"value": " but it's easier for us to support it that not.",
"value": " but it's easier for us to support them than not.",
"start":121,"end":170,"loc":{"start":{"line":4,"column":0,"index":121},"end":{"line":4,"column":49,"index":170}}
}
]
Expand All @@ -110,7 +110,7 @@
},
{
"type": "CommentLine",
"value": " but it's easier for us to support it that not.",
"value": " but it's easier for us to support them than not.",
"start":121,"end":170,"loc":{"start":{"line":4,"column":0,"index":121},"end":{"line":4,"column":49,"index":170}}
}
]
Expand Down
@@ -1,7 +1,7 @@
export type * from './mod';
export type * as ns from './mod';
// Note: TSC doesn't support string module specifiers yet,
// but it's easier for us to support it that not.
// but it's easier for us to support them than not.
export type * as "ns2" from './mod';

;
@@ -1,5 +1,5 @@
// Note: TSC doesn't support string module specifiers yet,
// but it's easier for us to support it that not.
// but it's easier for us to support them than not.

;
export {};

0 comments on commit 41df482

Please sign in to comment.