Skip to content

Test of new module support in CoffeeScript by seeing if Meteor Todos example app written to use unbackticked module statements works

Notifications You must be signed in to change notification settings

GeoffreyBooth/coffeescript-modules-test-meteor-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This is a test of an update to CoffeeScript that adds support for import and export statements. It uses the CoffeeScript port of the official Meteor example Todos app, modified to use import and export statements nearly identical to the ES2015 code in the original Todos app. The app also includes an experimental-coffeescript package, which it uses in place of the regular Meteor coffeescript; this replacement package uses the latest code from https://github.com/GeoffreyBooth/coffeescript/tree/import-export.

Quickstart

init.sh

Yes, it’s really that simple. Read the shell script first so you can see that it doesn’t do anything nefarious. It doesn’t modify any files outside of this repo’s folder; globally-installed Meteor, coffee-script and so on are unaffected.

About

Test of new module support in CoffeeScript by seeing if Meteor Todos example app written to use unbackticked module statements works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published