initial
This commit is contained in:
18
ts/nullresolve.plugins.ts
Normal file
18
ts/nullresolve.plugins.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
// native
|
||||
import * as path from 'path';
|
||||
|
||||
export { path };
|
||||
|
||||
// @api.global scope
|
||||
import * as typedserver from '@api.global/typedserver';
|
||||
import * as typedserverInfoHtml from '@api.global/typedserver/infohtml';
|
||||
|
||||
export { typedserver, typedserverInfoHtml };
|
||||
|
||||
// @push.rocks scope
|
||||
import * as projectinfo from '@push.rocks/projectinfo';
|
||||
import * as smartlog from '@push.rocks/smartlog';
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
import * as smartstatus from '@push.rocks/smartstatus';
|
||||
|
||||
export { projectinfo, smartlog, smartpath, smartstatus };
|
||||
Reference in New Issue
Block a user