roc/crates/compiler/load_internal/tests
Agus Zubiaga 979aff8bf7
Explicit builtin import warning
We will now show a warning if a builtin is imported explicitly,
since this is unncessary.

We will not show the warning if they expose functions from the builtin:

	import Dict exposing [isEmpty]

However, we will show a special warning if they expose types from it:

	import Dict exposing [Dict, isEmpty]
2024-04-20 12:35:46 -03:00
..
fixtures/build Merge branch 'main' into inline-imports 2024-04-20 12:01:11 -03:00
helpers moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
test_load.rs Explicit builtin import warning 2024-04-20 12:35:46 -03:00