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
Copy file name to clipboardExpand all lines: changelog.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,8 @@
36
36
(see #13222); instead they now use `getCurrentDir` to resolve those cases,
37
37
and this can now throw in edge cases where `getCurrentDir` throws.
38
38
`relativePath` also now works for js with `-d:nodejs`.
39
-
39
+
- Added `os.absolutePrefix` to return the root path component for absolute paths
40
+
- Added `os.nativeToUnixPath` to convert a native path to a UNIX path.
40
41
41
42
## Language changes
42
43
- In newruntime it is now allowed to assign discriminator field without restrictions as long as case object doesn't have custom destructor. Discriminator value doesn't have to be a constant either. If you have custom destructor for case object and you do want to freely assign discriminator fields, it is recommended to refactor object into 2 objects like this:
0 commit comments