File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ import { denoPlugin as esbuildPluginDeno } from "@deno/esbuild-plugin";
88import { solidPlugin as esbuildPluginSolidJS } from "@esbuild-plugin-solid" ;
99
1010const args = parseArgs < {
11- watch : boolean | undefined ,
12- develop : boolean | undefined ,
13- logLevel : esbuild . LogLevel
11+ watch : boolean | undefined ,
12+ develop : boolean | undefined ,
13+ logLevel : esbuild . LogLevel
1414} > ( Deno . args ) ;
1515
1616const copyConfig : esbuild . BuildOptions = {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import type * as esbuild from '@esbuild';
22
33
44export function transformScriptTags ( options ?: {
5- pattern ?: RegExp ,
6- replaceExtensionWith ?: string
5+ pattern ? : RegExp ,
6+ replaceExtensionWith ? : string
77} ) : esbuild . Plugin {
88 return ( {
99 name : 'html-script-tags' ,
Original file line number Diff line number Diff line change 1- import type { JSXElement } from '@solid-js'
1+ import type { JSXElement } from '@solid-js'
22import './index.css'
33
44
Original file line number Diff line number Diff line change 1- import type { JSXElement } from '@solid-js'
1+ import type { JSXElement } from '@solid-js'
22import './index.css'
33
44
You can’t perform that action at this time.
0 commit comments