issues Search Results · repo:rescript-lang/rescript language:ReScript
Filter by
2.8k results
(66 ms)2.8k results
inrescript-lang/rescript (press backspace or delete to remove)List.map / List.mapi is compiled to a recursive function without tail call optimization, leading to stack overflow when
the input array is large enough.
Reproduction:
let _ =
Array.make(20000, 0)
...
gera2ld
- 1
- Opened on Nov 28, 2020
- #4845
Since ReasonReact always compile the React import to import * from react , it s not possible to use ReasonReact with the
CDN version of React. Would it be possible to add configuration to either omit the ...
olleharstedt
- 1
- Opened on Nov 27, 2020
- #4843
Log output
@myorg/app: Duplicated package: bs-platform /Users/hongbozhang/git/bsb-smallest-monorepo-example/packages/app/node_modules/bs-platform (chosen) vs /Users/hongbozhang/git/bsb-smallest-monorepo-example/packages/app/node_modules/@myorg/my-shared-dev-lib/node_modules/bs-platform ...
bobzhang
- 2
- Opened on Nov 27, 2020
- #4842
@react.component let make = () = { div {React.string( hello world )} / /div }
when above code seens formated will be formated to
@react.component let make = () = { div { {React.string( hello world ...
ArcherDs
- 1
- Opened on Nov 25, 2020
- #4839
Something like bsc -format -width ....
See https://github.com/rescript-lang/rescript-vscode/issues/22
amiralies
- 1
- Opened on Nov 24, 2020
- #4838
It would be good to allow projects to vendor a dependency with a namespace. Currently vendoring a project with multiple
modules (in its root) pollutes consumer s namespace. Let s say i m working on project ...
stale
amiralies
- 8
- Opened on Nov 23, 2020
- #4835
The problem with yarn bsb -make-world:
- I use ubuntu 20 and bs-platform 8.3.1. For tests i use bs-jest 0.6 (which use jest 26)
- When i work on some file, i run yarn jest fileName_test.bs.js - it ...
stale
Qziem
- 4
- Opened on Nov 23, 2020
- #4834
Right now warnings get output in the middle of compilation, right next to the file where they are encountered. I think
it would be better to list all warnings at the end of compilation, so they are not ...
eWert-Online
- 3
- Opened on Nov 23, 2020
- #4833
At the moment, we can only chose between .js, .bs.js, .mjs and .cjs.
Would it be possible to allow a free definition? For instance I d like to use .bs.mjs or .res.mjs so that I can ignore
them easily ...
bloodyowl
- 1
- Opened on Nov 22, 2020
- #4832
I ve been working with code that uses hash map style JS objects, and the ReScript syntax for declaring them can be
tedious. (Or rather, the lack of syntax to declare them is tedious.)
Consider this JS: ...
stale
johnridesabike
- 13
- Opened on Nov 20, 2020
- #6301

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!
Restrict your search to the title by using the in:title qualifier.