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

build-client and build-server doesn't transpile anymore with escope > 3.3.0 #14

Closed
Bigorneau opened this issue Jul 5, 2016 · 0 comments
Labels

Comments

@Bigorneau
Copy link
Member

Trying to show the game to someone I realise we cannot transpile anymore.

The error is due to escope-3.4.0 and later breaking babel-eslint.
The log error is:

TypeError: Cannot read property 'visitClass' of undefined
    at monkeypatch (/tmp/gladius/node_modules/babel-eslint/index.js:199:40)
    at Object.exports.parse (/tmp/gladius/node_modules/babel-eslint/index.js:410:5)
    at parse (/tmp/gladius/node_modules/eslint/lib/eslint.js:453:27)
    at EventEmitter.module.exports.api.verify (/tmp/gladius/node_modules/eslint/lib/eslint.js:607:15)
    at processText (/tmp/gladius/node_modules/eslint/lib/cli-engine.js:201:27)
    at CLIEngine.executeOnText (/tmp/gladius/node_modules/eslint/lib/cli-engine.js:361:26)
    at lint (/tmp/gladius/node_modules/eslint-loader/index.js:26:20)
    at Object.module.exports (/tmp/gladius/node_modules/eslint-loader/index.js:120:7)
    at WEBPACK_CORE_LOADER_EXECUTION (/tmp/gladius/node_modules/webpack-core/lib/NormalModuleMixin.js:155:71)
    at runSyncOrAsync (/tmp/gladius/node_modules/webpack-core/lib/NormalModuleMixin.js:155:93)
    at nextLoader (/tmp/gladius/node_modules/webpack-core/lib/NormalModuleMixin.js:290:3)
    at /tmp/gladius/node_modules/webpack-core/lib/NormalModuleMixin.js:259:5
    at Storage.finished (/tmp/gladius/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:38:16)
    at /tmp/gladius/node_modules/graceful-fs/graceful-fs.js:78:16
    at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:439:3)

See escope issue #99

Backing out to version 3.3.0 we can transpile again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant