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

Base: Migrate console into Polyfill #32

Closed
5 tasks done
cookiengineer opened this issue Apr 9, 2020 · 1 comment
Closed
5 tasks done

Base: Migrate console into Polyfill #32

cookiengineer opened this issue Apr 9, 2020 · 1 comment
Assignees

Comments

@cookiengineer
Copy link
Member

cookiengineer commented Apr 9, 2020

The console implementation is currently inside the stealth/source/console.mjs and browser/source/console.mjs whereas it should be contained in the base library as a polyfill for both node.js and the browser.

  • Migrate stealth/source/console.mjs to base/source/node/console.mjs
  • Migrate browser/source/console.mjs to base/source/browser/console.mjs
  • Integrate the console.mjs into base/bin/base.sh
  • Modify all imports in stealth/source to new BASE.mjs path
  • Modify all imports in browser/source to new BASE.mjs path
@cookiengineer cookiengineer self-assigned this Apr 11, 2020
@cookiengineer cookiengineer added this to the X0 - Codename Spirit milestone Apr 11, 2020
@cookiengineer
Copy link
Member Author

As of edd065c this has been implemented.

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

No branches or pull requests

1 participant