Skip to content

Commit

Permalink
Deployed using Blazing fast GitHub Pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Jan 8, 2024
1 parent 9631dfe commit 0765333
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion node.js
Original file line number Diff line number Diff line change
Expand Up @@ -15869,7 +15869,7 @@ var $;
});
}
param() {
return this.toString().replace(/^.*?\)\./, '').replace(/[()]/g, '');
return this.toString().replace(/^.*?[\)>]\./, '').replace(/[(<>)]/g, '');
}
header_level(index) {
return this.flow_tokens()[index].chunks[0].length;
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15869,7 +15869,7 @@ var $;
});
}
param() {
return this.toString().replace(/^.*?\)\./, '').replace(/[()]/g, '');
return this.toString().replace(/^.*?[\)>]\./, '').replace(/[(<>)]/g, '');
}
header_level(index) {
return this.flow_tokens()[index].chunks[0].length;
Expand Down
2 changes: 1 addition & 1 deletion node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15861,7 +15861,7 @@ var $;
});
}
param() {
return this.toString().replace(/^.*?\)\./, '').replace(/[()]/g, '');
return this.toString().replace(/^.*?[\)>]\./, '').replace(/[(<>)]/g, '');
}
header_level(index) {
return this.flow_tokens()[index].chunks[0].length;
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web.js
Original file line number Diff line number Diff line change
Expand Up @@ -15607,7 +15607,7 @@ var $;
});
}
param() {
return this.toString().replace(/^.*?\)\./, '').replace(/[()]/g, '');
return this.toString().replace(/^.*?[\)>]\./, '').replace(/[(<>)]/g, '');
}
header_level(index) {
return this.flow_tokens()[index].chunks[0].length;
Expand Down
2 changes: 1 addition & 1 deletion web.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15607,7 +15607,7 @@ var $;
});
}
param() {
return this.toString().replace(/^.*?\)\./, '').replace(/[()]/g, '');
return this.toString().replace(/^.*?[\)>]\./, '').replace(/[(<>)]/g, '');
}
header_level(index) {
return this.flow_tokens()[index].chunks[0].length;
Expand Down

0 comments on commit 0765333

Please sign in to comment.