-
Notifications
You must be signed in to change notification settings - Fork 468
Insights: rescript-lang/rescript
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v12.0.0-alpha.12 12.0.0-alpha.12
published
Apr 15, 2025
30 Pull requests merged by 10 people
-
Escape prop name in preserve jsx
#7429 merged
May 5, 2025 -
Remove some unused syntax error cases
#7427 merged
May 5, 2025 -
Fix comments removed in JSX
#7424 merged
May 5, 2025 -
Preserve JSX
#7387 merged
May 5, 2025 -
bsconfig.json -> rescript.json in error messages + comments
#7423 merged
May 5, 2025 -
avoid creating unnecessary copies of allocating constants in field fl…
#7421 merged
May 5, 2025 -
Add support for the bitwise NOT(
~
) unary operator#7418 merged
May 5, 2025 -
Do not error on
ref
as prop#7420 merged
May 4, 2025 -
Remove warnings that no longer exist from
Bsc_warnings.default_w
#7413 merged
May 4, 2025 -
make BigInt.fromFloat error-safe
#7419 merged
May 4, 2025 -
add assertEqual to docstrings
#7417 merged
May 4, 2025 -
add bitwise AND (
&
) operator#7415 merged
May 3, 2025 -
Add pkg.pr.new workflow
#7412 merged
May 1, 2025 -
Per-platform binary packages
#7395 merged
Apr 30, 2025 -
Error modules cleanup
#7408 merged
Apr 30, 2025 -
Inital dump of cmt
#7411 merged
Apr 30, 2025 -
Better snapshot
#7409 merged
Apr 29, 2025 -
Global per-project configuration of autocomplete
#7330 merged
Apr 28, 2025 -
Add bar position to case
#7407 merged
Apr 26, 2025 -
move Lazy module to Stdlib
#7399 merged
Apr 23, 2025 -
Fix broken bstracing CLI link
#7398 merged
Apr 16, 2025 -
Use more Yarn workspaces in scripts
#7391 merged
Apr 16, 2025 -
add shift(
<<
,>>
,>>>
) operator#7183 merged
Apr 16, 2025 -
Set version to 12.0.0-alpha.13
#7397 merged
Apr 15, 2025 -
Prepare for 12.0.0-alpha.12 release
#7396 merged
Apr 15, 2025 -
Use pinned flow_parser
#7390 merged
Apr 15, 2025 -
Update doc comments for Option.all3 to all6
#7394 merged
Apr 15, 2025 -
Fix type of RegExp.Result.matches
#7393 merged
Apr 15, 2025 -
Error message: Suggest module in place of value where it makes sense
#7384 merged
Apr 14, 2025 -
Remove unused codes from ext and ounit_tests
#7381 merged
Apr 12, 2025
12 Pull requests opened by 8 people
-
See how far an agent gets when asked to add module await ast.
#7383 opened
Apr 8, 2025 -
Bump crossbeam-channel from 0.5.12 to 0.5.15 in /rewatch
#7388 opened
Apr 10, 2025 -
Add slot attribute to JsxDom props
#7402 opened
Apr 22, 2025 -
[WIP] Improve subtype error messages
#7404 opened
Apr 24, 2025 -
Recovery in completions
#7410 opened
Apr 29, 2025 -
tests: add gentype_tests files
#7414 opened
May 1, 2025 -
Compile runtime with rewatch and add rewatch tests to the compiler repo
#7422 opened
May 5, 2025 -
Change completions of regex literals
#7425 opened
May 5, 2025 -
Rewatch as the default build system
#7426 opened
May 5, 2025 -
Handle non-printable control characters when escaping JSON
#7435 opened
May 6, 2025 -
Add @react.componentWithProps to MyWeirdComponent test
#7437 opened
May 7, 2025 -
Improve jsx preserve output
#7439 opened
May 7, 2025
19 Issues closed by 8 people
-
JSX: weird error message when using "children" as prop
#7046 closed
May 5, 2025 -
Comments removed in JSX expression
#7416 closed
May 5, 2025 -
"bsconfig.json" hardcoded in error messages
#7118 closed
May 5, 2025 -
V11 & V12 - Fails to set value to nested optional mutable field
#7406 closed
May 5, 2025 -
Unified Operator Proposal for int, float, and bigint
#6673 closed
May 5, 2025 -
Bitwise operators
#7009 closed
May 5, 2025 -
Compiler Libraries
#6204 closed
May 5, 2025 -
Exploring Better Monorepo and Faster Build Support for ReScript
#6248 closed
May 5, 2025 -
Improve error message for uncurried arity mismatch
#6281 closed
May 5, 2025 -
Parser should recover better from broken JSX prop code
#6559 closed
May 5, 2025 -
Transformation from float to bigint
#7089 closed
May 4, 2025 -
Stdlib: use assertEqual in all doc strings
#7374 closed
May 4, 2025 -
Error modules cleanup
#7377 closed
Apr 30, 2025 -
v12 alpha: incorrect compiler output
#7023 closed
Apr 28, 2025 -
Better NextJS integration
#6457 closed
Apr 26, 2025 -
%intoffloat inconsistency
#6739 closed
Apr 24, 2025 -
Casting `infinity` to integer makes value `0`
#6737 closed
Apr 22, 2025 -
Inconsistency in Js output for optional field record
#6485 closed
Apr 17, 2025 -
Support shift operators
#7171 closed
Apr 16, 2025
13 Issues opened by 6 people
-
variant with @tag, inline record payload, and duplicate custom tag compiles / produces unsafe code
#7438 opened
May 7, 2025 -
JSX preserve mode: better output formatting (indentation)
#7434 opened
May 6, 2025 -
JSX preserve mode: unused import of "react/jsx-runtime"
#7433 opened
May 6, 2025 -
JSX preserve mode: `make` is not a valid component name
#7432 opened
May 6, 2025 -
Missing unescaping when accessing prop with exotic name
#7431 opened
May 5, 2025 -
Investigate getting rid of option nesting
#7430 opened
May 5, 2025 -
Remove @return(undefined_to_opt) etc.?
#7428 opened
May 5, 2025 -
Support mutable for nested record fields
#7405 opened
Apr 24, 2025 -
Dynamic module import errors
#7403 opened
Apr 24, 2025 -
ReScript v12 - lambda breaks code casted by Obj.magic
#7401 opened
Apr 21, 2025 -
ReScript v12 - pattern matching on optional fields breaks other cases
#7400 opened
Apr 21, 2025 -
First class modules and dynamic import
#7389 opened
Apr 10, 2025 -
Consider allowing inline records in `external` definitions
#7386 opened
Apr 10, 2025
43 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[WIP] Editor mode
#7369 commented on
May 2, 2025 • 4 new comments -
Should use `in` for optional fields check
#7313 commented on
Apr 10, 2025 • 0 new comments -
Umbrella: Library Mode
#6210 commented on
May 5, 2025 • 0 new comments -
RFC: New package-spec `"dual"`
#6209 commented on
May 5, 2025 • 0 new comments -
Spring cleaning: error log
#6203 commented on
May 5, 2025 • 0 new comments -
RFC: New GenType for TypeScript
#6196 commented on
May 5, 2025 • 0 new comments -
Promoting rescript-vector to a primitive data structure
#6181 commented on
May 5, 2025 • 0 new comments -
Unintelligible error message with @return(nullable)
#6093 commented on
May 5, 2025 • 0 new comments -
Doc comment affects formatting of attributes
#6302 commented on
May 5, 2025 • 0 new comments -
Optimizations not applied when record has an optional field
#5616 commented on
May 5, 2025 • 0 new comments -
Compiler safeguards when defining a __proto__ field
#7343 commented on
May 5, 2025 • 0 new comments -
Support bitwise operators
#7172 commented on
May 5, 2025 • 0 new comments -
Include more JS primitives for Untagged variants
#7147 commented on
May 5, 2025 • 0 new comments -
Use rewatch to build runtime, tests etc.
#7117 commented on
May 5, 2025 • 0 new comments -
Add rewatch as an alternative build system to eventually replace bsb
#6760 commented on
May 5, 2025 • 0 new comments -
Split rescript npm package into multiple subpackages
#6183 commented on
May 5, 2025 • 0 new comments -
JSX Preserve Mode
#6197 commented on
May 6, 2025 • 0 new comments -
Core `Map.get` when map has with optional values
#7054 commented on
May 6, 2025 • 0 new comments -
Unnecessary braces when autocompleting JSX props
#7341 commented on
May 6, 2025 • 0 new comments -
Rewatch: detect changes to config and compiler version
#7436 commented on
May 6, 2025 • 0 new comments -
group `Jsx` modules
#7347 commented on
Apr 19, 2025 • 0 new comments -
add bitor (|) unified operator
#7382 commented on
Apr 14, 2025 • 0 new comments -
Not helpful error message when doing a typo in labeled arguments
#6748 commented on
Apr 26, 2025 • 0 new comments -
Preserve tagged template in generated code
#7236 commented on
May 1, 2025 • 0 new comments -
#"🚀" cast to string is not "🚀"
#7274 commented on
May 4, 2025 • 0 new comments -
Logical ops not found in BigInt
#7366 commented on
May 5, 2025 • 0 new comments -
Consolidate Stdlib APIs before v12 release
#7127 commented on
May 5, 2025 • 0 new comments -
Request for @functionExpression attribute to opt-out from arrow functions
#7061 commented on
May 5, 2025 • 0 new comments -
Improve error messages for function calls with mismatching args
#7055 commented on
May 5, 2025 • 0 new comments -
Integrate embed-lang into Rewatch
#7053 commented on
May 5, 2025 • 0 new comments -
Error Message Improvements
#6975 commented on
May 5, 2025 • 0 new comments -
Developer Documentation
#6973 commented on
May 5, 2025 • 0 new comments -
Custom ReScriptError class
#6972 commented on
May 5, 2025 • 0 new comments -
Clean and modernize JS codebase
#6971 commented on
May 5, 2025 • 0 new comments -
Uncapitalized cmi path in the error message
#6914 commented on
May 5, 2025 • 0 new comments -
RFC: conditional module FFI
#6946 commented on
May 5, 2025 • 0 new comments -
Compiler should not rely on `Js` or `Belt` module being present
#6836 commented on
May 5, 2025 • 0 new comments -
@unboxed should support Js.TypedArray2.ArrayBuffer.t
#6757 commented on
May 5, 2025 • 0 new comments -
Type errors about inconsistent internal representations for variants do not describe the representation
#6657 commented on
May 5, 2025 • 0 new comments -
No unused attribute warning for attributes without "bs." prefix
#6636 commented on
May 5, 2025 • 0 new comments -
Unstable formatting of comments
#6976 commented on
May 5, 2025 • 0 new comments -
Print `:>` without wrapping parenthesis
#6254 commented on
May 5, 2025 • 0 new comments -
Deprecate `-bs-g` bsc-flag
#6496 commented on
May 5, 2025 • 0 new comments