Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo to typescript and Deps cleanup #80

Merged
merged 19 commits into from
Aug 22, 2021
Merged

Repo to typescript and Deps cleanup #80

merged 19 commits into from
Aug 22, 2021

Conversation

elycruz
Copy link
Owner

@elycruz elycruz commented Aug 22, 2021

Resolves issue #78 .

elycruz and others added 19 commits August 12, 2021 21:32
…te projects that depend on node 10 or can't upgrade to node >= 12 yet). Updated index.test.s to clear out tests artifacts 'before' and 'after' tests run - Ensures test results are reproducible.
…w at the latest 1.x.x version, and we're now using rollup-plugin-util ^2.8.2). Added rollup bundles types to 'src/types'. Added typing information to 'src/index'. Removed calls to \outputBundle.close();\, since we're now using rollup ^1.32.x. Re-enabled the removal of the tests artifacts output directory in 'test/index'.
…cy projects to continue using the plugin).
…e using typescript for environment targeting).
…est. Performed minor cleanup in test/index.
Issue #78 unrequired deps remove and repo upgrade to typescript
… - Instead using try/catch we run 'resolve' asynchronously and call 'done' callback with result, this should resolve out of order bundle output we sometimes see when running tests; E.g., sometimes we expect 'body{color:red}body{color:green}' but we get 'body{color:green}body{color:red}':.
…s importer - Before we were just pushing sass file bundles into styles array without caring for the file order - we had one synchronous call but then had an asynchronous call after; This change ensures that the file import/process priority is kept on every subsequent 'rollup.rollup' call (etc.).
@elycruz elycruz merged commit 9261866 into master Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant