Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

[v.6.2.2] export statement in es5.js #132

Closed
puneetar opened this issue Jun 20, 2018 · 0 comments
Closed

[v.6.2.2] export statement in es5.js #132

puneetar opened this issue Jun 20, 2018 · 0 comments

Comments

@puneetar
Copy link

puneetar commented Jun 20, 2018

Hi, I am seeing the following error when using es5.js

import { Option } from "funfix-core/dist/es5";

/node_modules/funfix-core/dist/es5.js:1092
export { isValueObject, is, equals, hashCode, hashCodeOfString, id, applyMixins, CompositeError, DummyError, NoSuchElementError, IllegalInheritanceError, IllegalStateError, IllegalArgumentError, NotImplementedError, TimeoutError, Either, Left, Right, Option, Some, None, Try, Success, Failure };
^^^^^^

SyntaxError: Unexpected token export

I wonder if there is something wrong with building es5.js

@puneetar puneetar reopened this Jun 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants