Skip to content

Commit

Permalink
doc: update references
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Jun 14, 2024
1 parent 370e5d6 commit 573a66e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/oxc_transformer_dts/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//! Transformer / Transpiler
//! DTS Transformer / Transpiler
//!
//! References:
//! * <https://www.typescriptlang.org/tsconfig#target>
//! * <https://babel.dev/docs/presets>
//! * <https://github.com/microsoft/TypeScript/blob/main/src/compiler/transformer.ts>
//! * <https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-rc/#isolated-declarations>
//! * <https://www.typescriptlang.org/tsconfig#isolatedDeclarations>
//! * <https://github.com/microsoft/TypeScript/blob/main/src/compiler/transformers/declarations.ts>
mod class;
mod context;
Expand Down

0 comments on commit 573a66e

Please sign in to comment.