v2.1.2
Patches
- (bin): Support global usage on Windows: 67600a7
Apparently, on Windows, you need to passfile://
URLs to--loader
when used viachild_process
module.
Chores
- (docs): Include usage instructions/example for using
tsm
as a bash shebang: 83896bc#!/usr/bin/env tsm import { greet } from './hello'; let [name] = process.argv.slice(2); greet(name || 'world'); //=> Hello, world!
Full Changelog: v2.1.1...v2.1.2