File tree Expand file tree Collapse file tree
crates/wac-graph/tests/graphs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11failed to export node 0 in export 1 for test case `export-already-exists`
22
33Caused by:
4- export name `foo` already exists in the graph
4+ an export with the name `foo` already exists
Original file line number Diff line number Diff line change 11failed to encode the graph
22
33Caused by:
4- an instantiation of package `test:foo` implicitly imports an item named `foo`, but it conflicts with an explicit import node of the same name
4+ an instantiation of package `test:foo` implicitly imports an item named `foo`, but it conflicts with an explicit import of the same name
Original file line number Diff line number Diff line change 11failed to export node 0 in export 0 for test case `invalid-export-name`
22
33Caused by:
4- 0: export name `!` is not a valid extern name
4+ 0: export name `!` is not valid
55 1: `!` is not in kebab case
Original file line number Diff line number Diff line change 11failed to add import node 0 for test case `invalid-import-name`
22
33Caused by:
4- 0: import name `NOT_VALID` is not a valid extern name
4+ 0: import name `NOT_VALID` is not valid
55 1: `NOT_VALID` is not in kebab case
You can’t perform that action at this time.
0 commit comments