FileChange
Description of a file change in the Nx virtual file system/
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”content
Section titled “content”• content: Buffer<ArrayBufferLike>
The content of the file or null in case of delete.
options
Section titled “options”• Optional options: TreeWriteOptions
Options to set on the file being created or updated.
• path: string
Path relative to the workspace root
• type: "CREATE" | "DELETE" | "UPDATE"
Type of change: ‘CREATE’ | ‘DELETE’ | ‘UPDATE’