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

Removing warnings in ATDependencies for files using CommonJS #22

Merged

Conversation

divdavem
Copy link
Member

If CommonJS is detected, AT dependencies detection will be skipped for the current file.
A file is detected as using the CommonJS syntax if it uses a require undeclared global variable.
It is possible to come back to disable the detection of CommonJS with the detectCommonJS configuration parameter.

If CommonJS is detected, AT dependencies detection will be skipped for
the current file.
A file is detected as using the CommonJS syntax if it uses a `require`
undeclared global variable.
It is possible to come back to disable the detection of CommonJS with
the detectCommonJS configuration parameter.
@divdavem divdavem force-pushed the ATDependenciesCommonJSDetection branch from 60aadd9 to 56c4ee1 Compare July 31, 2015 15:29
@divdavem divdavem merged commit 5284b0c into ariatemplates:master Oct 25, 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

Successfully merging this pull request may close these issues.

1 participant