Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1031427 // javaScript_hashLocalIdentifiers

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3033L/18K).

// process #abc local identifier declaration
// => scope + "abc"
sS javaScript_hashLocalIdentifiers(S scope, S html) {
  LS tok = jsTok(html);
  tok = tok_hashLocalIdentifiers(tok, scope);
  ret join(tok);
}

Author comment

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: 106 / 162
Version history: 4 change(s)
Referenced in: [show references]