58ffdbf5fc
* kernel-service.dart is moved to pkg/vm/bin and renamed to kernel_service.dart * LICENSE, pubspec.yaml and analysis_options.yaml added to pkg/vm. * Kernel isolate name is corrected to be independent of URI passed in --dfe VM option. Change-Id: I5b7b860297314e240e557af80913e7ac3e6324ad Reviewed-on: https://dart-review.googlesource.com/21260 Reviewed-by: Vyacheslav Egorov <vegorov@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>
12 lines
329 B
YAML
12 lines
329 B
YAML
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
analyzer:
|
|
strong-mode: true
|
|
language:
|
|
enableSuperMixins: false
|
|
exclude:
|
|
- testcases/**
|
|
- tool/**
|