-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
executable file
·78 lines (74 loc) · 1.75 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
name: aspect_frontend_server
description: A sample command-line application.
version: 1.0.0
# homepage: https://www.example.com
environment:
sdk: ^3.3.0
dependencies:
_fe_analyzer_shared: any
kernel: any
macros: any
package_config: any
vm: any
frontend_server: any
dev_dependencies:
analyzer: any
args: any
async_helper: any
build_integration: any
compiler: any
dart_style: any
dart2wasm: any
dev_compiler: any
expect: any
json_rpc_2: any
path: any
test_reflective_loader: any
test: any
testing: any
vm_service: any
web_socket_channel: any
yaml: any
dependency_overrides:
_fe_analyzer_shared:
path: ../dart_sdk/sdk1/pkg/_fe_analyzer_shared
_js_interop_checks:
path: ../dart_sdk/sdk1/pkg/_js_interop_checks
async_helper:
path: ../dart_sdk/sdk1/pkg/async_helper
build_integration:
path: ../dart_sdk/sdk1/pkg/build_integration
compiler:
path: ../dart_sdk/sdk1/pkg/compiler
dart2js_info:
path: ../dart_sdk/sdk1/pkg/dart2js_info
dart2wasm:
path: ../dart_sdk/sdk1/pkg/dart2wasm
dev_compiler:
path: ../dart_sdk/sdk1/pkg/dev_compiler
expect:
path: ../dart_sdk/sdk1/pkg/expect
js_ast:
path: ../dart_sdk/sdk1/pkg/js_ast
js_runtime:
path: ../dart_sdk/sdk1/pkg/js_runtime
js_shared:
path: ../dart_sdk/sdk1/pkg/js_shared
kernel:
path: ../dart_sdk/sdk1/pkg/kernel
mmap:
path: ../dart_sdk/sdk1/pkg/mmap
smith:
path: ../dart_sdk/sdk1/pkg/smith
testing:
path: ../dart_sdk/sdk1/pkg/testing
vm:
path: ../dart_sdk/sdk1/pkg/vm
wasm_builder:
path: ../dart_sdk/sdk1/pkg/wasm_builder
frontend_server:
path: ../dart_sdk/sdk1/pkg/frontend_server
front_end:
path: ../dart_sdk/sdk1/pkg/front_end
macros:
path: ../dart_sdk/sdk1/pkg/macros