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

port to ES6 module system #220

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ccancellieri
Copy link

This fixes the integration with my ES6 projects. not sure if you want to merge my work anyhow I'm happy to share ;)

@illuzen
Copy link

illuzen commented Apr 6, 2019

Let's fix those errors and get this merged, yeah? I'm using this fork for now.

return {
arrow: require('./arrow')(require('../util')().functor)
arrow: _arrow(util().functor)()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a bug of calling arrow. It passes as a function by removing ().
arrow: _arrow(util().functor)() should be arrow: _arrow(util().functor)

@hkmoon
Copy link

hkmoon commented Feb 28, 2020

The gist of using esModule based techan.js in jupyter notebook is https://gist.github.com/hkmoon/baa4926c5650638cbec7fe5d6693103a

@trasherdk trasherdk mentioned this pull request Jul 11, 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.

3 participants