Skip to content

Commit d9eb048

Browse files
0.5.0 Branch (#26)
* Use Rollup to bundle the plugin * Testing uses the CJS output of TS, build uses the ES output * Ensure build of plugin in dist per push * Support for default function and default class exports * Local camelcase * Remove unused @types * Remove unused rollup plugins * Ensure exports transform is only parsing entry point * [WIP] Support Rollup External Option (#14) * Ideas for how to implement * Thanks TSLint * Fix rollup config * Fix sourcemap in strict transform * Automatic external definition for used items * WIP Refactor to use AST Parse for mutations, since other plugins do not clean up * Mark passing and failing tests correctly * Tests, many failing * Unused import * Add @next version * Acorn is a dependency not dev dependency * Obtain PluginContext from buildStart callback * alpha 3 * Literal computed keys (#16) * Literal computed key collapsing, need tests * Tests * Alpha 5 * Add renovate.json (#15) * Pin dependencies (#17) * Update dependency google-closure-compiler to v20180716 (#18) * Update dependency prettier to v1.14.0 (#19) * Update dependency rollup to v0.63.4 (#20) * Update dependency rollup-plugin-commonjs to v9.1.4 (#21) * Update dependency tslint to v5.11.0 (#22) * Update dependency typescript to v3 (#23) * TSLint * Update package-lock.json * Fixes to Support Export Default Syntax (#27) * Default Object * Tests * Support for default exports in specifier list * All tests passing * Rename to 0.5.0
1 parent 2d34747 commit d9eb048

File tree

139 files changed

+1844
-1866
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+1844
-1866
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules/*
22
yarn-error.log
3+
yarn.lock
34
.vscode/*
45
.DS_Store
56
dist/

0 commit comments

Comments
 (0)