Changelog
3.19.0 (2021-06-23)
Changelog
3.18.2 (2021-06-07)
import {default as myFunc} from './myFunc';
when importing from files that are not ES modules. ([#619]) (Patrik Oldsberg)A = EnumInOtherFile.A
didn't work.
([#621])Changelog
3.18.1 (2021-04-12)
Changelog
3.18.0 (2021-04-11)
jest
transform analogous to babel-plugin-jest-hoist
. ([#540]) (Patrik Oldsberg)register
function or addHook
, return a function that
reverts the hook. ([#604]) (Anthony Fu)Changelog
3.17.1 (2021-01-31)
Changelog
3.17.0 (2020-12-29)
as
to remap keys in mapped types. Also add parsing
for static blocks and pass them through in the output. ([#567])pirates
options matcher
and ignoreNodeModules
when
directly calling registerJS
and related functions. ([#571], [#573])
(Gordon Leigh)declare
. ([#575])Changelog
3.16.0 (2020-10-12)
unknown
. ([#556]) (Patrik Oldsberg)Changelog
3.15.0 (2020-05-18)
declare
class fields in TypeScript. ([#537])Changelog
3.14.1 (2020-05-17)
export type {T} from './T';
type-only export syntax. ([#533]) (Patrik Oldsberg)Changelog
3.14.0 (2020-05-10)
--production
flag to the CLI. ([#529]) (Matthew Phillips)+
or -
in constructor parameter defaults. ([#531])