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

drop support for node <6 #419

Merged
merged 1 commit into from
Aug 5, 2020

Conversation

sanex3339
Copy link
Contributor

Update to nodeJS@6. This is an intermediate update because the goal is to update to the nodeJS@10

@sanex3339
Copy link
Contributor Author

@michaelficarra please take a look.

@michaelficarra michaelficarra changed the title Update to nodeJS@6 drop support for node <6 Aug 5, 2020
@michaelficarra michaelficarra merged commit ff550a8 into estools:master Aug 5, 2020
sanex3339 added a commit to javascript-obfuscator/escodegen that referenced this pull request Aug 14, 2020
Co-authored-by: sanex3339 <yarabotayuvyandex3339>
brettz9 added a commit to brettz9/escodegen that referenced this pull request Feb 9, 2021
Merge branch 'eslint-npm' into eslint-npm-full

* eslint-npm:
  - npm: update estraverse - npm: update devDeps. - npm: Update package-lock version
  - npm: update devDeps. - npm: Update package-lock version
  - Linting: Temporarily disable most linting, with a few fixes
  - Breaking change: Remove bower-registry-client build (bower deprecated) - Update: Use new SourceMapConsumer API in test - Build: Provide browserified builds with npm package - Travis: Drop 4, 6, 8; Add 10, 12, 14; check build - Maintenance: Add `.editorconfig` - Docs: Use fenced code blocks in README (for syntax highlighting) - npm: Add `bugs`, `keywords`, change from `maintainers` to `authors`/`contributors` - npm: Restore `optionator` to a regular dep. (used in published binary file) - npm: Drop unused semver, minimist - npm: Bump deps. (estraverse, optionator, optional source-map potentially breaking) and devDeps. - npm: Drop bluebird in favor of ES Promises - npm: Use more recently maintained browserify + uglifyify - npm: Replace linting and testing scripts in Gulpfile with npm scripts
  Add more optional-chaining tests
  Test logical assignments
  Implement coalescing code generation
  Support BigInt syntax
  Update gulpfile and dependencies
  Version 2.0.0
  add support for optional chaining (estools#412)
  Update .gitattributes
  drop support for node <6 (estools#419)

# Conflicts:
#	.eslintignore
#	.eslintrc.js
#	.gitignore
#	escodegen.js.map
#	package-lock.json
#	package.json
#	src/escodegen.js
#	test/source-map.js
#	tools/release.js
brettz9 added a commit to brettz9/escodegen that referenced this pull request Feb 9, 2021
Merge branch 'eslint-npm' into eslint-npm-full; also fixes regression (line 959)
introduced in cf9a7b8

* eslint-npm:
  - npm: update estraverse - npm: update devDeps. - npm: Update package-lock version
  - npm: update devDeps. - npm: Update package-lock version
  - Linting: Temporarily disable most linting, with a few fixes
  - Breaking change: Remove bower-registry-client build (bower deprecated) - Update: Use new SourceMapConsumer API in test - Build: Provide browserified builds with npm package - Travis: Drop 4, 6, 8; Add 10, 12, 14; check build - Maintenance: Add `.editorconfig` - Docs: Use fenced code blocks in README (for syntax highlighting) - npm: Add `bugs`, `keywords`, change from `maintainers` to `authors`/`contributors` - npm: Restore `optionator` to a regular dep. (used in published binary file) - npm: Drop unused semver, minimist - npm: Bump deps. (estraverse, optionator, optional source-map potentially breaking) and devDeps. - npm: Drop bluebird in favor of ES Promises - npm: Use more recently maintained browserify + uglifyify - npm: Replace linting and testing scripts in Gulpfile with npm scripts
  Add more optional-chaining tests
  Test logical assignments
  Implement coalescing code generation
  Support BigInt syntax
  Update gulpfile and dependencies
  Version 2.0.0
  add support for optional chaining (estools#412)
  Update .gitattributes
  drop support for node <6 (estools#419)

# Conflicts:
#	.eslintignore
#	.eslintrc.js
#	.gitignore
#	escodegen.js.map
#	package-lock.json
#	package.json
#	src/escodegen.js
#	test/source-map.js
#	tools/release.js
brettz9 added a commit to brettz9/escodegen that referenced this pull request Feb 9, 2021
Merge branch 'eslint-npm' into eslint-npm-full; also adds linting to recent adds and
fixes regression (line 959) introduced in
cf9a7b8

* eslint-npm:
  - npm: update estraverse - npm: update devDeps. - npm: Update package-lock version
  - npm: update devDeps. - npm: Update package-lock version
  - Linting: Temporarily disable most linting, with a few fixes
  - Breaking change: Remove bower-registry-client build (bower deprecated) - Update: Use new SourceMapConsumer API in test - Build: Provide browserified builds with npm package - Travis: Drop 4, 6, 8; Add 10, 12, 14; check build - Maintenance: Add `.editorconfig` - Docs: Use fenced code blocks in README (for syntax highlighting) - npm: Add `bugs`, `keywords`, change from `maintainers` to `authors`/`contributors` - npm: Restore `optionator` to a regular dep. (used in published binary file) - npm: Drop unused semver, minimist - npm: Bump deps. (estraverse, optionator, optional source-map potentially breaking) and devDeps. - npm: Drop bluebird in favor of ES Promises - npm: Use more recently maintained browserify + uglifyify - npm: Replace linting and testing scripts in Gulpfile with npm scripts
  Add more optional-chaining tests
  Test logical assignments
  Implement coalescing code generation
  Support BigInt syntax
  Update gulpfile and dependencies
  Version 2.0.0
  add support for optional chaining (estools#412)
  Update .gitattributes
  drop support for node <6 (estools#419)

# Conflicts:
#	.eslintignore
#	.eslintrc.js
#	.gitignore
#	escodegen.js.map
#	package-lock.json
#	package.json
#	src/escodegen.js
#	test/source-map.js
#	tools/release.js
brettz9 added a commit to brettz9/escodegen that referenced this pull request Feb 9, 2021
…recent adds and

fixes regression (line 959) introduced in
cf9a7b8

* eslint-npm:
  - npm: update estraverse - npm: update devDeps. - npm: Update package-lock version
  - npm: update devDeps. - npm: Update package-lock version
  - Linting: Temporarily disable most linting, with a few fixes
  - Breaking change: Remove bower-registry-client build (bower deprecated) - Update: Use new SourceMapConsumer API in test - Build: Provide browserified builds with npm package - Travis: Drop 4, 6, 8; Add 10, 12, 14; check build - Maintenance: Add `.editorconfig` - Docs: Use fenced code blocks in README (for syntax highlighting) - npm: Add `bugs`, `keywords`, change from `maintainers` to `authors`/`contributors` - npm: Restore `optionator` to a regular dep. (used in published binary file) - npm: Drop unused semver, minimist - npm: Bump deps. (estraverse, optionator, optional source-map potentially breaking) and devDeps. - npm: Drop bluebird in favor of ES Promises - npm: Use more recently maintained browserify + uglifyify - npm: Replace linting and testing scripts in Gulpfile with npm scripts
  Add more optional-chaining tests
  Test logical assignments
  Implement coalescing code generation
  Support BigInt syntax
  Update gulpfile and dependencies
  Version 2.0.0
  add support for optional chaining (estools#412)
  Update .gitattributes
  drop support for node <6 (estools#419)

# Conflicts:
#	.eslintignore
#	.eslintrc.js
#	.gitignore
#	escodegen.js.map
#	package-lock.json
#	package.json
#	src/escodegen.js
#	test/source-map.js
#	tools/release.js
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.

2 participants