Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

Node Will Finally suport Typescript???

Hi Folks! How have you been doing? Everything ok? I hope so! And with this title, I will ask you? Clickbait or not? The answer is NO!!!! YEAAHH! FINALLY it will going support typescript, not yet, but the typescript in Node initiative…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

Hi Folks! How have you been doing? Everything ok? I hope so!



And with this title, I will ask you? Clickbait or not?

The answer is NO!!!!



Patrick Scared



YEAAHH! FINALLY it will going support typescript, not yet, but the typescript in Node initiative started!



But first, I'm going how begins initiative. First, the TC39 repository of Ecmascript organization created the repository ECMAScript proposal: Type Annotations. As the title of repository represents, the Ecmascript started the discussion and the propposal.



On README of the project:



This proposal aims to enable developers to add type annotations to their JavaScript code, allowing those annotations to be checked by a type checker that is external to JavaScript. At runtime, a JavaScript engine ignores them, treating the types as comments.



The aim of this proposal is to enable developers to run programs written in TypeScript, Flow, and other static typing supersets of JavaScript without any need for transpilation, if they stick within a certain reasonably large subset of the language.



And the key word is Transpilation!

If you dont't know Bun or Deno supports typescript. But Node wants to create something native. When we write code in typescript, the browser or node, transpile to Javascript and after that the code is compiled.

So Node wants to skip the transpilation step.





How the Typescript Actually Works:



Typescript Compiler Diagram



And after the State of JS research of the community, what they most feels missing on JS:



State of JS



So read the Github of TC39: https://github.com/tc39/proposal-type-annotations





Initiative Node With Typescript



Now let's talk about this amazing point of change of node!



This PR was opened bringing the initiative on Node: https://github.com/nodejs/node/pull/53725



PR of Typescript initiative



AND IT WAS MERGED!



To compile the Typescript it was used SWC:



SWC is an extensible Rust-based platform for the next generation of fast developer tools. It's used by tools like Next.js, Parcel, and Deno, as well as companies like Vercel, ByteDance, Tencent, Shopify, and more.



SWC can be used for both compilation and bundling. For compilation, it takes JavaScript / TypeScript files using modern JavaScript features and outputs valid code that is supported by all major browsers.



SWC is based on Rust and it will used to compile the typecript on Node.



@swc/wasm-typescript its a small package with a wasm and a js file to bind it.

Swc is currently used by Deno for the same purpose, it's battle tested.

In the future I see this being implemented in native layer.



SWC



So in the next releases of Node, propably we will have the flag: --experimental-strip-types



So running with




node index.ts --experimental-strip-types






Probably we can use typescript nativally, without to config the typescript and files like tsconfig.json.

Let's see the next chapters of releases of node 👀



Annnd just to finish, I contribute with the PR: https://github.com/nodejs/node/pull/54107



Just to validate some features of typescript on node repository, adding tests.



So that's it, lovely people!

I hope you liked of this news and I hope to bring news for you about the progress of the initiative soon with the next release of the node.



Thank you so much and stay well, always!



Contacts:

Linkedin: https://www.linkedin.com/in/kevin-uehara/

Instagram: https://www.instagram.com/uehara_kevin/

Twitter: https://x.com/ueharaDev

Github: https://github.com/kevinuehara

dev.to: https://dev.to/kevin-uehara

Youtube: https://www.youtube.com/@ueharakevin/

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
Syntax validiert (0 Fehler)
title: Detect Exploitation - Node Will Finally suport Typescript???
id: f871c464-b596-412d-bd94-532fbdb409ce
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-25
logsource:
  category: network_connection
  product: any
detection:
  selection:
      DestinationHostname:
        - 'dev.to'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-25"
        description = "YARA Signature for "
    strings:
        $str = "Node Will Finally suport Types" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
(dest_host="dev.to")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
destination.domain: ("dev.to") and event.category: "network"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where DestinationHostName in ("dev.to")
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

IoC Intelligence (1 Indikatoren)
dev[.]to
CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich Node Will Finally suport Typescript???.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Node Will Finally suport Typescript???

Thematisch verwandte Begriffe: Node, Will, Finally, suport · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-97648 | A vulnerability was detected in ningzichun student-management-system up …
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag