TypeScript 6.0 is a transition release bridging 5.9 and the forthcoming 7.0 (a native Go port). Most changes are new defaults and deprecations preparing for 7.0. Here is what you need to do:
Most projects need these tsconfig changes:
TypeScript 6.0 is a transition release bridging 5.9 and the forthcoming 7.0 (a native Go port). Most changes are new defaults and deprecations preparing for 7.0. Here is what you need to do:
Most projects need these tsconfig changes:
| { | |
| "Global": { | |
| "spacing-01": { "$value": "4px", "$type": "spacing", "$description": "p-1, m-1, ..." }, | |
| "spacing-02": { "$value": "8px", "$type": "spacing", "$description": "p-2, m-2, ..." }, | |
| "spacing-03": { "$value": "12px", "$type": "spacing", "$description": "p-3, m-3, ..." }, | |
| "spacing-04": { "$value": "16px", "$type": "spacing", "$description": "p-4, m-4, ..." }, | |
| "spacing-05": { "$value": "20px", "$type": "spacing", "$description": "p-5, m-5, ..." }, | |
| "spacing-06": { "$value": "24px", "$type": "spacing", "$description": "p-6, m-6, ..." }, | |
| "spacing-07": { "$value": "28px", "$type": "spacing", "$description": "p-7, m-7, ..." }, | |
| "spacing-08": { "$value": "32px", "$type": "spacing", "$description": "p-8, m-8, ..." }, |
| #!/usr/bin/env bash | |
| # Colors | |
| BLUE='\033[0;34m' | |
| GREEN='\033[0;32m' | |
| YELLOW='\033[1;33m' | |
| RED='\033[0;31m' | |
| NC='\033[0m' # No Color | |
| BOLD='\033[1m' |
Content :
| { | |
| "__inputs": [ | |
| { | |
| "name": "default", | |
| "label": "default", | |
| "description": "", | |
| "type": "datasource", | |
| "pluginId": "prometheus", | |
| "pluginName": "Prometheus" | |
| } |
| "Initial Access","Execution","Persistence","Privilege Escalation","Defense Evasion","Credential Access","Discovery","Lateral Movement","Exfiltration","Impact" | |
| ConsoleLogin,StartInstance,CreateAccessKey,CreateGroup,StopLogging,GetSecretValue,ListUsers,AssumeRole,CreateSnapShot,PutBucketVersioning | |
| PasswordRecoveryRequested,StartInstances,CreateUser,CreateRole,DeleteTrail,GetPasswordData,ListRoles,SwitchRole,ModifySnapshotAttributes ,RunInstances | |
| ,Invoke,CreateNetworkAclEntry,UpdateAccessKey,UpdateTrail,RequestCertificate,ListIdentities,,ModifyImageAttribute,DeleteAccountPublicAccessBlock | |
| ,SendCommand,CreateRoute,PutGroupPolicy,PutEventSelectors,UpdateAssumeRolePolicy,ListAccessKeys,,SharedSnapshotCopyInitiated, | |
| ,,CreateLoginProfile,PutRolePolicy,DeleteFlowLogs,,ListServiceQuotas,,SharedSnapshotVolumeCreated, | |
| ,,AuthorizeSecurityGroupEgress,PutUserPolicy,DeleteDetector,,ListInstanceProfiles,,ModifyDBSnapshotAttribute, | |
| ,,AuthorizeSecurityGroupIngress,AddRoleToInstanceProfile,DeleteMembers,,ListBuckets,,PutBucketP |
| // deno run -A --unstable main.ts | |
| export const classToValue = { | |
| request: 0x0000, | |
| indication: 0x0010, | |
| success: 0x0100, | |
| failure: 0x0110, | |
| }; | |
| export const methodToValue = { |
{ "compilerOptions": { "types": ["node"], // @types are no longer auto-discovered (see §1.6)