sweet-core icon indicating copy to clipboard operation
sweet-core copied to clipboard

Add section on operators to the reference docs

Open gabejohnson opened this issue 8 years ago • 3 comments

It's covered in the tutorial but should probably be in the reference docs as well.

gabejohnson avatar Apr 14 '17 12:04 gabejohnson

Not specified in the tutorial and should be in the docs is whether or not you can export/import them.

I tried export operator + ... but nothing happened when I tried import { + } from .... It didn't raise an error so I'm not sure what the intended behaviour is given that I can also include a regular export syntax ... within the same file and it got applied fine.

Jamesernator avatar May 31 '17 06:05 Jamesernator

@Jamesernator #711 was merged but not released yet (i think).

vendethiel avatar May 31 '17 06:05 vendethiel

@vendethiel released: https://github.com/sweet-js/sweet-core/releases/tag/v3.0.8

disnet avatar May 31 '17 17:05 disnet