Skip to content

drop support for node <6#419

Merged
michaelficarra merged 1 commit intoestools:masterfrom
javascript-obfuscator:node-6-update
Aug 5, 2020
Merged

drop support for node <6#419
michaelficarra merged 1 commit intoestools:masterfrom
javascript-obfuscator:node-6-update

Conversation

@sanex3339
Copy link
Copy Markdown
Contributor

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

@sanex3339
Copy link
Copy Markdown
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