Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

[fs] Fs object do not extends FSConstant #360

Merged
merged 1 commit into from
Feb 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import scala.scalajs.js.|
* or allow them to bubble up.
*/
@js.native
trait Fs extends js.Object with FSConstants {
trait Fs extends js.Object {

/** Returns an object containing commonly used constants for file system operations
* @return an [[FSConstants object]] containing commonly used constants for file system operations
Expand Down