Libraryless. Click here for Pure Java version (3033L/18K).
1 | // process #abc local identifier declaration |
2 | // => scope + "abc" |
3 | sS javaScript_hashLocalIdentifiers(S scope, S html) { |
4 | LS tok = jsTok(html); |
5 | tok = tok_hashLocalIdentifiers(tok, scope); |
6 | ret join(tok); |
7 | } |
Began life as a copy of #1031426
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031427 |
Snippet name: | javaScript_hashLocalIdentifiers |
Eternal ID of this version: | #1031427/5 |
Text MD5: | 188e09bad7f3a67ed605cd335761228a |
Transpilation MD5: | 766d584424c2c450f0ade0dae1f1b7b5 |
Author: | stefan |
Category: | javax / code processing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-06-12 07:09:08 |
Source code size: | 213 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 218 / 299 |
Version history: | 4 change(s) |
Referenced in: | [show references] |