3.2.2 • Published 11 months ago

@alita/autoimport v3.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@alita/autoimport

See our website alitajs for more information.

安装使用

pnpm i @alita/autoimport

plugins:['@alita/autoimport']

autoImport:{
    libs:[ ],
}

api.addLowImportLibs

api.addLowImportLibs(()=>[
    // import * as xxx from 'xxx';
    { namespaceImport: 'xxx' },
    // import xxx from 'xxx';
    { defaultImport: 'xx' },
     // import { 'computed', 'ref' } from 'xxx';
    { importFrom: 'xxx', members: ['computed', 'ref'] },
])
3.2.2

11 months ago

3.2.1

12 months ago

3.2.0

1 year ago

3.1.0

1 year ago

3.0.6

1 year ago

3.0.5

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago