mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: introduce Ember <template>
tag support (.gjs) (#22719)
The gjs/gts formats are a new pattern for authoring Ember components. This commit introduces support for these patterns to our build pipeline for core/plugins, and converts a handful of components to use the new format. It also introduces relevant updates to our linting config, and to our sample vscode configuration. Co-authored-by: Godfrey Chan <godfreykfc@gmail.com> Co-authored-by: Krystan HuffMenne <kmenne+github@gmail.com>
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -27,3 +27,7 @@
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
||||
|
||||
# Ember App
|
||||
*.gjs linguist-language=js linguist-detectable
|
||||
*.gts linguist-language=ts linguist-detectable
|
||||
|
Reference in New Issue
Block a user