ezolenko
294d654f34
- package version
2020-03-27 00:08:57 -06:00
Eugene Zolenko
039bac46ec
CI status badge
2020-03-27 00:07:51 -06:00
Eugene Zolenko
5536380b9d
Update nodejs.yml
2020-03-27 00:04:02 -06:00
Eugene Zolenko
96df727ced
Create nodejs.yml
2020-03-27 00:01:28 -06:00
ezolenko
69502e151b
- updating dependencies
0.27.0
2020-03-26 23:55:01 -06:00
ezolenko
034abe0a83
- updating dependencies
2020-03-26 23:45:45 -06:00
ezolenko
fd824dee9d
Merge branch 'NotWoods-import-pluginutils'
2020-03-26 23:22:30 -06:00
ezolenko
cde185af0a
- rebuild
2020-03-26 23:22:12 -06:00
Tiger Oakes
c6c733fcb5
Use imports with @rollup/pluginutils
2020-03-26 11:07:35 -07:00
Eugene Zolenko
67748cc7cd
- fix for plugin option type
2020-03-10 10:43:17 -06:00
Eugene Zolenko
b7c7389dcd
- exporting IOptions type
2020-03-03 17:08:53 -07:00
Anton Gilgur
0caa1c427f
(docs): async plugins are now supported out-of-the-box ( #205 )
...
- so remove that reference to objectHashIgnoreUnknownHack
- also be more specific about what cases objectHashIgnoreUnknownHack
might be needed for
- asyncgeneratorfunctions are still one off the top of my head, but
there are certainly others it just won't know about, including
future syntaxes
2020-02-13 16:42:04 -07:00
Eugene Zolenko
e957a893a3
- fix for indent
2020-02-12 11:48:43 -07:00
Eugene Zolenko
ac821249f3
- package version
2020-02-11 17:33:17 -07:00
Eugene Zolenko
df241da73f
- undoing debug code
0.26.0
2020-02-11 16:30:44 -07:00
Eugene Zolenko
cd76b42f55
- warning message for objectHashIgnoreUnknownHack option
2020-02-11 16:28:57 -07:00
Eugene Zolenko
417c8e53b8
- package version
2020-02-11 16:21:47 -07:00
Eugene Zolenko
c88688c5b1
- updating dependencies
2020-02-11 16:20:10 -07:00
Eugene Zolenko
7fd52b7210
- updating readme
2020-02-11 16:10:17 -07:00
Eugene Zolenko
6c4e53eeff
Merge branch 'agilgur5-object-hash-update'
2020-02-11 16:05:44 -07:00
Eugene Zolenko
3d3e4eb99b
- npm install and build
2020-02-11 16:04:38 -07:00
Anton Gilgur
9afc8df0a1
(fix): upgrade object-hash to support async/await syntax
...
- object-hash v2.0.2 adds/fixes support for async functions
- object-hash v2 has no breaking changes, just drops testing of
Node < 6
- Node 5 was EOL April 2018, and on top of that Node 6
was EOL April 2019, and Node 8 was EOL December 2019, so this is
still more tested support than is necessary
- objectHashIgnoreUnknownHack isn't useful for its original purpose to
workaround this, but is still useful for other types of
objects/syntaxes that object-hash may not handle yet
(e.g. async generator functions), so leave the hack in
- might be good to add a warning though? so that those who used this
option for async/await can upgrade and remove it (and have a
stable cache again)
2020-02-10 21:26:42 -05:00
Anton Gilgur
9c265b3df4
(deps): auto-update outdated package-lock.json
...
- these are just the changes an `npm install` made
- it hadn't been changed since at least v0.25.2
2020-02-10 19:50:37 -05:00
chocolateboy
947da2523c
Fix syntax error in transformer example ( #195 )
2019-12-04 15:15:55 -07:00
Eugene Zolenko
531f5f0a1b
- package version
2019-12-03 10:28:31 -07:00
Eugene Zolenko
23f63b4da2
- build
0.25.3
2019-12-03 10:24:39 -07:00
chencheng (云谦)
4217346054
feat: support options.cwd ( #197 )
2019-12-03 10:20:41 -07:00
Eugene Zolenko
d6359af2b0
Update README.md
2019-11-13 18:42:51 -07:00
Eugene Zolenko
7e9f5c8c9f
- package version
2019-11-05 11:02:44 -07:00
Eugene Zolenko
c03143b560
Merge branch 'marijnh-restore-emit-file'
0.25.2
2019-11-05 10:34:58 -07:00
Eugene Zolenko
bc5b419c79
- merging #190
...
- readme and tslint updates
2019-11-05 10:34:39 -07:00
Marijn Haverbeke
46c3127db2
Upgrade rollup to fix failure to emit declarations
2019-11-04 14:09:18 +01:00
Marijn Haverbeke
e12631c160
Restore "Use PluginContext.emitFile to emit declarations (when possible) ( #181 )""
...
This reverts commit c35e35d627ec2b00739dede33ef1d6746ece7ad4.
2019-11-04 14:07:38 +01:00
Eugene Zolenko
330a0ce804
- reverting #181
2019-10-29 15:28:06 -06:00
Eugene Zolenko
f330ba580e
- updating build scripts to cleanup before build
2019-10-28 11:09:58 -06:00
Eugene Zolenko
6cfddd4f74
- updating package.json for minimum rollup version
...
- readme
- fix for linter warnings
- package version
0.25.1
2019-10-28 10:51:27 -06:00
Eugene Zolenko
c20a19fe34
- updating readme and package version
0.25.0
2019-10-28 10:30:50 -06:00
Marijn Haverbeke
889c716d4e
Upgrade to rollup 1.25.1 for build ( #184 )
2019-10-21 22:27:03 -06:00
Eugene Zolenko
c35e35d627
Revert "Use PluginContext.emitFile to emit declarations (when possible) ( #181 )"
...
This reverts commit 551a14e773141cd993bb9d1ffd349c92481edf11.
2019-10-15 11:15:21 -06:00
Marijn Haverbeke
551a14e773
Use PluginContext.emitFile to emit declarations (when possible) ( #181 )
...
Issue #180
2019-10-15 11:00:06 -06:00
Eugene Zolenko
55f37dd8d2
- package version
2019-09-26 15:40:27 -06:00
Eugene Zolenko
29d0d2221f
Merge branch 'cslecours-master'
0.24.3
2019-09-26 15:33:01 -06:00
Eugene Zolenko
63a7ac281e
- fix for linter
2019-09-26 15:27:21 -06:00
Charles Simard-Lecours
f24359e668
fix(plugin) fix missing files
2019-09-26 14:52:56 -04:00
Eugene Zolenko
62364b8425
- package version
2019-09-12 16:29:26 -06:00
Eugene Zolenko
776535534e
- forwarding transformers afterDeclarations
...
#173
0.24.2
2019-09-11 11:01:26 -06:00
Eugene Zolenko
1b9fa288ab
- package version
2019-09-09 15:00:10 -06:00
Eugene Zolenko
f3ba061246
- build
0.24.1
2019-09-09 14:58:15 -06:00
Mateusz Burzyński
dca40becaf
Add .js extension to virtual tslib ( #170 )
2019-09-09 14:56:07 -06:00
Eugene Zolenko
07d9a9c0dc
Update README.md
2019-09-05 15:14:14 -06:00