aiken/crates
KtorZ aa2a235790
Suggest possible candidate on unknown imports.
## Before

  ```
  × Type-checking
  ╰─▶ Unknown module field 'ValidityRaneg' in module 'aiken/transaction'
  ```

  ## After

  ```
    × Type-checking
    ╰─▶ Unknown import 'ValidityRaneg' from module 'aiken/transaction'

     ╭─[../stdlib/validators/tmp.ak:2:1]
   2 │ use aiken/interval.{Interval, IntervalBound, IntervalBoundType}
   3 │ use aiken/transaction.{ScriptContext, ValidityRaneg}
     ·                                       ─────────────
   4 │
     ╰────
    help: Did you mean to import 'ValidityRange'?
  ```
2022-12-22 23:46:17 +01:00
..
aiken feat: redo the new command 2022-12-22 10:52:49 -05:00
aiken-lang Suggest possible candidate on unknown imports. 2022-12-22 23:46:17 +01:00
aiken-lsp chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
aiken-project Better errors when using unknown data-type constructor. 2022-12-22 19:34:50 +01:00
flat-rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
uplc chore: make folder names match crate name 2022-12-21 18:11:07 -05:00