esbuild-plugin-scriptable
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "esbuild-plugin-scriptable", | ||
"description": "An ESBuild plugin for developing Scriptable iOS app scripts with TypeScript, manifest support and auto-deployment", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "scriptable", |
@@ -10,3 +10,2 @@ import type {ScriptableManifest} from '@scriptables/manifest'; | ||
import {createLogger} from './logger'; | ||
import {createPatternMatcher} from './utils'; | ||
@@ -13,0 +12,0 @@ const DEFAULT_MANIFEST_EXTENSIONS = ['.manifest.json', '.manifest', '.json']; |
@@ -6,3 +6,3 @@ import type {ScriptableManifest} from '@scriptables/manifest'; | ||
import {copyFile, readFile, writeFile} from 'fs/promises'; | ||
import {basename, dirname, join} from 'path'; | ||
import {basename, join} from 'path'; | ||
@@ -9,0 +9,0 @@ import {createLogger} from './logger'; |
@@ -1,2 +0,2 @@ | ||
import {isMatch} from 'micromatch'; | ||
import micromatch from 'micromatch'; | ||
@@ -16,3 +16,3 @@ /** | ||
return (fileName: string): boolean => { | ||
return isMatch(fileName, includePatterns, { | ||
return micromatch.isMatch(fileName, includePatterns, { | ||
dot: true, | ||
@@ -19,0 +19,0 @@ ignore: excludePatterns, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
76230
33
1827
11