exFAT update
This commit is contained in:
@@ -4,13 +4,15 @@ import { setupTooltips, setupCopyButtons } from './utils.js';
|
||||
import { Calculator } from './calculator.js';
|
||||
import { FAT12_16Filesystem, FAT32Filesystem } from './filesystems/fat.js';
|
||||
import { NTFSFilesystem } from './filesystems/ntfs.js';
|
||||
import { ExFATFilesystem } from './filesystems/exfat.js';
|
||||
|
||||
class FilesystemCalculator {
|
||||
constructor() {
|
||||
this.filesystems = [
|
||||
new FAT12_16Filesystem(),
|
||||
new FAT32Filesystem(),
|
||||
new NTFSFilesystem()
|
||||
new NTFSFilesystem(),
|
||||
new ExFATFilesystem()
|
||||
];
|
||||
this.calculator = new Calculator();
|
||||
this.activeTab = null;
|
||||
|
||||
Reference in New Issue
Block a user