This repository was archived by the owner on Jul 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
app/nodejs-v16/src/main/scala/io/scalajs/nodejs/fs Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- version = "3.3.1 "
1
+ version = "3.3.2 "
2
2
runner.dialect = scala213
3
3
style = defaultWithAlign
4
4
maxColumn = 120
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ trait IStats[TInt, TFloat] extends js.Object {
84
84
/** fs.Stats (Stat Time Values) - Objects returned from fs.stat(), fs.lstat() and fs.fstat() and their synchronous
85
85
* counterparts are of this type.
86
86
* @example
87
- * {{{
87
+ * {{{
88
88
* Stats {
89
89
* dev: 2114,
90
90
* ino: 48064969,
@@ -105,7 +105,7 @@ trait IStats[TInt, TFloat] extends js.Object {
105
105
* ctime: Mon, 10 Oct 2011 23:24:11 GMT,
106
106
* birthtime: Mon, 10 Oct 2011 23:24:11 GMT
107
107
* }
108
- * }}}
108
+ * }}}
109
109
* @since 0.1.21
110
110
*/
111
111
@ js.native
@@ -115,7 +115,7 @@ trait Stats extends IStats[Int, Double]
115
115
* counterparts are of this type.
116
116
*
117
117
* @example
118
- * {{{
118
+ * {{{
119
119
* BigIntStats {
120
120
* dev: 2114n,
121
121
* ino: 48064969n,
@@ -140,7 +140,7 @@ trait Stats extends IStats[Int, Double]
140
140
* ctime: Mon, 10 Oct 2011 23:24:11 GMT,
141
141
* birthtime: Mon, 10 Oct 2011 23:24:11 GMT
142
142
* }
143
- * }}}
143
+ * }}}
144
144
* @since 0.1.21
145
145
*/
146
146
@ js.native
You can’t perform that action at this time.
0 commit comments