-
Notifications
You must be signed in to change notification settings - Fork 471
Insights: rescript-lang/rescript
Overview
Could not load contribution data
Please try again later
4 Releases published by 2 people
-
v12.0.0-beta.3 12.0.0-beta.3
published
Jul 25, 2025 -
v12.0.0-beta.4 12.0.0-beta.4
published
Jul 31, 2025 -
v12.0.0-beta.5 12.0.0-beta.5
published
Aug 8, 2025 -
v12.0.0-beta.6 12.0.0-beta.6
published
Aug 15, 2025
59 Pull requests merged by 10 people
-
Add markdown divider between module doc and module type in hover information
#7775 merged
Aug 18, 2025 -
Show doc comments before type expansions in hover information
#7774 merged
Aug 18, 2025 -
Set version to 12.0.0-beta.7
#7773 merged
Aug 15, 2025 -
Prepare for 12.0.0-beta.6 release
#7772 merged
Aug 15, 2025 -
Add missing details for packages in root rescript json
#7771 merged
Aug 15, 2025 -
Show both suffixes if multiple package specs with different extensions
#7769 merged
Aug 15, 2025 -
Try to read dependency from the current package.
#7770 merged
Aug 15, 2025 -
Fix option optimisation compiler bug
#7766 merged
Aug 13, 2025 -
Be more aware of the workspace during clean
#7752 merged
Aug 13, 2025 -
Fix issue with ast conversion on functions with attributes on arguments.
#7761 merged
Aug 12, 2025 -
Add a few Stdlib helpers
#7516 merged
Aug 12, 2025 -
Add jsx_tag_name
#7760 merged
Aug 11, 2025 -
Set version to 12.0.0-beta.6
#7759 merged
Aug 8, 2025 -
Prepare for 12.0.0-beta.5 release
#7758 merged
Aug 8, 2025 -
Try and read package name from rescript.json if package.json is not present
#7746 merged
Aug 8, 2025 -
Refactor jsx mode in parser
#7751 merged
Aug 6, 2025 -
Update jsx configuration schema
#7755 merged
Aug 4, 2025 -
Trim trailing commas from semantic tokens output to ensure valid JSON
#7750 merged
Aug 2, 2025 -
Don't format and don't check formatting of dependencies
#7748 merged
Aug 1, 2025 -
Refactor printing inline type declarations
#7741 merged
Aug 1, 2025 -
Update CONTRIBUTING.md: KeyCDN -> Cloudflare R2
#7745 merged
Jul 31, 2025 -
Set version to 12.0.0-beta.5
#7744 merged
Jul 31, 2025 -
Prepare for 12.0.0-beta.4 release
#7743 merged
Jul 31, 2025 -
Fix error message
#7734 merged
Jul 30, 2025 -
Prevent infinite recursion in
TypeUtils.resolveTypeForPipeCompletion
by not looping over type variables#7731 merged
Jul 30, 2025 -
remove dev log from rewatch
#7739 merged
Jul 30, 2025 -
Fix rewatch compilation of file starting with a lowercase letter
#7700 merged
Jul 30, 2025 -
Move is_local_dep to Dependency struct
#7736 merged
Jul 30, 2025 -
Fix formatter removed parens from functor type
#7735 merged
Jul 29, 2025 -
improve error message for trying to do dot access on option/array
#7732 merged
Jul 29, 2025 -
Use more optional args in stdlib and deprecate some functions
#7730 merged
Jul 28, 2025 -
Rewatch: remove support for .ml(i) and .re(i)
#7727 merged
Jul 28, 2025 -
.gitignore: add Claude Code local settings
#7725 merged
Jul 26, 2025 -
Add node version check
#7723 merged
Jul 26, 2025 -
Show deprecation warnings for local deps only
#7724 merged
Jul 26, 2025 -
Do not show coercion suggestion when coercion isn't possible
#7721 merged
Jul 25, 2025 -
Suggest using JSX fragment where appropriate
#7714 merged
Jul 25, 2025 -
Set version to 12.0.0-beta.4
#7719 merged
Jul 25, 2025 -
Prepare for 12.0.0-beta.3 release
#7716 merged
Jul 25, 2025 -
Remove meth attribute
#7684 merged
Jul 25, 2025 -
Suggest different arity functions when it makes sense
#7712 merged
Jul 25, 2025 -
Improve error for a constructor expecting an inline record
#7713 merged
Jul 25, 2025 -
Remove dump command from rewatch cli
#7710 merged
Jul 24, 2025 -
Hint in error for string constants matching expected variant
#7711 merged
Jul 24, 2025 -
Clarify arity mismatch message
#7709 merged
Jul 24, 2025 -
Add support for async methods.
#7702 merged
Jul 24, 2025 -
Add migrations for
Int.Bitwise
#7705 merged
Jul 24, 2025 -
Add asyncComponent to jsx
#7704 merged
Jul 24, 2025 -
Add rust-version field to Rewatch's Cargo.toml
#7701 merged
Jul 23, 2025 -
Adapt bsb to new rescript.json flags and remove usage of deprecated ones
#7699 merged
Jul 23, 2025 -
Add
RegExp.escape
binding#7695 merged
Jul 22, 2025 -
Better error message if platform binaries package is not found
#7698 merged
Jul 22, 2025 -
Rename all remaining bsconfig.json to rescript.json
#7697 merged
Jul 22, 2025 -
Remove all leftovers of pinned-dependencies handling
#7686 merged
Jul 22, 2025 -
Adjust to bs-* deprecations
#7692 merged
Jul 22, 2025 -
Fix regex literal loc
#7683 merged
Jul 22, 2025 -
fix: rewatch not rebuilding on change
#7690 merged
Jul 22, 2025 -
Don't ignore Stdlib_* files when generating docstring tests
#7694 merged
Jul 22, 2025 -
Rename rewatch to rescript
#7687 merged
Jul 22, 2025
12 Pull requests opened by 8 people
-
Add setTypedArray and setTypedArrayFrom
#7691 opened
Jul 21, 2025 -
[WIP] Migrate command
#7693 opened
Jul 21, 2025 -
Mention which package was not found in the build state.
#7696 opened
Jul 22, 2025 -
Rewatch cli help: do not show build command options in the root help
#7715 opened
Jul 25, 2025 -
[WIP] Actions
#7726 opened
Jul 26, 2025 -
Check @react.component function return type
#7733 opened
Jul 29, 2025 -
Use oxc_resolver for ppx path resolution
#7740 opened
Jul 30, 2025 -
add ci job to test deno install
#7749 opened
Aug 1, 2025 -
Bump slab from 0.4.10 to 0.4.11 in /rewatch
#7767 opened
Aug 13, 2025 -
Build more projects using Rewatch
#7768 opened
Aug 13, 2025 -
Reuse package resolution for ppx
#7776 opened
Aug 18, 2025 -
Preserve @as decorator on record fields when creating interface
#7779 opened
Aug 21, 2025
18 Issues closed by 8 people
-
Rescript clean of individual project
#7707 closed
Aug 13, 2025 -
@as with "@react.component external" silently ignored in v12.0.0-beta.2 when some 3rdparty ppx is loaded
#7753 closed
Aug 12, 2025 -
Check if compiler version changed between builds, and if so, start a `clean` job
#7757 closed
Aug 7, 2025 -
Rewatch: `format --all --check` checks formatting of `node_modules` dependencies
#7747 closed
Aug 1, 2025 -
Nested record type formats weird in interface file
#7737 closed
Aug 1, 2025 -
[bug] rewatch clean says wrong file extensions
#7742 closed
Jul 31, 2025 -
Formatter removes `()` from functor type which results invalid code
#7720 closed
Jul 29, 2025 -
Optimization applied for polymorphic variants, but not for regular variants
#6741 closed
Jul 29, 2025 -
Stdlib: deprecate `xxxToEnd` functions
#7597 closed
Jul 28, 2025 -
Rewatch: deprecation warnings should be reported for local dependencies only
#7717 closed
Jul 26, 2025 -
Remove "rescript dump" command from rewatch
#7706 closed
Jul 24, 2025 -
@this with async keyword
#7681 closed
Jul 24, 2025 -
Where did JsxPPXReactSupport go?
#7703 closed
Jul 24, 2025 -
Rewatch: `bs-dependencies` -> `dependencies` etc.
#7455 closed
Jul 24, 2025 -
Regex syntax locations are broken
#7682 closed
Jul 22, 2025 -
Rewatch: code change does not trigger rebuild on windows
#7689 closed
Jul 22, 2025 -
rescript --version still says rewatch
#7674 closed
Jul 22, 2025 -
Polymorphic variant coercion to string: add warning/docs.
#6903 closed
Jul 22, 2025
14 Issues opened by 6 people
-
`"` compiles to `\"` which prevent using npm:regex library
#7777 opened
Aug 19, 2025 -
Use varialbe keys with dict{}
#7765 opened
Aug 12, 2025 -
Rewatch - The --dev flag should be applied by default
#7764 opened
Aug 12, 2025 -
Rewatch - Run build when there's a running watcher
#7763 opened
Aug 12, 2025 -
Rewatch - regression for relative path in ppx-flags
#7762 opened
Aug 12, 2025 -
Nested record with @as attribute
#7756 opened
Aug 5, 2025 -
[rfc] feature to facilitate exception-free code
#7754 opened
Aug 4, 2025 -
`React.forwardRef` broken in v12
#7738 opened
Jul 30, 2025 -
Remove now irrelevant warnings
#7729 opened
Jul 27, 2025 -
Rewatch should recreate file after re-run of watch
#7728 opened
Jul 27, 2025 -
JSX PPX - add Jsx.element return constraint
#7722 opened
Jul 25, 2025 -
Rewatch: no way to override warnings as errors on command line
#7718 opened
Jul 25, 2025 -
[problem] ci fails if editor is open ("build is already running")
#7708 opened
Jul 24, 2025 -
Rewatch: panic on clean in analysis tests
#7688 opened
Jul 21, 2025
17 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.
-
Support Yarn-pnp, esy, and npm-link
#3276 commented on
Jul 21, 2025 • 0 new comments -
Consolidate Stdlib APIs before v12 release
#7127 commented on
Jul 24, 2025 • 0 new comments -
[reanalyze] [bug] nested functions trigger @raises annotation
#7677 commented on
Jul 24, 2025 • 0 new comments -
[reanalyze] [bug] panic calls should not result in suggested annotations
#7678 commented on
Jul 24, 2025 • 0 new comments -
[reanalyze] [bug] division_by_zero exception analysis should check constant denominators
#7679 commented on
Jul 24, 2025 • 0 new comments -
`CreateInterface.command` doesn't copy over `@as` decorators in records
#7611 commented on
Jul 24, 2025 • 0 new comments -
The parser does not ignore subsequent open multi-line comment /* inside /** or /*
#7508 commented on
Jul 24, 2025 • 0 new comments -
Improve error message when variant constructor is not prepended with pipe
#7578 commented on
Jul 24, 2025 • 0 new comments -
Improve error message when using keyword as field name
#7579 commented on
Jul 24, 2025 • 0 new comments -
Deprecation/removal of obsolete features
#6999 commented on
Jul 24, 2025 • 0 new comments -
[reanalyze] rename @raises to @throws
#7680 commented on
Jul 25, 2025 • 0 new comments -
Clean up/optimize @return(undefined_to_opt) etc.
#7428 commented on
Aug 6, 2025 • 0 new comments -
Use rewatch to build runtime, tests etc.
#7117 commented on
Aug 15, 2025 • 0 new comments -
Async import - unbound module type
#7173 commented on
Aug 17, 2025 • 0 new comments -
ReScriptify user-facing Js / Belt modules and API doc generation
#5459 commented on
Aug 21, 2025 • 0 new comments -
Expand exotic module filenames to include `$` prefixed file names
#5352 commented on
Aug 21, 2025 • 0 new comments -
PoC of let?
#7582 commented on
Aug 21, 2025 • 0 new comments