mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-01 01:42:25 -05:00 
			
		
		
		
	[chore] Update all but bun libraries (#526)
* update all but bun libraries Signed-off-by: kim <grufwub@gmail.com> * remove my personal build script changes Signed-off-by: kim <grufwub@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								e06bf9cc9a
							
						
					
				
			
			
				commit
				
					
						b56dae8120
					
				
			
		
					 350 changed files with 305366 additions and 5943 deletions
				
			
		
							
								
								
									
										34
									
								
								vendor/golang.org/x/net/idna/trieval.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										34
									
								
								vendor/golang.org/x/net/idna/trieval.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -17,23 +17,23 @@ package idna | |||
| // | ||||
| // The per-rune values have the following format: | ||||
| // | ||||
| //   if mapped { | ||||
| //     if inlinedXOR { | ||||
| //       15..13 inline XOR marker | ||||
| //       12..11 unused | ||||
| //       10..3  inline XOR mask | ||||
| //     } else { | ||||
| //       15..3  index into xor or mapping table | ||||
| //     } | ||||
| //   } else { | ||||
| //       15..14 unused | ||||
| //       13     mayNeedNorm | ||||
| //       12..11 attributes | ||||
| //       10..8  joining type | ||||
| //        7..3  category type | ||||
| //   } | ||||
| //      2  use xor pattern | ||||
| //   1..0  mapped category | ||||
| //	if mapped { | ||||
| //	  if inlinedXOR { | ||||
| //	    15..13 inline XOR marker | ||||
| //	    12..11 unused | ||||
| //	    10..3  inline XOR mask | ||||
| //	  } else { | ||||
| //	    15..3  index into xor or mapping table | ||||
| //	  } | ||||
| //	} else { | ||||
| //	    15..14 unused | ||||
| //	    13     mayNeedNorm | ||||
| //	    12..11 attributes | ||||
| //	    10..8  joining type | ||||
| //	     7..3  category type | ||||
| //	} | ||||
| //	   2  use xor pattern | ||||
| //	1..0  mapped category | ||||
| // | ||||
| // See the definitions below for a more detailed description of the various | ||||
| // bits. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue