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

Add Boiler Plate #6

Closed
mikkoh opened this issue Mar 16, 2016 · 2 comments
Closed

Add Boiler Plate #6

mikkoh opened this issue Mar 16, 2016 · 2 comments

Comments

@mikkoh
Copy link
Contributor

mikkoh commented Mar 16, 2016

JSX does't support all modern features of Javascript.

Therefore you have to shim in many features such as functional programming methods, etc.

It would be nice to add the bare minimum to shim in features needed and remove dependency on build script to after-effects module.

@mikkoh
Copy link
Contributor Author

mikkoh commented Mar 19, 2016

It might be nicer to create a separate module that shims in modern features for After Effects scripts.

This module should check though if those shims are in place and throw errors if they are not so it might be nicer to do a check features function instead and suggest people use the shim module.

@bunnybones1 you did a lot of work around this. Would you be interested in helping out?

@mikkoh mikkoh mentioned this issue Mar 19, 2016
4 tasks
@mikkoh
Copy link
Contributor Author

mikkoh commented Mar 28, 2016

I've instead opted to document how people can shim in es5 and JSON.

dist/index.js does shim in the above.

@mikkoh mikkoh closed this as completed Mar 28, 2016
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