issues Search Results · repo:rescript-lang/rescript language:ReScript
Filter by
134 results
(63 ms)134 results
inrescript-lang/rescript (press backspace or delete to remove)In v11, the following compiles fine:
let f = (): array nullable int = {
[]
}
[Playground link](https://rescript-lang.org/try?version=v11.1.4 module=esmodule
code=DYUwLgBAZhC8EAoCUAuCBDATp9BPAPAHYCuww6ARqPgJaFgB8DczA3gFACQA2gLrsBfIA) ...
mediremi
- 1
- Opened 5 days ago
- #7862
It seems both find references and rename does not find JSX component usage. We ll probably need some JSX heuristics here
for this to really work.
zth
- Opened 7 days ago
- #7855
While trying to figure out how the type keyword behaves in function signatures, I ran into a syntax error that provides
no error message or line number: I m using the latest v12 beta.
let rec patternMatching ...
Josef-Thorne-A
- Opened 8 days ago
- #7850
https://rescript-lang.org/try?version=v11.1.4 module=esmodule
code=LYewJgrgNgpgBAUQG4wHYBc4F44G8BQcc6AngA7yY4A+iKGAgvoXLJgBYCGqYs2cAChj10ALmIBKbAD48LIgGcA7gEt0AY3ZxhaTASJFayXQxmCJ8uAF8WNm-lCQ+AZRgAnFG+MYA4iHDi+qwwmGgAjhAwkeLe6AB0VLIQqGr4VvxBpBTE2Ja0cQWxCcxEbHBcPHw4nAokqOqCOhji6FJYskGKqhpaTXp5dCZmAhYG1rYsZeGRkfxCIjEiCW2yFbwwAspqmtoicoaDjGaxTERWEgC00ioA5qggbjBpzI7Q8K4e7rEAQpxggZMQtpUBEojBFroEmZkql0jhMuRKLkxvlCkt0CVghxuOt+DU6g15roWit9gYtj1droyQcTsNRgYbGdAaEQTN4Dgic1DvFWmY1rAuZhRLJWldbvdHs8gA ...
jfrolich
- 1
- Opened 10 days ago
- #7838
We should do a somewhat thorough round of testing of Gentype for v12. Get a grip of what the current issues are and
which (if any) we should tackle for v12 (and which to tackle after).
zth
- 1
- Opened 10 days ago
- #7835
Thank you for filing! Check list:
- [x] Is it a bug? Usage questions should often be asked in the forum instead.
- [x] Concise, focused, friendly issue title description.
- [x] A minimal, reproducible ...
jderochervlk
- 8
- Opened 13 days ago
- #7828
The compiler (v11) does not support @s.strict in the following structure:
@schema
type t = @s.strict {
email: string,
name: string,
}
This is expected to work at least by some library developers, ...
benadamstyles
- 1
- Opened 17 days ago
- #7814
Attributes and their meaning is scattered between the syntax and the compiler. We should unify these (and see which ones
deserve first class representation in the AST now that we can change it).
Context: ...
zth
- Opened 20 days ago
- #7805
The fix in https://github.com/rescript-lang/rescript/pull/7776 isn t very performant. It performs too many
folder-existence checks for the ppx parser arguments. We should address the review comments.
cleanup
nojaf
- Opened 23 days ago
- #7785
It would be nice to pass a variable as a dict{} key:
let loc = BS_PRIVATE_NESTED_SOME_NONE
let properties = dict{
[loc]: schema,
}
DZakh
- Opened on Aug 12
- #7765

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.