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
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/validation/ImportFrom.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ public ImportFrom(String importTargetExpression) {
40
40
41
41
/**
42
42
* @return whether we recognize it as a Node.js native module. These
43
-
* do not need to be declared in package.json, however this check
44
-
* is not exhaustive as the true nature of a package depends on the
45
-
* Node.js version.
43
+
* do not need to be declared in package.json. This check
44
+
* is not exhaustive since the list of native modules varies
0 commit comments