Commit ab67728
committed
Bug in module definition via the keyword
There are two ways of creating a module.
1. File with .ql extension
2. via `module` keyword
If the module was defined via keyword then it may wrongly assume there
is a file named <module>.ql while concating all modules into the
monolith. This isn't ideal.
This is a low prio.1 parent d5b2ca8 commit ab67728
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
784 | | - | |
| 784 | + | |
| 785 | + | |
785 | 786 | | |
786 | 787 | | |
787 | 788 | | |
| |||
0 commit comments