Skip to content

[TypeScript] v0.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Sep 12:34

TypeScript Rules v0.2.1

Changed

  • Defaulted ts_bundle to use esbuild via hermetic Deno for bundling,
    minification, and module resolution.
  • Synthesize import maps directly into esbuild --alias flags to accurately
    resolve bare specifiers and subpath package mappings.

Removed

  • Removed naive regex-based minifyJS and sequential file concatenation in
    please_ts bundle that corrupted code containing URLs and regular
    expressions.