BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-08-09 18:19:05 +02:00
parent b9791c9df4
commit 4d3e1ddf9f
13 changed files with 12331 additions and 2439 deletions

View File

@@ -1,4 +1,4 @@
import * as plugins from './smartmatch.plugins';
import * as plugins from './smartmatch.plugins.js';
export class SmartMatch {
public wildcard: string;