- [feature] Read
renameOnly
property of the stream. - [fix] Assume no template literals are used for imports (which doesn't work in browsers).
- [feature] Implement blank imports transpilation.
- [fix] Rename
import * as _
to configured.
- [fix] Fix
\
on windows for stdlib.
- [fix] Keep imports unaffected by
stdlib
.
- [feature] Allow to pass
stdlib
configc.
- [fix] Only make async rule when the stream supports it.
- [feature] Support check for alamode modules that don't need ES check.
- [types] Adjust ÀLaMode types location.
- [fix] Fix error message for incomplete config (missing to/from).
- [types] Annotate with types.
- [package] Publish the
module
field.
- [feature] Do not add the
__esModule
check to modules imported locally.
- [fix] Rearrange default and named to fix the problem with modules imported from
babel
-transpiled modules.
- [fix] Make sure that paths are replaced when importing with template literals.
- [deps] Update
@a-la/context
.
- [feature] Access string and literal markers from
alamode
.
- [feature]
import * as
andimport def, * as
statements. - [fix] Add semicolon after
= require('./package');
.
- [doc] Document
replacement
option.
- [feature] Specify
replacement
via.alamoderc
. - [package] Add
.alamoderc.json
.
- [tests] Set up tests using
zoroaster@2.3
's ``makeTestSuite` function. - [build] Build with exports preserving lines.
- [feature] Preserve lines.
- [dep] Update to
zoroaster@2.2
for mask testing.
- [feature] Check if
__esModule
, and use a single RegExp. - [test] Mask testing.
- [feature] Named imports.
- [doc] Better doc.
- [test] Mask testing.
- [package] Build w/
alamode
.
- Create
@a-la/import
with [mnp
][https://mnpjs.org] - [repository]:
src
,test