Any contributions are really appreciated! :) Just make sure that all existing tests work, or if they have changed the change is meaningful.
-
npm run build
-
npm run test
-
Manually:
node ./dist/unit.js --grammar ./test/resources/dhall.tmLanguage.json ./test/resources/multiple.groups.test.dhall
node ./dist/unit.js --grammar ./test/resources/dhall.tmLanguage.json ./test/resources/misplaced.scopes.test.dhall
node ./dist/unit.js --grammar ./test/resources/dhall.tmLanguage.json ./test/resources/out.of.bounds.test.dhall
node ./dist/unit.js --grammar ./test/resources/dhall.tmLanguage.json ./test/resources/s.parser.test.dhall
node ./dist/unit.js --grammar ./test/resources/dhall.tmLanguage.json ./test/resources/simple.dhall
node ./dist/unit.js --grammar ./test/resources/dhall.tmLanguage.json ./test/resources/successful.test.dhall
node ./dist/unit.js --grammar ./test/resources/dhall.tmLanguage.json ./test/resources/unexpected.scopes.test.dhall
node ./dist/unit.js --grammar ./test/resources/dhall.tmLanguage.json ./test/resources/misplaced.scopes.test.dhall
node ./dist/snapshot.js --scope source.dhall -g ./test/resources/dhall.tmLanguage.json ./test/resources/snaps/simple.dhall
npm run build
npm version patch
npm pack
npm publish