add argument against with import ...; syntax

This commit is contained in:
Valentin Gagarin 2023-06-08 14:47:00 +02:00 committed by GitHub
parent cc5b1b41fa
commit 3611cd2eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -268,7 +268,7 @@ Once the language version is accessible though, tooling can at least be adapted
- (-) Very long
- `with import <language> \d*;`
- (+) Allows for forward compatibilty hacks such as better error messages
- (🔥) Because why not
- (-) Will likely mislead beginners to think this is has the same semantics as the original `with import ...;`
</details>