BREAKING CHANGE(core): switch to esm
This commit is contained in:
8
ts/00_commitinfo_data.ts
Normal file
8
ts/00_commitinfo_data.ts
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartmatch',
|
||||
version: '2.0.0',
|
||||
description: 'a minimal matching library using picomatch'
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
import * as plugins from './smartmatch.plugins';
|
||||
import * as plugins from './smartmatch.plugins.js';
|
||||
|
||||
export class SmartMatch {
|
||||
public wildcard: string;
|
||||
|
@ -1,4 +1,4 @@
|
||||
// third party scope
|
||||
import matcher from 'matcher';
|
||||
import * as matcher from 'matcher';
|
||||
|
||||
export { matcher };
|
||||
|
Reference in New Issue
Block a user