File tree Expand file tree Collapse file tree 11 files changed +7
-382
lines changed
Expand file tree Collapse file tree 11 files changed +7
-382
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- PACKAGE := @fluent/bundle
2- GLOBAL := FluentBundle
1+ export SHELL := /bin/bash
32
4- include ../common.mk
5-
6- lint :
7- @$(ESLINT ) --max-warnings 0 src/ test/
8- @echo -e " $( OK) lint"
9-
10- .PHONY : compile
11- compile : esm/.compiled
12-
13- esm/.compiled : $(SOURCES )
14- @$(TSC )
15- @touch $@
16- @echo -e " $( OK) esm/ compiled"
17-
18- .PHONY : test
19- test : esm/.compiled
20- @$(MOCHA_CMD )
21-
22- .PHONY : build
23- build : index.js
24-
25- index.js : esm/.compiled
26- @$(ROLLUP_CMD ) $@
27- @echo -e " $( OK) $@ built"
28-
29- html :
30- @$(TYPEDOC_CMD )
31- @echo -e " $( OK) html built"
32-
33- clean :
34- @rm -f esm/* .js esm/* .d.ts esm/.compiled
35- @rm -f index.js
36- @rm -rf $(DOC_DESTINATION )
37- @rm -rf .nyc_output coverage
38- @echo -e " $( OK) clean"
3+ OK := \033[32;01m✓\033[0m
394
405BEHAVIOR_FTL := $(wildcard ../fluent-syntax/test/fixtures_behavior/* .ftl)
416REFERENCE_FTL := $(wildcard ../fluent-syntax/test/fixtures_reference/* .ftl)
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- PACKAGE := @fluent/syntax
2- GLOBAL := FluentSyntax
1+ export SHELL := /bin/bash
32
4- include ../common.mk
5-
6- lint :
7- @$(ESLINT ) --max-warnings 0 src/ test/
8- @echo -e " $( OK) lint"
9-
10- .PHONY : compile
11- compile : esm/.compiled
12-
13- esm/.compiled : $(SOURCES )
14- @$(TSC )
15- @touch $@
16- @echo -e " $( OK) esm/ compiled"
17-
18- .PHONY : test
19- test : esm/.compiled
20- @$(MOCHA_CMD )
21-
22- .PHONY : build
23- build : index.js
24-
25- index.js : esm/.compiled
26- @$(ROLLUP_CMD ) $@
27- @echo -e " $( OK) $@ built"
28-
29- html :
30- @$(TYPEDOC_CMD )
31- @echo -e " $( OK) html built"
32-
33- clean :
34- @rm -f esm/* .js esm/* .d.ts esm/.compiled
35- @rm -f index.js
36- @rm -rf $(DOC_DESTINATION )
37- @rm -rf .nyc_output coverage
38- @echo -e " $( OK) clean"
3+ OK := \033[32;01m✓\033[0m
394
405STRUCTURE_FTL := $(wildcard test/fixtures_structure/* .ftl)
416STRUCTURE_AST := $(STRUCTURE_FTL:.ftl=.json )
You can’t perform that action at this time.
0 commit comments