You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix: use `let blockCommentsRe = %re("/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+\//g")` instead.
74
+
- Remove parsing of "import" and "export" which was never officially supported https://github.com/rescript-lang/syntax/pull/597https://github.com/rescript-lang/syntax/pull/599
75
+
- Example: `export type t = int`
76
+
- Fix: `@genType type t = int`
77
+
- Example2: `import realValue: complexNumber => float from "./MyMath"`
0 commit comments