Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 14, 2021. It is now read-only.

addstrict option#258

Merged

Conversation

@43081j
Copy link
Contributor

Fixes#253.

Enables stricter parsing, in that only expressions using the specified
importName from themoduleName will be parsed.

// moduleName = some-module, importName = fooimport{foo,bar}from'some-module';foo`test`;// parsedbar`test`;// parsedfoo.bleh`test`;// parsedbar.bleh`test`;// parsed// moduleName = some-module, importName = foo, strict = trueimport{foo,bar}from'some-module';foo`test`;// parsedbar`test`;// ignoredfoo.bleh`test`;// parsedbar.bleh`test`;// ignored

Fixesstyled-components#253.Enables stricter parsing, in that only expressions using the specified`importName` from the `moduleName` will be parsed.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pullingd69ed56 on crispthinking:strict-option into9293945 on styled-components:master.

Copy link
Member

@chinesedfanchinesedfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Clever new option. I like it.

@chinesedfanchinesedfan merged commit27d6780 intostyled-components:masterMar 26, 2019
@43081j43081j deleted the strict-option branchMarch 26, 2019 15:28
@chinesedfan
Copy link
Member

@43081j Just released 1.6.0. Thanks for your efforts and enjoy!

43081j reacted with thumbs up emoji

Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

1 more reviewer

@chinesedfanchinesedfanchinesedfan approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@43081j@coveralls@chinesedfan

[8]ページ先頭

©2009-2025 Movatter.jp