issues Search Results · repo:rescript-lang/rescript language:ReScript
Filter by
2.8k results
(214 ms)2.8k results
inrescript-lang/rescript (press backspace or delete to remove)Running rescript xxx (equivalent to rescript build xxx) for a non-existing folder xxx prints
Could not initialize build. Error: Could not read rescript.json at myfolder /xxx
but still creates the directories ...
build
cknitt
- Opened 4 days ago
- #7926
I would be in favour of having a CODEOWNERS file.
(Some inspiration)
It seems nice that we can add owners for different files and folders. Pull requests can take this into account and auto
assign names ...
nojaf
- Opened 7 days ago
- #7922
Given these definitions:
module M = {
@react.component
let make = () = React.null
}
module type S = module type of M
Trying to unpack a first-class module in the argument of a react component:
...
glennsl
- 1
- Opened 9 days ago
- #7917
If I run rescript clean and then rescript build, I now get the message
[1/7] 🧹 Cleaned previous build due to compiler update
which is not really true.
build
cknitt
- Opened 12 days ago
- #7908
Currently the doc string tests are showing some syntax errors:
Syntax error in code block in docstring
Stdlib_DataView.resi:8:52-9:8
6 │ let dv = DataView.fromBuffer(ArrayBuffer.make(16))
7 ...
cknitt
- 3
- Opened 14 days ago
- #7895
Currently, regardless which value of gentypeconfig.generatedFileExtension set, the generated typescript file will have a
.tsx extension.
There s no way to set it to use .ts extension. Thus generated .tsx ...
hackwaly
- Opened 19 days ago
- #7878
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
- 2
- Opened 22 days ago
- #7862
This happens since 12 beta 2:
https://rescript-lang.org/try?version=v12.0.0-beta.2 module=esmodule
code=AIWw9gJgrgNgpgCgEQCc4EMDGAXJBKAKDgA9s4UA7dGAAigGc4BlbdMgLhoHIA3aqODQC8APhoJe-OABpufGAOFjJCuHmE0kDZqzJICBcNHg0AggAdzGgN4EaNYGizYAdJjAhzYCnArY7NPDYNCDoANaCQuLqojS29vZB4u5QfrKM2ADCYKnYMXSMLGyIAAyEAfYAPBAAljwiFQmVAEZQ2NjeNN6ZMDWYYULWAPpKNBnZuQjmaDyj03CzANQ0AIx4AL5ilQD0re3eDQk0O7X1AesEF0A ...
nojaf
- 2
- Opened 23 days ago
- #7857
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 24 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 25 days ago
- #7850

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.
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.