Skip to content

Commit 76f57a1

Browse files
authored
Refactoring and added validation (#8)
1 parent 380f013 commit 76f57a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2970
-871
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"browser-min": "./dist/standalone.min.js",
3131
"exports": {
3232
".": "./dist/cjs/index.js",
33-
"./ast": "./dist/cjs/ast/index.js"
33+
"./ast": "./dist/cjs/ast/index.js",
34+
"./error": "./dist/cjs/error/index.js",
35+
"./rules": "./dist/cjs/rules/rules.js"
3436
},
3537
"files": [
3638
"dist",
@@ -56,7 +58,7 @@
5658
"test:ci": "npm t -- --ci",
5759
"style": "npm run format -- --list-different && npm run lint",
5860
"style:fix": "npm run format:fix && npm run lint:fix",
59-
"format": "prettier \"**/*.{ts,tsx,js,jsx,css,scss,sass,less,md}\"",
61+
"format": "prettier \"src/**/*.{ts,tsx,js,jsx,css,scss,sass,less,md}\"",
6062
"format:fix": "npm run format -- --write",
6163
"lint": "eslint -c ./config/.eslintrc.json src --ext .ts",
6264
"lint:fix": "npm run lint -- --fix",

src/ast/annotations.ts

-17
This file was deleted.

src/ast/arguments.ts

-17
This file was deleted.

0 commit comments

Comments
 (0)