Convert Import Statements

Convert Import Statements

convert 'require' statements to 'import'. vice versa

11 followers

This is a VSCode plugin for syntax conversion of import statements. Sometimes you need to modify import statements, such as changing import { a } from 'b' to const { a } = require('b');. You can use this plugin for that purpose.

Convert Import Statements Reviews

Reviews
Most Informative