Skip to content

Commit

Permalink
Deploying to gh-pages from @ fc06359 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Nov 28, 2024
1 parent 1b6c5a2 commit 7b5128d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -7834,16 +7834,16 @@ var $;
'code-docs': /\/\/\/.*?$/,
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
'code-comment-inline': /\/\/.*?(?:$|\/\/)/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|(?:^|[ \t])\\[^\n]*\n)/u,
'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
'code-call': /\.?\w+ *(?=\()/,
'code-sexpr': /\((\w+ )/,
'code-field': /(?:(?:\.|::|->)\w+|[\w-]+\??\s*:(?!\/\/|:))/,
'code-keyword': /\b(throw|readonly|unknown|keyof|typeof|never|from|class|struct|interface|type|function|extends|implements|module|namespace|import|export|include|require|var|val|let|const|for|do|while|until|in|out|of|new|if|then|else|switch|case|this|return|async|await|yield|try|catch|break|continue|get|set|public|private|protected|string|boolean|number|null|undefined|true|false|void|int|float|ref)\b/,
'code-global': /[$]+\w*|\b[A-Z][a-z0-9]+[A-Z]\w*/,
'code-word': /\w+/,
'code-decorator': /@\s*\S+/,
'code-decorator': /@.+/,
'code-tag': /<\/?[\w-]+\/?>?|&\w+;/,
'code-punctuation': /[\-\[\]\{\}\(\)<=>~!\?@#%&\*_\+\\\/\|;:\.,\^]+?/,
});
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7834,16 +7834,16 @@ var $;
'code-docs': /\/\/\/.*?$/,
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
'code-comment-inline': /\/\/.*?(?:$|\/\/)/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|(?:^|[ \t])\\[^\n]*\n)/u,
'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
'code-call': /\.?\w+ *(?=\()/,
'code-sexpr': /\((\w+ )/,
'code-field': /(?:(?:\.|::|->)\w+|[\w-]+\??\s*:(?!\/\/|:))/,
'code-keyword': /\b(throw|readonly|unknown|keyof|typeof|never|from|class|struct|interface|type|function|extends|implements|module|namespace|import|export|include|require|var|val|let|const|for|do|while|until|in|out|of|new|if|then|else|switch|case|this|return|async|await|yield|try|catch|break|continue|get|set|public|private|protected|string|boolean|number|null|undefined|true|false|void|int|float|ref)\b/,
'code-global': /[$]+\w*|\b[A-Z][a-z0-9]+[A-Z]\w*/,
'code-word': /\w+/,
'code-decorator': /@\s*\S+/,
'code-decorator': /@.+/,
'code-tag': /<\/?[\w-]+\/?>?|&\w+;/,
'code-punctuation': /[\-\[\]\{\}\(\)<=>~!\?@#%&\*_\+\\\/\|;:\.,\^]+?/,
});
Expand Down
6 changes: 3 additions & 3 deletions node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7825,16 +7825,16 @@ var $;
'code-docs': /\/\/\/.*?$/,
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
'code-comment-inline': /\/\/.*?(?:$|\/\/)/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|(?:^|[ \t])\\[^\n]*\n)/u,
'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
'code-call': /\.?\w+ *(?=\()/,
'code-sexpr': /\((\w+ )/,
'code-field': /(?:(?:\.|::|->)\w+|[\w-]+\??\s*:(?!\/\/|:))/,
'code-keyword': /\b(throw|readonly|unknown|keyof|typeof|never|from|class|struct|interface|type|function|extends|implements|module|namespace|import|export|include|require|var|val|let|const|for|do|while|until|in|out|of|new|if|then|else|switch|case|this|return|async|await|yield|try|catch|break|continue|get|set|public|private|protected|string|boolean|number|null|undefined|true|false|void|int|float|ref)\b/,
'code-global': /[$]+\w*|\b[A-Z][a-z0-9]+[A-Z]\w*/,
'code-word': /\w+/,
'code-decorator': /@\s*\S+/,
'code-decorator': /@.+/,
'code-tag': /<\/?[\w-]+\/?>?|&\w+;/,
'code-punctuation': /[\-\[\]\{\}\(\)<=>~!\?@#%&\*_\+\\\/\|;:\.,\^]+?/,
});
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions web.js
Original file line number Diff line number Diff line change
Expand Up @@ -7260,16 +7260,16 @@ var $;
'code-docs': /\/\/\/.*?$/,
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
'code-comment-inline': /\/\/.*?(?:$|\/\/)/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|(?:^|[ \t])\\[^\n]*\n)/u,
'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
'code-call': /\.?\w+ *(?=\()/,
'code-sexpr': /\((\w+ )/,
'code-field': /(?:(?:\.|::|->)\w+|[\w-]+\??\s*:(?!\/\/|:))/,
'code-keyword': /\b(throw|readonly|unknown|keyof|typeof|never|from|class|struct|interface|type|function|extends|implements|module|namespace|import|export|include|require|var|val|let|const|for|do|while|until|in|out|of|new|if|then|else|switch|case|this|return|async|await|yield|try|catch|break|continue|get|set|public|private|protected|string|boolean|number|null|undefined|true|false|void|int|float|ref)\b/,
'code-global': /[$]+\w*|\b[A-Z][a-z0-9]+[A-Z]\w*/,
'code-word': /\w+/,
'code-decorator': /@\s*\S+/,
'code-decorator': /@.+/,
'code-tag': /<\/?[\w-]+\/?>?|&\w+;/,
'code-punctuation': /[\-\[\]\{\}\(\)<=>~!\?@#%&\*_\+\\\/\|;:\.,\^]+?/,
});
Expand Down
2 changes: 1 addition & 1 deletion web.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions web.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7260,16 +7260,16 @@ var $;
'code-docs': /\/\/\/.*?$/,
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
'code-comment-inline': /\/\/.*?(?:$|\/\/)/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|(?:^|[ \t])\\[^\n]*\n)/u,
'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
'code-call': /\.?\w+ *(?=\()/,
'code-sexpr': /\((\w+ )/,
'code-field': /(?:(?:\.|::|->)\w+|[\w-]+\??\s*:(?!\/\/|:))/,
'code-keyword': /\b(throw|readonly|unknown|keyof|typeof|never|from|class|struct|interface|type|function|extends|implements|module|namespace|import|export|include|require|var|val|let|const|for|do|while|until|in|out|of|new|if|then|else|switch|case|this|return|async|await|yield|try|catch|break|continue|get|set|public|private|protected|string|boolean|number|null|undefined|true|false|void|int|float|ref)\b/,
'code-global': /[$]+\w*|\b[A-Z][a-z0-9]+[A-Z]\w*/,
'code-word': /\w+/,
'code-decorator': /@\s*\S+/,
'code-decorator': /@.+/,
'code-tag': /<\/?[\w-]+\/?>?|&\w+;/,
'code-punctuation': /[\-\[\]\{\}\(\)<=>~!\?@#%&\*_\+\\\/\|;:\.,\^]+?/,
});
Expand Down

0 comments on commit 7b5128d

Please sign in to comment.