Skip to content

Commit

Permalink
add more missing files (again)
Browse files Browse the repository at this point in the history
improve fetch script some more
  • Loading branch information
GamerGirlandCo committed Jan 17, 2023
1 parent 1bfac44 commit 65b87b4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fetch-scripts.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$importReg = "(await )?import\(['`"]\./(?<file>.*)['`"]\)|import(?: )?['`"]\./(?<file>.*?)['`"];|import(?: )?\{.*\}(?: )?from(?: )?['`"]\./(?<file>.*)['`"]"
$importReg = "(await )?import\(['`"]\./(?<file>.*?)['`"]\)|import(?: )?['`"]\./(?<file>.*?)['`"];|import(?: )?\{.*\}(?: )?from(?: )?['`"]\./(?<file>.*?)['`"];"
Get-Content ./src/latest/index.*.js | ForEach-Object {
if($_ -match $importReg) {
# Write-Output $_
Expand Down
1 change: 1 addition & 0 deletions src/latest/ContinueLink.e8f06f76.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/latest/GenericPanel.module.67ac8ae5.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let title="xozm",subtitle="xozm xo9y",section="xo22r",actions="xo2uo",__default={title:"xozm",subtitle:"xozm xo9y",section:"xo22r",actions:"xo2uo"};export{__default as _};
1 change: 1 addition & 0 deletions src/latest/google.63a5e671.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/latest/signature.7ef6ac6e.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var signature="/static/media/signature.d3aca345.svg";export{signature as s};
1 change: 1 addition & 0 deletions src/latest/types.3d32913a.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/latest/useSongListHotkeys.231a3f1f.js

Large diffs are not rendered by default.

0 comments on commit 65b87b4

Please sign in to comment.