Skip to content

Commit

Permalink
fix: check dependencies when adding imports (smithy-lang#1239)
Browse files Browse the repository at this point in the history
* fix: check dependencies when adding imports

* avoid method overload with super type

* handle node: prefix package imports

* exempt node: prefix packages from enforced registration

* remove addImportUnchecked

* remove stray deprecation tag

* convert import logic to class

* comment grammar

* add internalapi annotation to ImportFrom
  • Loading branch information
kuhe committed Jun 28, 2024
1 parent d952a6a commit 2915946
Show file tree
Hide file tree
Showing 2 changed files with 875 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/chilly-flies-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Loading

0 comments on commit 2915946

Please sign in to comment.