Commit Graph

16 Commits

Author SHA1 Message Date
Elizabeth Mitchell
c44514764a chore: add tsconfig.json file
PiperOrigin-RevId: 455653943
2022-06-17 11:00:54 -07:00
Material Web Team
41d41cc278 chore: update repository for Material 3
PiperOrigin-RevId: 455635969
2022-06-17 16:42:04 +00:00
Elizabeth Mitchell
8cba18fac6
chore(switch): add github build deps for deprecated switch (#2534) 2021-07-14 13:23:21 -07:00
Elliott Marquez
2da93a86a8 chore: update lit-analyzer & lint rules 2021-01-22 15:36:19 -08:00
Elliott Marquez
b6980dce30 chore: bump license year & fix tsconfig 2020-09-22 17:55:20 -07:00
Elliott Marquez
09c24f1ae7 feat(elevation-overlay): implement elevation overlay 2020-09-22 17:11:22 -07:00
Liz Mitchell
8604d59edb
chore: remove src folder from packages in GitHub (#1706)
* chore: remove src folder from packages in GitHub

* chore: add extra newline to button sass
2020-08-17 17:59:35 -07:00
Allan Chen
237be55b9b chore: update external circular-progress-four-color tsconfig 2020-07-28 08:59:50 -07:00
Allan Chen
d186665304 chore: update circular progress package files 2020-07-22 15:03:39 -07:00
Daniel Freedman
b44dea36eb
Sync lit-analyzer settings with internal (#1432)
Internally, we disable a few checks in lit-analyzer for easier integration of other tools

`no-unknown-attribute` is disabled for teams to add app-specific attributes.

Incidentally, this also fixes our issue with https://github.com/runem/lit-analyzer/pull/107
2020-06-16 13:54:55 -07:00
Daniel Freedman
d0b2419c62 fix typescript compilation
- Remove reference to notched outline from list
- Also add all packages as references in the top tsconfig for simpler
  building
2020-01-31 19:55:28 -08:00
Alexander Marks
761dc62083
Import TypeScript helpers from tslib, instead of inlining. (#439)
Published JavaScript files no longer include inlined TypeScript helpers such as `__decorate`. Instead, helpers are now imported from the `tslib` module dependency. This reduces code size by allowing multiple components to share the same helpers, and eliminates "this has been rewritten to undefined" errors from Rollup.
2019-08-28 11:47:31 -07:00
Daniel Freedman
17f46249e6 Fix typescript building
- Add back-references to dependencies for `tsc --build` to work
- Normalize on `build:typescript` syntax
- make `clean` work
2019-02-01 15:39:47 -08:00
Daniel Freedman
2b9ee8a141 Only build sass files if they change
Makes typescript builds _way_ faster
2018-09-26 11:37:50 -07:00
Daniel Freedman
30de182f5e Address feedback 2018-09-20 16:55:27 -07:00
Daniel Freedman
80f901b4d7 First crazy attempt at typescript conversion
Look at switch and base packages

Move sass building into scripts
2018-09-19 17:35:42 -07:00