Skip to content

Commit

Permalink
Support for member symbols, move some typescript components to core (#26
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bterlson authored Sep 19, 2024
1 parent cd7889a commit a404647
Show file tree
Hide file tree
Showing 75 changed files with 2,173 additions and 275 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default tsEslint.config(
"packages/babel-plugin-alloy/**/*",
"packages/babel-preset-alloy/**/*",
"packages/docs/**/*",
"samples/**/*", // for some reason eslint is unhappy with some files in here
],
},
eslint.configs.recommended,
Expand Down
4 changes: 4 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"./stc": {
"development": "./src/components/stc/index.ts",
"import": "./dist/src/components/stc/index.js"
},
"./components": {
"development": "./src/components/index.ts",
"import": "./dist/src/components/index.js"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit a404647

Please sign in to comment.