FS ExtensionThis extension creates a file in local and append contents to it. It is a simple demonstration of creating a basic web extension using fs. Efforts and time neededAround 80 Files need to be changed in 300+ places. - 2 days of effort will be required to change each fs functionalities. Methods used in fs
ConclusionWe can migrate the fs by changing each line of code wherever we use fs, but not sure if it can produce any bugs in the application after all the files are changed. I got lot of ts errors after migrating it to workspace.fs and errors like "it will always return true". |