Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate some _public_ top-level variables. #2307

Merged
merged 2 commits into from
Aug 18, 2020

Conversation

srawlins
Copy link
Member

  • io_utils.dart: libraryNameRegexp, partOfRegexp, newLinePartOfRegexp
  • categorization.dart: categoryRegexp
  • model_element.dart: needsPrecacheRegExp, htmlInjectRegExp, macroRegExp
  • source_linker.dart: uriTemplateRegexp

Also, simplify use of RegExp in package_builder.dart.

Also, use spread in tool_runner.dart

Also document public APIs.

* io_utils.dart: `libraryNameRegexp`, `partOfRegexp`, `newLinePartOfRegexp`
* categorization.dart: `categoryRegexp`
* model_element.dart: `needsPrecacheRegExp`, `htmlInjectRegExp`, `macroRegExp`
* source_linker.dart: `uriTemplateRegexp`

Also, simplify use of RegExp in package_builder.dart.

Also, use spread in tool_runner.dart

Also document public APIs.
@srawlins srawlins requested a review from scheglov August 17, 2020 23:30
@googlebot googlebot added the cla: yes Google CLA check succeeded. label Aug 17, 2020
@srawlins srawlins merged commit 380bbe8 into dart-lang:master Aug 18, 2020
@srawlins srawlins deleted the tidy-2 branch August 18, 2020 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants