@salesforce/apex-tmlanguage
Advanced tools
Comparing version 1.6.0 to 1.7.0
{ | ||
"name": "@salesforce/apex-tmlanguage", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Textmate grammar for Apex with outputs for VSCode, Atom and TextMate.", | ||
@@ -34,2 +34,3 @@ "displayName": "apex-tmLanguage", | ||
"scripts": { | ||
"build": "gulp", | ||
"compile": "node ./node_modules/typescript/bin/tsc -p .", | ||
@@ -39,5 +40,5 @@ "commit-init": "commitizen init cz-conventional-changelog --save-dev --save-exact --force", | ||
"watch": "node ./node_modules/typescript/bin/tsc -w -p .", | ||
"test:soql-tmgrammar": "vscode-tmgrammar-test -s source.soql -g ./grammars/soql.tmLanguage -t './test/soql/*.soql'", | ||
"test:soql-tmgrammar-snapshots": "vscode-tmgrammar-snap -s source.soql -g ./grammars/soql.tmLanguage -t './test/soql/snapshots/*.soql'", | ||
"test": "gulp test; npm run test:soql-tmgrammar; npm run test:soql-tmgrammar-snapshots", | ||
"test:soql-tmgrammar": "vscode-tmgrammar-test -s source.soql -g \"./grammars/soql.tmLanguage\" -t \"./test/soql/*.soql\" ", | ||
"test:soql-tmgrammar-snapshots": "vscode-tmgrammar-snap -s source.soql -g \"./grammars/soql.tmLanguage\" -t \"./test/soql/snapshots/*.soql\" ", | ||
"test": "gulp test && yarn run test:soql-tmgrammar && yarn run test:soql-tmgrammar-snapshots", | ||
"prepare": "gulp", | ||
@@ -77,5 +78,2 @@ "build:default": "gulp default", | ||
}, | ||
"volta": { | ||
"node": "12.18.4" | ||
}, | ||
"husky": { | ||
@@ -91,2 +89,2 @@ "hooks": { | ||
} | ||
} | ||
} |
# Salesforce Apex Language Grammar | ||
[![CircleCI](https://circleci.com/gh/forcedotcom/apex-tmLanguage.svg?style=svg)](https://circleci.com/gh/forcedotcom/apex-tmLanguage) | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
@@ -18,5 +17,5 @@ | ||
- Run `npm install` to install any dependencies. | ||
- Run `gulp` to build. | ||
- Run `npm run test` to run tests. | ||
- Run `yarn install` to install any dependencies. | ||
- Run `yarn run build` to build using gulp. | ||
- Run `yarn run test` to run tests. | ||
@@ -58,3 +57,3 @@ Output grammars are output in the `grammars/` directory. | ||
Tags on this repo get automatically published as a GitHub release and an NPM package through Travis CI. | ||
Merges to main on this repo with commits of type 'feat' or 'fix' get automatically published as a GitHub release and an NPM package through Github Actions. | ||
@@ -61,0 +60,0 @@ ## Attribution |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
366356
61
2